diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-09-05 19:10:33 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-09-05 19:10:33 +0000 |
commit | 9680ccbd10480453bf91eaf5e482d4caf94ae59a (patch) | |
tree | cff3c4f315de42db3fb9d7d453e1b7374c40c046 /sys-kernel/vanilla-sources | |
parent | Version bump (diff) | |
download | gentoo-2-9680ccbd10480453bf91eaf5e482d4caf94ae59a.tar.gz gentoo-2-9680ccbd10480453bf91eaf5e482d4caf94ae59a.tar.bz2 gentoo-2-9680ccbd10480453bf91eaf5e482d4caf94ae59a.zip |
Stable on ppc64
(Portage version: 2.1-r2)
Diffstat (limited to 'sys-kernel/vanilla-sources')
-rw-r--r-- | sys-kernel/vanilla-sources/ChangeLog | 6 | ||||
-rw-r--r-- | sys-kernel/vanilla-sources/vanilla-sources-2.6.17.11.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-kernel/vanilla-sources/ChangeLog b/sys-kernel/vanilla-sources/ChangeLog index 4533af0600f3..550844bc0b8a 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v 1.232 2006/09/05 15:05:53 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v 1.233 2006/09/05 19:10:33 corsair Exp $ + + 05 Sep 2006; Markus Rothe <corsair@gentoo.org> + vanilla-sources-2.6.17.11.ebuild: + Stable on ppc64 05 Sep 2006; Gustavo Zacarias <gustavoz@gentoo.org> vanilla-sources-2.6.16.27.ebuild, vanilla-sources-2.6.17.11.ebuild: diff --git a/sys-kernel/vanilla-sources/vanilla-sources-2.6.17.11.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-2.6.17.11.ebuild index bbd674450f35..57408a98a0ee 100644 --- a/sys-kernel/vanilla-sources/vanilla-sources-2.6.17.11.ebuild +++ b/sys-kernel/vanilla-sources/vanilla-sources-2.6.17.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.17.11.ebuild,v 1.2 2006/09/05 15:05:53 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-2.6.17.11.ebuild,v 1.3 2006/09/05 19:10:33 corsair Exp $ K_NOUSENAME="yes" K_NOSETEXTRAVERSION="yes" @@ -12,4 +12,4 @@ DESCRIPTION="Full sources for the Linux kernel" HOMEPAGE="http://www.kernel.org" SRC_URI="${KERNEL_URI}" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ppc64 sparc ~x86" |