diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-14 20:34:21 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-14 20:34:21 +0000 |
commit | 2912064d72a72a37d433bf20e3e9e956eeb2f6d4 (patch) | |
tree | a7d7f0b0dddad924ab3064a682162dc277adb3d5 /games-util | |
parent | add eutils back in (diff) | |
download | historical-2912064d72a72a37d433bf20e3e9e956eeb2f6d4.tar.gz historical-2912064d72a72a37d433bf20e3e9e956eeb2f6d4.tar.bz2 historical-2912064d72a72a37d433bf20e3e9e956eeb2f6d4.zip |
sync IUSE
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/umodpack/Manifest | 2 | ||||
-rw-r--r-- | games-util/umodpack/umodpack-0.5_beta16.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games-util/umodpack/Manifest b/games-util/umodpack/Manifest index 44e6bd97cc5f..3301c15537e8 100644 --- a/games-util/umodpack/Manifest +++ b/games-util/umodpack/Manifest @@ -1,4 +1,4 @@ -MD5 4af1f0e61930bd0c2a54ef78c76c5b51 umodpack-0.5_beta16.ebuild 894 MD5 bc172347b87b46d4693fd130bd840af3 ChangeLog 578 +MD5 c34b79e1489f232f8041ab08dd78c2a9 umodpack-0.5_beta16.ebuild 904 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 MD5 33681e07fdc5fcbcfa86323d012baa09 files/digest-umodpack-0.5_beta16 73 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 |