diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 14:18:53 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 14:18:53 +0000 |
commit | 96c6fe4e60a4e5f72d84748beee03f45bf1dbb79 (patch) | |
tree | 59698c75f430e8ad4363bb55150a83c9c6a39793 /games-action/descent1-maps | |
parent | sync IUSE (missing) (diff) | |
download | gentoo-2-96c6fe4e60a4e5f72d84748beee03f45bf1dbb79.tar.gz gentoo-2-96c6fe4e60a4e5f72d84748beee03f45bf1dbb79.tar.bz2 gentoo-2-96c6fe4e60a4e5f72d84748beee03f45bf1dbb79.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'games-action/descent1-maps')
-rw-r--r-- | games-action/descent1-maps/descent1-maps-1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-action/descent1-maps/descent1-maps-1.0.ebuild b/games-action/descent1-maps/descent1-maps-1.0.ebuild index 6f27b1338afd..6f905ddf71c6 100644 --- a/games-action/descent1-maps/descent1-maps-1.0.ebuild +++ b/games-action/descent1-maps/descent1-maps-1.0.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/games-action/descent1-maps/descent1-maps-1.0.ebuild,v 1.2 2004/06/24 21:54:19 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/descent1-maps/descent1-maps-1.0.ebuild,v 1.3 2004/07/14 14:18:53 agriffis Exp $ inherit games @@ -11,9 +11,9 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="as-is" SLOT="0" KEYWORDS="x86" +IUSE="" DEPEND="games-action/d1x" -S="${WORKDIR}/${P}" src_install () { |