diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-02-23 00:26:04 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-02-23 00:26:04 +0000 |
commit | 1b3f8820646229537625885b456606a1bcfb89aa (patch) | |
tree | 41163dadaa4e462f76d9f387c70ab661b983394d /sys-devel/sparc32 | |
parent | Remove arm keywords (Manifest recommit) (diff) | |
download | gentoo-2-1b3f8820646229537625885b456606a1bcfb89aa.tar.gz gentoo-2-1b3f8820646229537625885b456606a1bcfb89aa.tar.bz2 gentoo-2-1b3f8820646229537625885b456606a1bcfb89aa.zip |
Remove arm keywords
Diffstat (limited to 'sys-devel/sparc32')
-rw-r--r-- | sys-devel/sparc32/sparc32-1.1-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/sparc32/sparc32-1.1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-devel/sparc32/sparc32-1.1-r1.ebuild b/sys-devel/sparc32/sparc32-1.1-r1.ebuild index 39a2b7ab693e..fb008707e403 100644 --- a/sys-devel/sparc32/sparc32-1.1-r1.ebuild +++ b/sys-devel/sparc32/sparc32-1.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/sparc32/sparc32-1.1-r1.ebuild,v 1.1 2003/10/07 19:18:03 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/sparc32/sparc32-1.1-r1.ebuild,v 1.2 2004/02/23 00:23:17 agriffis Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.auxio.org/pub/linux/SOURCES/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="sparc -x86 -ppc" +KEYWORDS="sparc -x86 -ppc" IUSE="" DEPEND="virtual/glibc" diff --git a/sys-devel/sparc32/sparc32-1.1.ebuild b/sys-devel/sparc32/sparc32-1.1.ebuild index 368f4fabd8bc..42995356e1b4 100644 --- a/sys-devel/sparc32/sparc32-1.1.ebuild +++ b/sys-devel/sparc32/sparc32-1.1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/sparc32/sparc32-1.1.ebuild,v 1.5 2003/02/13 16:34:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/sparc32/sparc32-1.1.ebuild,v 1.6 2004/02/23 00:23:17 agriffis Exp $ DESCRIPTION="A SPARC32 compilation environment." LICENSE="GPL-2" SRC_URI="ftp://ftp.auxio.org/pub/linux/SOURCES/${P}.tgz" SLOT="0" -KEYWORDS="sparc -x86 -ppc" +KEYWORDS="sparc -x86 -ppc" S=${WORKDIR}/${P} |