diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 03:36:15 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 03:36:15 +0000 |
commit | f8dcbb3a317361ba353b4e1f18bf642aae5aa8aa (patch) | |
tree | db65468571b2d6fa752287a047f4955083d6b7bf /sys-devel/sparc32 | |
parent | sync IUSE (missing) (diff) | |
download | historical-f8dcbb3a317361ba353b4e1f18bf642aae5aa8aa.tar.gz historical-f8dcbb3a317361ba353b4e1f18bf642aae5aa8aa.tar.bz2 historical-f8dcbb3a317361ba353b4e1f18bf642aae5aa8aa.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} |