diff options
4 files changed, 12 insertions, 7 deletions
diff --git a/sys-kernel/vanilla-sources/ChangeLog b/sys-kernel/vanilla-sources/ChangeLog index 7a044023dcb8..2bc636aec92f 100644 --- a/sys-kernel/vanilla-sources/ChangeLog +++ b/sys-kernel/vanilla-sources/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-kernel/vanilla-sources # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v 1.472 2008/05/25 15:00:40 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v 1.473 2008/05/26 11:24:11 pva Exp $ + + 26 May 2008; Peter Volkov <pva@gentoo.org> + vanilla-sources-2.6.20.20.ebuild, vanilla-sources-2.6.23.17.ebuild, + vanilla-sources-2.6.24.7.ebuild: + amd64 stable, bug #212361. 25 May 2008; Markus Rothe <corsair@gentoo.org> vanilla-sources-2.6.26_rc3.ebuild: diff --git a/sys-kernel/vanilla-sources/vanilla-sources-2.6.20.20.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-2.6.20.20.ebuild index 40bd942edf4b..cee3135505dd 100644 --- a/sys-kernel/vanilla-sources/vanilla-sources-2.6.20.20.ebuild +++ b/sys-kernel/vanilla-sources/vanilla-sources-2.6.20.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 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.20.20.ebuild,v 1.2 2008/02/26 14:32:42 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-2.6.20.20.ebuild,v 1.3 2008/05/26 11:24:11 pva 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" diff --git a/sys-kernel/vanilla-sources/vanilla-sources-2.6.23.17.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-2.6.23.17.ebuild index 73ed1b6baa15..e146c7baf345 100644 --- a/sys-kernel/vanilla-sources/vanilla-sources-2.6.23.17.ebuild +++ b/sys-kernel/vanilla-sources/vanilla-sources-2.6.23.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 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.23.17.ebuild,v 1.5 2008/03/22 15:50:25 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-2.6.23.17.ebuild,v 1.6 2008/05/26 11:24:11 pva 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" diff --git a/sys-kernel/vanilla-sources/vanilla-sources-2.6.24.7.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-2.6.24.7.ebuild index f096a93f0bd4..07a11eb2700d 100644 --- a/sys-kernel/vanilla-sources/vanilla-sources-2.6.24.7.ebuild +++ b/sys-kernel/vanilla-sources/vanilla-sources-2.6.24.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 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.24.7.ebuild,v 1.1 2008/05/07 21:18:51 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-2.6.24.7.ebuild,v 1.2 2008/05/26 11:24:11 pva 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 ~sh ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm -hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" |