diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-07-13 13:36:23 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-07-13 13:36:23 +0000 |
commit | 807e7a1fee3ccfbbc21060176dc429eb442fea74 (patch) | |
tree | d890e2add1d3a39e9f72f011a47997e1825aff81 /sys-kernel/vanilla-sources/vanilla-sources-2.6.38.7.ebuild | |
parent | Fix 0.6.2b version on gcc-4.6 (diff) | |
download | gentoo-2-807e7a1fee3ccfbbc21060176dc429eb442fea74.tar.gz gentoo-2-807e7a1fee3ccfbbc21060176dc429eb442fea74.tar.bz2 gentoo-2-807e7a1fee3ccfbbc21060176dc429eb442fea74.zip |
ppc stable wrt #368609, thanks to Federico Moro <zayer@frikis.org> for testing
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
Diffstat (limited to 'sys-kernel/vanilla-sources/vanilla-sources-2.6.38.7.ebuild')
-rw-r--r-- | sys-kernel/vanilla-sources/vanilla-sources-2.6.38.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-kernel/vanilla-sources/vanilla-sources-2.6.38.7.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-2.6.38.7.ebuild index 595844c25711..ba55bd65e0bd 100644 --- a/sys-kernel/vanilla-sources/vanilla-sources-2.6.38.7.ebuild +++ b/sys-kernel/vanilla-sources/vanilla-sources-2.6.38.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-2.6.38.7.ebuild,v 1.6 2011/06/02 13:26:22 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-2.6.38.7.ebuild,v 1.7 2011/07/13 13:36:23 xarthisius Exp $ EAPI="2" K_NOUSENAME="yes" @@ -15,5 +15,5 @@ DESCRIPTION="Full sources for the Linux kernel" HOMEPAGE="http://www.kernel.org" SRC_URI="${KERNEL_URI}" -KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ppc64 sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86" IUSE="deblob" |