diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-09-15 01:02:23 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-09-15 01:02:23 +0000 |
commit | 44fc88bb8b2d30c4aa1348f9009fcf5fc6226d91 (patch) | |
tree | 7b19a43babe2bac6e27b04e2d2f42c203ca8e9ce /sys-kernel | |
parent | Version bump. (diff) | |
download | gentoo-2-44fc88bb8b2d30c4aa1348f9009fcf5fc6226d91.tar.gz gentoo-2-44fc88bb8b2d30c4aa1348f9009fcf5fc6226d91.tar.bz2 gentoo-2-44fc88bb8b2d30c4aa1348f9009fcf5fc6226d91.zip |
Stable on alpha, bug 102582.
(Portage version: 2.0.52-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.12.5.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-kernel/vanilla-sources/ChangeLog b/sys-kernel/vanilla-sources/ChangeLog index ccdc9ebf048e..c61e8ef35de4 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.105 2005/09/13 07:40:48 brix Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v 1.106 2005/09/15 01:02:23 kloeri Exp $ + + 15 Sep 2005; Bryan Østergaard <kloeri@gentoo.org> + vanilla-sources-2.6.12.5.ebuild: + Stable on alpha, bug 102582. *vanilla-sources-2.6.14_rc1 (13 Sep 2005) diff --git a/sys-kernel/vanilla-sources/vanilla-sources-2.6.12.5.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-2.6.12.5.ebuild index 931abe6279d0..74bfb05295e2 100644 --- a/sys-kernel/vanilla-sources/vanilla-sources-2.6.12.5.ebuild +++ b/sys-kernel/vanilla-sources/vanilla-sources-2.6.12.5.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.12.5.ebuild,v 1.6 2005/08/25 13:59:14 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-2.6.12.5.ebuild,v 1.7 2005/09/15 01:02:23 kloeri Exp $ K_NOUSENAME="yes" K_NOSETEXTRAVERSION="yes" @@ -11,5 +11,5 @@ detect_version DESCRIPTION="Full sources for the Linux kernel" HOMEPAGE="http://www.kernel.org" SRC_URI="${KERNEL_URI}" -KEYWORDS="~alpha amd64 ~arm ia64 ppc ppc64 x86" +KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 x86" |