diff options
author | Christian Birchinger <joker@gentoo.org> | 2004-08-11 21:44:45 +0000 |
---|---|---|
committer | Christian Birchinger <joker@gentoo.org> | 2004-08-11 21:44:45 +0000 |
commit | a42148c4b905bddda10d282ff0bc5430de34aaf7 (patch) | |
tree | 5eb75eacaa7abd3633cf383c2fef96a6ae0e6c66 /sys-kernel | |
parent | Updated version with new use-pte_alloc_one_fast-r1.patch for sparc32 systems ... (diff) | |
download | historical-a42148c4b905bddda10d282ff0bc5430de34aaf7.tar.gz historical-a42148c4b905bddda10d282ff0bc5430de34aaf7.tar.bz2 historical-a42148c4b905bddda10d282ff0bc5430de34aaf7.zip |
Replaced sparc with ~sparc
Diffstat (limited to 'sys-kernel')
-rw-r--r-- | sys-kernel/sparc-sources/Manifest | 2 | ||||
-rw-r--r-- | sys-kernel/sparc-sources/sparc-sources-2.4.27-r1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sys-kernel/sparc-sources/Manifest b/sys-kernel/sparc-sources/Manifest index 5e4be53c6879..0019d711d042 100644 --- a/sys-kernel/sparc-sources/Manifest +++ b/sys-kernel/sparc-sources/Manifest @@ -1,6 +1,6 @@ MD5 7e30d832a84aff8dd86b198f9a772ba9 ChangeLog 10749 MD5 6706a601c155869440dcb544e3759a04 metadata.xml 381 -MD5 d45d83aa7376ea20ea69ab384a449068 sparc-sources-2.4.27-r1.ebuild 2325 +MD5 4cc47f39aea73c1cab1cb654d18388fd sparc-sources-2.4.27-r1.ebuild 2326 MD5 b9282567aca4fa6e33b416a61b7b39e5 sparc-sources-2.4.27.ebuild 2193 MD5 258fd76f2e16645d1b67490aa7ca05ae files/digest-sparc-sources-2.4.27-r1 143 MD5 31df0f3fd794f3491bc4d33353e9d310 files/use-pte_alloc_one_fast-r1.patch 633 diff --git a/sys-kernel/sparc-sources/sparc-sources-2.4.27-r1.ebuild b/sys-kernel/sparc-sources/sparc-sources-2.4.27-r1.ebuild index 785682c23f7b..2492913611a9 100644 --- a/sys-kernel/sparc-sources/sparc-sources-2.4.27-r1.ebuild +++ b/sys-kernel/sparc-sources/sparc-sources-2.4.27-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/sparc-sources/sparc-sources-2.4.27-r1.ebuild,v 1.1 2004/08/11 21:43:41 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/sparc-sources/sparc-sources-2.4.27-r1.ebuild,v 1.2 2004/08/11 21:44:45 joker Exp $ IUSE="ultra1" @@ -33,7 +33,7 @@ SRC_URI="http://www.kernel.org/pub/linux/kernel/v2.4/linux-${OKV}.tar.bz2 mirror://gentoo/patches-${PATCH_VERSION}.tar.bz2" S=${WORKDIR}/linux-${KV} -KEYWORDS="~x86 -ppc sparc" +KEYWORDS="~x86 -ppc ~sparc" SLOT="${KV}" src_unpack() { |