diff options
author | Markus Rothe <corsair@gentoo.org> | 2007-07-09 12:39:30 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2007-07-09 12:39:30 +0000 |
commit | e1687cfdc849d13be94487a11d82b291f7114085 (patch) | |
tree | 1e5da095b95f4776a7f89ac42d596dff168c8846 /sys-kernel | |
parent | Initial versions. (diff) | |
download | gentoo-2-e1687cfdc849d13be94487a11d82b291f7114085.tar.gz gentoo-2-e1687cfdc849d13be94487a11d82b291f7114085.tar.bz2 gentoo-2-e1687cfdc849d13be94487a11d82b291f7114085.zip |
Stable on ppc64; bug #184203
(Portage version: 2.1.2.9)
Diffstat (limited to 'sys-kernel')
-rw-r--r-- | sys-kernel/vanilla-sources/ChangeLog | 6 | ||||
-rw-r--r-- | sys-kernel/vanilla-sources/vanilla-sources-2.6.21.6.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-kernel/vanilla-sources/ChangeLog b/sys-kernel/vanilla-sources/ChangeLog index 5db89235e1f5..5f259d674dda 100644 --- a/sys-kernel/vanilla-sources/ChangeLog +++ b/sys-kernel/vanilla-sources/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-kernel/vanilla-sources # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v 1.329 2007/07/08 23:59:50 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v 1.330 2007/07/09 12:39:30 corsair Exp $ + + 09 Jul 2007; Markus Rothe <corsair@gentoo.org> + vanilla-sources-2.6.21.6.ebuild: + Stable on ppc64; bug #184203 *vanilla-sources-2.6.22 (08 Jul 2007) diff --git a/sys-kernel/vanilla-sources/vanilla-sources-2.6.21.6.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-2.6.21.6.ebuild index f762b2f4ed4a..2a667fbee0ab 100644 --- a/sys-kernel/vanilla-sources/vanilla-sources-2.6.21.6.ebuild +++ b/sys-kernel/vanilla-sources/vanilla-sources-2.6.21.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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.21.6.ebuild,v 1.1 2007/07/07 16:05:11 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-2.6.21.6.ebuild,v 1.2 2007/07/09 12:39:30 corsair Exp $ K_NOUSENAME="yes" K_NOSETEXTRAVERSION="yes" @@ -13,4 +13,4 @@ DESCRIPTION="Full sources for the Linux kernel" HOMEPAGE="http://www.kernel.org" SRC_URI="${KERNEL_URI}" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86" |