| 1 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.4.8.ebuild,v 1.1 2012/08/10 23:47:29 mpagano Exp $
|
| 4 |
|
| 5 |
EAPI="2"
|
| 6 |
K_NOUSENAME="yes"
|
| 7 |
K_NOSETEXTRAVERSION="yes"
|
| 8 |
K_SECURITY_UNSUPPORTED="1"
|
| 9 |
K_DEBLOB_AVAILABLE="1"
|
| 10 |
ETYPE="sources"
|
| 11 |
inherit kernel-2
|
| 12 |
detect_version
|
| 13 |
|
| 14 |
DESCRIPTION="Full sources for the Linux kernel"
|
| 15 |
HOMEPAGE="http://www.kernel.org"
|
| 16 |
SRC_URI="${KERNEL_URI}"
|
| 17 |
|
| 18 |
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
|
| 19 |
IUSE="deblob"
|