summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2006-10-05 18:15:42 +0000
committerTristan Heaven <nyhm@gentoo.org>2006-10-05 18:15:42 +0000
commitf06e87f62ff04932c5103cd95a05cc2998cfc37b (patch)
tree2ee94dc268fde1f893b2bc436a05a1ff119d6536 /games-puzzle/gtkballs/gtkballs-3.1.5-r1.ebuild
parentDropping sparc keywords, see #96229 (diff)
downloadgentoo-2-f06e87f62ff04932c5103cd95a05cc2998cfc37b.tar.gz
gentoo-2-f06e87f62ff04932c5103cd95a05cc2998cfc37b.tar.bz2
gentoo-2-f06e87f62ff04932c5103cd95a05cc2998cfc37b.zip
Fix gettext dependency
(Portage version: 2.1.2_pre2-r3)
Diffstat (limited to 'games-puzzle/gtkballs/gtkballs-3.1.5-r1.ebuild')
-rw-r--r--games-puzzle/gtkballs/gtkballs-3.1.5-r1.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/games-puzzle/gtkballs/gtkballs-3.1.5-r1.ebuild b/games-puzzle/gtkballs/gtkballs-3.1.5-r1.ebuild
index a9a357bd0499..cd88b4d4b88b 100644
--- a/games-puzzle/gtkballs/gtkballs-3.1.5-r1.ebuild
+++ b/games-puzzle/gtkballs/gtkballs-3.1.5-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/gtkballs/gtkballs-3.1.5-r1.ebuild,v 1.1 2005/05/05 01:14:08 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/gtkballs/gtkballs-3.1.5-r1.ebuild,v 1.2 2006/10/05 18:15:42 nyhm Exp $
inherit eutils games
@@ -13,7 +13,9 @@ SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE="nls"
-DEPEND="=x11-libs/gtk+-2*
+RDEPEND="=x11-libs/gtk+-2*
+ nls? ( virtual/libintl )"
+DEPEND="${RDEPEND}
nls? ( >=sys-devel/gettext-0.10.38 )"
src_unpack() {