diff options
author | 2005-05-15 21:54:21 +0000 | |
---|---|---|
committer | 2005-05-15 21:54:21 +0000 | |
commit | 66c1a652c404f53c080be0752aa68f4dd9900678 (patch) | |
tree | 3cbc82e0e6dab7f2dd69e83201a911f0d0de7a87 /sys-kernel | |
parent | Version bump + x86 stable bump. (diff) | |
download | gentoo-2-66c1a652c404f53c080be0752aa68f4dd9900678.tar.gz gentoo-2-66c1a652c404f53c080be0752aa68f4dd9900678.tar.bz2 gentoo-2-66c1a652c404f53c080be0752aa68f4dd9900678.zip |
stable on ia64 #92264
(Portage version: 2.0.51.21-r1)
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.11.9.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-kernel/vanilla-sources/ChangeLog b/sys-kernel/vanilla-sources/ChangeLog index 005bd2e62914..4c99c3577481 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-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v 1.69 2005/05/13 23:19:01 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v 1.70 2005/05/15 21:54:21 agriffis Exp $ + + 15 May 2005; Aron Griffis <agriffis@gentoo.org> + vanilla-sources-2.6.11.9.ebuild: + stable on ia64 #92264 13 May 2005; Bryan Østergaard <kloeri@gentoo.org> vanilla-sources-2.4.30.ebuild, vanilla-sources-2.6.11.8.ebuild: diff --git a/sys-kernel/vanilla-sources/vanilla-sources-2.6.11.9.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-2.6.11.9.ebuild index e11a5dfe1504..6d8bd7c92ee3 100644 --- a/sys-kernel/vanilla-sources/vanilla-sources-2.6.11.9.ebuild +++ b/sys-kernel/vanilla-sources/vanilla-sources-2.6.11.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.11.9.ebuild,v 1.2 2005/05/13 23:19:01 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-2.6.11.9.ebuild,v 1.3 2005/05/15 21:54:21 agriffis Exp $ K_NOUSENAME="yes" K_NOSETEXTRAVERSION="yes" @@ -14,4 +14,4 @@ HOMEPAGE="http://www.kernel.org/" SRC_URI="${KERNEL_URI} ${ARCH_URI}" UNIPATCH_LIST="${ARCH_PATCH}" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 x86" +KEYWORDS="~alpha ~amd64 ~arm ia64 ~ppc ~ppc64 x86" |