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 | |
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')
-rw-r--r-- | sys-devel/pmake/pmake-1.45-r2.ebuild | 3 | ||||
-rw-r--r-- | sys-devel/pmake/pmake-1.45-r3.ebuild | 3 | ||||
-rw-r--r-- | sys-devel/sparc32/sparc32-1.1.ebuild | 5 |
3 files changed, 5 insertions, 6 deletions
diff --git a/sys-devel/pmake/pmake-1.45-r2.ebuild b/sys-devel/pmake/pmake-1.45-r2.ebuild index 1181cfebe3d2..18603d5f10f4 100644 --- a/sys-devel/pmake/pmake-1.45-r2.ebuild +++ b/sys-devel/pmake/pmake-1.45-r2.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/pmake/pmake-1.45-r2.ebuild,v 1.14 2004/07/02 08:42:32 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/pmake/pmake-1.45-r2.ebuild,v 1.15 2004/07/15 03:35:32 agriffis Exp $ IUSE="" @@ -9,7 +9,6 @@ EPATCH_SOURCE="${FILESDIR}" EPATCH_SUFFIX="patch" MY_P="${PN}_${PV}-11" -S="${WORKDIR}/${P}" DESCRIPTION="BSD build tool to create programs in parallel" HOMEPAGE="http://www.netbsd.org/" diff --git a/sys-devel/pmake/pmake-1.45-r3.ebuild b/sys-devel/pmake/pmake-1.45-r3.ebuild index 23f11ce26049..c69ecd0f020f 100644 --- a/sys-devel/pmake/pmake-1.45-r3.ebuild +++ b/sys-devel/pmake/pmake-1.45-r3.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/pmake/pmake-1.45-r3.ebuild,v 1.5 2004/07/02 08:42:32 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/pmake/pmake-1.45-r3.ebuild,v 1.6 2004/07/15 03:35:32 agriffis Exp $ inherit eutils EPATCH_SOURCE="${FILESDIR}" @@ -13,6 +13,7 @@ SRC_URI="mirror://gentoo/${PN}_${PV}-11.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="x86 ~ppc alpha ia64 amd64 ~sparc" +IUSE="" RDEPEND="virtual/libc" DEPEND="${RDEPEND} 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} |