summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <tristan@gentoo.org>2006-10-05 20:59:51 +0000
committerTristan Heaven <tristan@gentoo.org>2006-10-05 20:59:51 +0000
commitf94bd562fb11fa7229239bfbf994b52f5113e4ad (patch)
tree034b0bc9aa733325cc74b3be2c66904cc630cd9a /games-strategy/wormux
parentStable on sparc (diff)
downloadhistorical-f94bd562fb11fa7229239bfbf994b52f5113e4ad.tar.gz
historical-f94bd562fb11fa7229239bfbf994b52f5113e4ad.tar.bz2
historical-f94bd562fb11fa7229239bfbf994b52f5113e4ad.zip
Fix gettext dependency
Package-Manager: portage-2.1.2_pre2-r3
Diffstat (limited to 'games-strategy/wormux')
-rw-r--r--games-strategy/wormux/ChangeLog5
-rw-r--r--games-strategy/wormux/wormux-0.7.3.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/games-strategy/wormux/ChangeLog b/games-strategy/wormux/ChangeLog
index ea4183e13277..1f99706843c3 100644
--- a/games-strategy/wormux/ChangeLog
+++ b/games-strategy/wormux/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-strategy/wormux
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/wormux/ChangeLog,v 1.16 2006/10/04 14:29:16 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/wormux/ChangeLog,v 1.17 2006/10/05 20:59:51 nyhm Exp $
+
+ 05 Oct 2006; Tristan Heaven <nyhm@gentoo.org> wormux-0.7.3.ebuild:
+ Fix gettext dependency
*wormux-0.7.4 (04 Oct 2006)
diff --git a/games-strategy/wormux/wormux-0.7.3.ebuild b/games-strategy/wormux/wormux-0.7.3.ebuild
index a7af599926c1..9a3078c47203 100644
--- a/games-strategy/wormux/wormux-0.7.3.ebuild
+++ b/games-strategy/wormux/wormux-0.7.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/wormux/wormux-0.7.3.ebuild,v 1.5 2006/10/04 12:10:54 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/wormux/wormux-0.7.3.ebuild,v 1.6 2006/10/05 20:59:51 nyhm Exp $
inherit eutils debug games
@@ -19,7 +19,8 @@ RDEPEND=">=media-libs/libsdl-1.2.6
>=media-libs/sdl-ttf-2.0
media-libs/sdl-net
>=media-libs/sdl-gfx-2.0.13
- >=dev-cpp/libxmlpp-2.6"
+ >=dev-cpp/libxmlpp-2.6
+ nls? ( virtual/libintl )"
DEPEND="${RDEPEND}
dev-util/pkgconfig
nls? ( sys-devel/gettext )"