diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 03:36:53 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 03:36:53 +0000 |
commit | 9eeb44462c8f307b3241a5db5822629b0b6fc34c (patch) | |
tree | 8ccf37bf614bab94028816eda7444b9f1bbde9a4 /sys-devel/sparc32 | |
parent | inherit eutils (Manifest recommit) (diff) | |
download | gentoo-2-9eeb44462c8f307b3241a5db5822629b0b6fc34c.tar.gz gentoo-2-9eeb44462c8f307b3241a5db5822629b0b6fc34c.tar.bz2 gentoo-2-9eeb44462c8f307b3241a5db5822629b0b6fc34c.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'sys-devel/sparc32')
-rw-r--r-- | sys-devel/sparc32/sparc32-1.1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-devel/sparc32/sparc32-1.1.ebuild b/sys-devel/sparc32/sparc32-1.1.ebuild index 95b9460e1c2c..90b3b41dfa1e 100644 --- a/sys-devel/sparc32/sparc32-1.1.ebuild +++ b/sys-devel/sparc32/sparc32-1.1.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-devel/sparc32/sparc32-1.1.ebuild,v 1.8 2004/06/24 22:49:23 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/sparc32/sparc32-1.1.ebuild,v 1.9 2004/07/15 03:36:15 agriffis Exp $ DESCRIPTION="A SPARC32 compilation environment." LICENSE="GPL-2" @@ -8,8 +8,7 @@ SRC_URI="ftp://ftp.auxio.org/pub/linux/SOURCES/${P}.tgz" SLOT="0" KEYWORDS="-* sparc" - -S=${WORKDIR}/${P} +IUSE="" src_unpack() { unpack ${A} |