diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-01-06 02:17:20 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-01-06 02:17:20 +0000 |
commit | ceb7f7235d74ecc292dee599cb0f1d9dcc0d417a (patch) | |
tree | c044920eda9713edf152f616261e3b1e631a2439 /games-strategy | |
parent | Remove old (diff) | |
download | gentoo-2-ceb7f7235d74ecc292dee599cb0f1d9dcc0d417a.tar.gz gentoo-2-ceb7f7235d74ecc292dee599cb0f1d9dcc0d417a.tar.bz2 gentoo-2-ceb7f7235d74ecc292dee599cb0f1d9dcc0d417a.zip |
also need jpeg in sdl-image
(Portage version: 2.1.6.4/cvs/Linux 2.6.27.8 i686)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/wesnoth/wesnoth-1.4.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-strategy/wesnoth/wesnoth-1.4.7.ebuild b/games-strategy/wesnoth/wesnoth-1.4.7.ebuild index 7b85bd867f25..d54b7d630ae3 100644 --- a/games-strategy/wesnoth/wesnoth-1.4.7.ebuild +++ b/games-strategy/wesnoth/wesnoth-1.4.7.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-strategy/wesnoth/wesnoth-1.4.7.ebuild,v 1.2 2009/01/03 21:48:08 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.4.7.ebuild,v 1.3 2009/01/06 02:17:20 mr_bones_ Exp $ EAPI=2 inherit eutils toolchain-funcs flag-o-matic games @@ -21,7 +21,7 @@ RDEPEND=">=media-libs/libsdl-1.2.7[X] !dedicated? ( x11-libs/libX11 >=media-libs/sdl-mixer-1.2[vorbis] - >=media-libs/sdl-image-1.2[png] + >=media-libs/sdl-image-1.2[png,jpeg] dev-lang/python >=media-libs/freetype-2 ) nls? ( virtual/libintl )" |