diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2006-10-05 18:39:07 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2006-10-05 18:39:07 +0000 |
commit | e3335c015682894f4d4c7e523612bb6b3d0f14ed (patch) | |
tree | ef49b0acca3fdca4b38408095f1ab52d6e6aa427 /games-simulation/lincity | |
parent | Stable on x86, bug #137609. (diff) | |
download | gentoo-2-e3335c015682894f4d4c7e523612bb6b3d0f14ed.tar.gz gentoo-2-e3335c015682894f4d4c7e523612bb6b3d0f14ed.tar.bz2 gentoo-2-e3335c015682894f4d4c7e523612bb6b3d0f14ed.zip |
Fix gettext dependency
(Portage version: 2.1.2_pre2-r3)
Diffstat (limited to 'games-simulation/lincity')
-rw-r--r-- | games-simulation/lincity/ChangeLog | 5 | ||||
-rw-r--r-- | games-simulation/lincity/lincity-1.12.1.ebuild | 7 |
2 files changed, 8 insertions, 4 deletions
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 <nyhm@gentoo.org> lincity-1.12.1.ebuild: + Fix gettext dependency 22 Feb 2006; <Tupone@gentoo.org> 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= |