diff options
author | 2003-01-10 23:00:51 +0000 | |
---|---|---|
committer | 2003-01-10 23:00:51 +0000 | |
commit | 347395ad3fde2db251ef0c6c869d9f47ba8fda24 (patch) | |
tree | 27d638228bb976214bdfeb8a0355e18d0072ede5 /sys-kernel/sparc-sources | |
parent | bump (diff) | |
download | historical-347395ad3fde2db251ef0c6c869d9f47ba8fda24.tar.gz historical-347395ad3fde2db251ef0c6c869d9f47ba8fda24.tar.bz2 historical-347395ad3fde2db251ef0c6c869d9f47ba8fda24.zip |
Changed sparc-sources-2.4.20-r2.ebuild keywords from ~sparc to sparc
Diffstat (limited to 'sys-kernel/sparc-sources')
-rw-r--r-- | sys-kernel/sparc-sources/ChangeLog | 11 | ||||
-rw-r--r-- | sys-kernel/sparc-sources/sparc-sources-2.4.20-r2.ebuild | 4 |
2 files changed, 10 insertions, 5 deletions
diff --git a/sys-kernel/sparc-sources/ChangeLog b/sys-kernel/sparc-sources/ChangeLog index 436eeb3a01fd..17e47c16cb94 100644 --- a/sys-kernel/sparc-sources/ChangeLog +++ b/sys-kernel/sparc-sources/ChangeLog @@ -1,13 +1,18 @@ # ChangeLog for sys-kernel/sparc-sources # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/sparc-sources/ChangeLog,v 1.10 2003/01/09 19:53:14 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/sparc-sources/ChangeLog,v 1.11 2003/01/10 23:00:51 joker Exp $ -*sparc-sources-2.4.20-r2 (09 Jan 2003) +*sparc-sources-2.4.20-r2 ( Jan 2003) + + 10 Jan 2003; Christian Birchinger <joker@gentoo.org>: + sparc-sources-2.4.20-r2.ebuild: + + Changed sparc keyword to stable. 09 Jan 2003; Christian Birchinger <joker@gentoo.org>: sparc-sources-2.4.20-r2.ebuild files/digest-sparc-sources-2.4.20-r2 : - Added a sparc64 netfilter patch + Added a sparc64 netfilter patch. *sparc-sources-2.4.20-r1 (07 Jan 2003) diff --git a/sys-kernel/sparc-sources/sparc-sources-2.4.20-r2.ebuild b/sys-kernel/sparc-sources/sparc-sources-2.4.20-r2.ebuild index f571c53e952c..cc7037168c16 100644 --- a/sys-kernel/sparc-sources/sparc-sources-2.4.20-r2.ebuild +++ b/sys-kernel/sparc-sources/sparc-sources-2.4.20-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/sparc-sources/sparc-sources-2.4.20-r2.ebuild,v 1.1 2003/01/09 19:53:14 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/sparc-sources/sparc-sources-2.4.20-r2.ebuild,v 1.2 2003/01/10 23:00:51 joker Exp $ IUSE="build" @@ -31,7 +31,7 @@ inherit kernel || die DESCRIPTION="Full sources for the Gentoo Linux kernel" SRC_URI="http://www.kernel.org/pub/linux/kernel/v2.4/linux-${OKV}.tar.bz2 mirror://gentoo/patches-${PVR}-sparc.tar.bz2" -KEYWORDS="~x86 -ppc ~sparc" +KEYWORDS="~x86 -ppc sparc" SLOT="${KV}" src_unpack() { |