summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2007-04-24 14:35:00 +0000
committerTristan Heaven <nyhm@gentoo.org>2007-04-24 14:35:00 +0000
commit62577595a08dad4c80e103626f1493a58b84f2dc (patch)
tree46e2b0e6b37020d00081c4682e0e3d270f03dae7 /games-util
parentStable on sparc (diff)
downloadgentoo-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')
-rw-r--r--games-util/umodpack/ChangeLog8
-rw-r--r--games-util/umodpack/umodpack-0.5_beta16-r1.ebuild5
2 files changed, 9 insertions, 4 deletions
diff --git a/games-util/umodpack/ChangeLog b/games-util/umodpack/ChangeLog
index 2de91e52e05b..7f3584b5ee5e 100644
--- a/games-util/umodpack/ChangeLog
+++ b/games-util/umodpack/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-util/umodpack
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/umodpack/ChangeLog,v 1.8 2006/11/05 01:12:06 nyhm Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-util/umodpack/ChangeLog,v 1.9 2007/04/24 14:35:00 nyhm Exp $
+
+ 24 Apr 2007; Tristan Heaven <nyhm@gentoo.org>
+ umodpack-0.5_beta16-r1.ebuild:
+ Add missing dev-perl/Compress-Zlib dependency, bug #175815
05 Nov 2006; Tristan Heaven <nyhm@gentoo.org>
umodpack-0.5_beta16-r1.ebuild:
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 )"