diff options
author | 2004-04-14 20:34:21 +0000 | |
---|---|---|
committer | 2004-04-14 20:34:21 +0000 | |
commit | 4c62f4a11b638e284f01583c49c6da226e4afbbb (patch) | |
tree | 9e56a8f9f6b477d3bef5a96a3c86ff7f2475f86f /games-util/umodpack | |
parent | add eutils back in (Manifest recommit) (diff) | |
download | gentoo-2-4c62f4a11b638e284f01583c49c6da226e4afbbb.tar.gz gentoo-2-4c62f4a11b638e284f01583c49c6da226e4afbbb.tar.bz2 gentoo-2-4c62f4a11b638e284f01583c49c6da226e4afbbb.zip |
sync IUSE
Diffstat (limited to 'games-util/umodpack')
-rw-r--r-- | games-util/umodpack/umodpack-0.5_beta16.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-util/umodpack/umodpack-0.5_beta16.ebuild b/games-util/umodpack/umodpack-0.5_beta16.ebuild index 84d2190f1380..21fbff5be0fc 100644 --- a/games-util/umodpack/umodpack-0.5_beta16.ebuild +++ b/games-util/umodpack/umodpack-0.5_beta16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/umodpack/umodpack-0.5_beta16.ebuild,v 1.3 2004/04/12 21:25:35 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/umodpack/umodpack-0.5_beta16.ebuild,v 1.4 2004/04/14 20:34:21 mr_bones_ Exp $ inherit perl-module @@ -8,11 +8,11 @@ MY_P="${P/_beta/b}" DESCRIPTION="portable and useful [un]packer for Unreal Tournament's Umod files" HOMEPAGE="http://umodpack.sourceforge.net/" SRC_URI="mirror://sourceforge/umodpack/${MY_P}-nogui.tar.gz" -IUSE="" LICENSE="Artistic" SLOT="0" KEYWORDS="x86 ppc" +IUSE="X tcltk" DEPEND="dev-lang/perl dev-perl/Archive-Zip @@ -20,7 +20,7 @@ DEPEND="dev-lang/perl tcltk? ( dev-perl/perl-tk ) X? ( virtual/x11 )" -S=${WORKDIR}/${MY_P} +S="${WORKDIR}/${MY_P}" src_compile() { # remove the stupid perl modules since we already installed em |