From e3335c015682894f4d4c7e523612bb6b3d0f14ed Mon Sep 17 00:00:00 2001 From: Tristan Heaven Date: Thu, 5 Oct 2006 18:39:07 +0000 Subject: Fix gettext dependency (Portage version: 2.1.2_pre2-r3) --- games-simulation/lincity/ChangeLog | 5 ++++- games-simulation/lincity/lincity-1.12.1.ebuild | 7 ++++--- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'games-simulation') diff --git a/games-simulation/lincity/ChangeLog b/games-simulation/lincity/ChangeLog index 384826995c6a..dab77262c585 100644 --- a/games-simulation/lincity/ChangeLog +++ b/games-simulation/lincity/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-simulation/lincity # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/lincity/ChangeLog,v 1.14 2006/02/22 21:59:02 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/lincity/ChangeLog,v 1.15 2006/10/05 18:39:07 nyhm Exp $ + + 05 Oct 2006; Tristan Heaven lincity-1.12.1.ebuild: + Fix gettext dependency 22 Feb 2006; lincity-1.12.1.ebuild: Modular X dependency fix diff --git a/games-simulation/lincity/lincity-1.12.1.ebuild b/games-simulation/lincity/lincity-1.12.1.ebuild index ebc6894e80b6..9fe6a8790421 100644 --- a/games-simulation/lincity/lincity-1.12.1.ebuild +++ b/games-simulation/lincity/lincity-1.12.1.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-simulation/lincity/lincity-1.12.1.ebuild,v 1.5 2006/02/22 21:59:02 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/lincity/lincity-1.12.1.ebuild,v 1.6 2006/10/05 18:39:07 nyhm Exp $ inherit games @@ -14,8 +14,7 @@ KEYWORDS="amd64 ppc ~ppc-macos ~sparc x86" IUSE="nls svga X" # dep fix (bug #82318) -DEPEND=" - nls? ( sys-devel/gettext ) +RDEPEND="nls? ( virtual/libintl ) svga? ( media-libs/svgalib ) X? ( || ( @@ -35,6 +34,8 @@ DEPEND=" virtual/x11 ) )" +DEPEND="${RDEPEND} + nls? ( sys-devel/gettext )" src_compile() { local myconf= -- cgit v1.2.3-65-gdbad