diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2007-04-24 14:35:00 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2007-04-24 14:35:00 +0000 |
commit | 62577595a08dad4c80e103626f1493a58b84f2dc (patch) | |
tree | 46e2b0e6b37020d00081c4682e0e3d270f03dae7 /games-util/umodpack/umodpack-0.5_beta16-r1.ebuild | |
parent | Stable on sparc (diff) | |
download | gentoo-2-62577595a08dad4c80e103626f1493a58b84f2dc.tar.gz gentoo-2-62577595a08dad4c80e103626f1493a58b84f2dc.tar.bz2 gentoo-2-62577595a08dad4c80e103626f1493a58b84f2dc.zip |
Add missing dev-perl/Compress-Zlib dependency, bug #175815
(Portage version: 2.1.2.4)
Diffstat (limited to 'games-util/umodpack/umodpack-0.5_beta16-r1.ebuild')
-rw-r--r-- | games-util/umodpack/umodpack-0.5_beta16-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-util/umodpack/umodpack-0.5_beta16-r1.ebuild b/games-util/umodpack/umodpack-0.5_beta16-r1.ebuild index 864177016b5b..37ca75d16e45 100644 --- a/games-util/umodpack/umodpack-0.5_beta16-r1.ebuild +++ b/games-util/umodpack/umodpack-0.5_beta16-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/umodpack/umodpack-0.5_beta16-r1.ebuild,v 1.4 2006/11/05 01:12:06 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/umodpack/umodpack-0.5_beta16-r1.ebuild,v 1.5 2007/04/24 14:35:00 nyhm Exp $ inherit perl-module toolchain-funcs @@ -15,6 +15,7 @@ KEYWORDS="amd64 ppc x86" IUSE="tk" DEPEND="dev-lang/perl + dev-perl/Compress-Zlib dev-perl/Archive-Zip dev-perl/Tie-IxHash tk? ( dev-perl/perl-tk )" |