diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2006-11-03 02:47:27 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2006-11-03 02:47:27 +0000 |
commit | 6788d4665ce8c612e0b0a34acd2797fa77d246e1 (patch) | |
tree | 04a88c7d27d6f5d6e6f5aa8bea15f7249d14f0d5 /games-strategy/wesnoth | |
parent | Pruned old versions (diff) | |
download | gentoo-2-6788d4665ce8c612e0b0a34acd2797fa77d246e1.tar.gz gentoo-2-6788d4665ce8c612e0b0a34acd2797fa77d246e1.tar.bz2 gentoo-2-6788d4665ce8c612e0b0a34acd2797fa77d246e1.zip |
Add nls dependencies
(Portage version: 2.1.2_rc1-r2)
Diffstat (limited to 'games-strategy/wesnoth')
-rw-r--r-- | games-strategy/wesnoth/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/wesnoth/wesnoth-1.1.11.ebuild | 10 |
2 files changed, 10 insertions, 5 deletions
diff --git a/games-strategy/wesnoth/ChangeLog b/games-strategy/wesnoth/ChangeLog index e7170b83c906..d85913da14b1 100644 --- a/games-strategy/wesnoth/ChangeLog +++ b/games-strategy/wesnoth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/wesnoth # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.78 2006/10/06 02:05:52 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.79 2006/11/03 02:47:27 nyhm Exp $ + + 03 Nov 2006; Tristan Heaven <nyhm@gentoo.org> wesnoth-1.1.11.ebuild: + Add nls dependencies *wesnoth-1.1.11 (06 Oct 2006) diff --git a/games-strategy/wesnoth/wesnoth-1.1.11.ebuild b/games-strategy/wesnoth/wesnoth-1.1.11.ebuild index 69e04fbdb6ca..efe99a82af98 100644 --- a/games-strategy/wesnoth/wesnoth-1.1.11.ebuild +++ b/games-strategy/wesnoth/wesnoth-1.1.11.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.1.11.ebuild,v 1.1 2006/10/06 02:05:52 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.1.11.ebuild,v 1.2 2006/11/03 02:47:27 nyhm Exp $ -inherit autotools eutils toolchain-funcs flag-o-matic games +inherit eutils toolchain-funcs flag-o-matic games MY_PV=${PV/_/} DESCRIPTION="Battle for Wesnoth - A fantasy turn-based strategy game" @@ -14,14 +14,16 @@ SLOT="0" KEYWORDS="amd64 ppc ppc64 sparc x86" IUSE="dedicated editor gnome kde lite nls server tools" -DEPEND=">=media-libs/libsdl-1.2.7 +RDEPEND=">=media-libs/libsdl-1.2.7 !dedicated? ( x11-libs/libX11 >=media-libs/freetype-2 ) >=media-libs/sdl-mixer-1.2 >=media-libs/sdl-image-1.2 media-libs/sdl-net - sys-libs/zlib" + nls? ( virtual/libintl )" +DEPEND="${RDEPEND} + nls? ( sys-devel/gettext )" S=${WORKDIR}/${PN}-${MY_PV} |