diff options
author | Tristan Heaven <tristan@gentoo.org> | 2006-10-05 17:51:53 +0000 |
---|---|---|
committer | Tristan Heaven <tristan@gentoo.org> | 2006-10-05 17:51:53 +0000 |
commit | 7984fb116d27f66f7e5eb00b54754e1ce5cc3dda (patch) | |
tree | b3315af2f6e980af8b9871b512965b5fc64ef437 /games-emulation/gxmame/gxmame-0.35_beta2.ebuild | |
parent | ppc stable, bug #144862 (diff) | |
download | historical-7984fb116d27f66f7e5eb00b54754e1ce5cc3dda.tar.gz historical-7984fb116d27f66f7e5eb00b54754e1ce5cc3dda.tar.bz2 historical-7984fb116d27f66f7e5eb00b54754e1ce5cc3dda.zip |
Fix gettext dependency
Package-Manager: portage-2.1.2_pre2-r3
Diffstat (limited to 'games-emulation/gxmame/gxmame-0.35_beta2.ebuild')
-rw-r--r-- | games-emulation/gxmame/gxmame-0.35_beta2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games-emulation/gxmame/gxmame-0.35_beta2.ebuild b/games-emulation/gxmame/gxmame-0.35_beta2.ebuild index 8492d4b769c2..51057f6f4a2f 100644 --- a/games-emulation/gxmame/gxmame-0.35_beta2.ebuild +++ b/games-emulation/gxmame/gxmame-0.35_beta2.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-emulation/gxmame/gxmame-0.35_beta2.ebuild,v 1.6 2006/03/31 20:32:54 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/gxmame/gxmame-0.35_beta2.ebuild,v 1.7 2006/10/05 17:51:53 nyhm Exp $ inherit games @@ -15,12 +15,12 @@ KEYWORDS="amd64 ppc ~sparc x86" IUSE="nls joystick" RESTRICT="strip" -DEPEND="dev-libs/expat +RDEPEND="dev-libs/expat >=x11-libs/gtk+-2.4 >=dev-libs/glib-2.4 x11-themes/gnome-icon-theme - sys-libs/zlib" -RDEPEND="${DEPEND} + nls? ( virtual/libintl )" +DEPEND="${RDEPEND} nls? ( sys-devel/gettext )" S=${WORKDIR}/${MY_P} |