diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-02-23 00:23:17 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-02-23 00:23:17 +0000 |
commit | 58372729e56a0c686eca1c16e90be8685a5e1c73 (patch) | |
tree | d0bb165abd362d8230c2c70c000becd9d59000bc /sys-devel/sparc32 | |
parent | initial ebuild #37586 (diff) | |
download | historical-58372729e56a0c686eca1c16e90be8685a5e1c73.tar.gz historical-58372729e56a0c686eca1c16e90be8685a5e1c73.tar.bz2 historical-58372729e56a0c686eca1c16e90be8685a5e1c73.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} |