diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2009-09-30 19:50:14 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2009-09-30 19:50:14 +0000 |
commit | c70d356da52c9adf420f5702f687027467a934b4 (patch) | |
tree | 132c0cc363de81a5b4c174154036583b7c2cb0b2 /games-rpg/tmw/tmw-0.0.29.1.ebuild | |
parent | amd64 stable wrt #282290 (diff) | |
download | gentoo-2-c70d356da52c9adf420f5702f687027467a934b4.tar.gz gentoo-2-c70d356da52c9adf420f5702f687027467a934b4.tar.bz2 gentoo-2-c70d356da52c9adf420f5702f687027467a934b4.zip |
Add dependencies for USE=nls
(Portage version: 2.2_rc42/cvs/Linux x86_64)
Diffstat (limited to 'games-rpg/tmw/tmw-0.0.29.1.ebuild')
-rw-r--r-- | games-rpg/tmw/tmw-0.0.29.1.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/games-rpg/tmw/tmw-0.0.29.1.ebuild b/games-rpg/tmw/tmw-0.0.29.1.ebuild index a251d8d2d091..69dbd418a16a 100644 --- a/games-rpg/tmw/tmw-0.0.29.1.ebuild +++ b/games-rpg/tmw/tmw-0.0.29.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/tmw/tmw-0.0.29.1.ebuild,v 1.1 2009/06/30 02:37:59 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/tmw/tmw-0.0.29.1.ebuild,v 1.2 2009/09/30 19:50:14 nyhm Exp $ EAPI=2 inherit eutils games @@ -18,7 +18,6 @@ IUSE="nls opengl" PATCHES=( "${FILESDIR}"/${P}-desktop.patch ) RDEPEND=">=dev-games/physfs-1.0.0 - opengl? ( virtual/opengl ) dev-libs/libxml2 media-libs/sdl-mixer[vorbis] media-libs/sdl-image[png] @@ -28,9 +27,12 @@ RDEPEND=">=dev-games/physfs-1.0.0 sys-libs/zlib media-libs/libpng media-fonts/dejavu - >=dev-games/guichan-0.8.1[sdl]" + >=dev-games/guichan-0.8.1[sdl] + nls? ( virtual/libintl ) + opengl? ( virtual/opengl )" DEPEND="${RDEPEND} - dev-util/pkgconfig" + dev-util/pkgconfig + nls? ( sys-devel/gettext )" src_prepare() { sed -i \ |