diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-09-13 13:39:04 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-09-13 13:39:04 +0000 |
commit | ddb4d4acb3dfaf6b0dac1af37c12656d1f63155f (patch) | |
tree | 5f0cfc4d6ec2f56fe7e52d5d01ac133050bfb5ac /games-strategy | |
parent | Don't enable ruby 1.9 support (doesn't work with ruby-gnome2 yet). (diff) | |
download | gentoo-2-ddb4d4acb3dfaf6b0dac1af37c12656d1f63155f.tar.gz gentoo-2-ddb4d4acb3dfaf6b0dac1af37c12656d1f63155f.tar.bz2 gentoo-2-ddb4d4acb3dfaf6b0dac1af37c12656d1f63155f.zip |
Use jpeg-compat wrt #284754, thanks to Jouni Rinne for reporting.
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/savage-bin/ChangeLog | 6 | ||||
-rw-r--r-- | games-strategy/savage-bin/savage-bin-2.00e.ebuild | 8 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games-strategy/savage-bin/ChangeLog b/games-strategy/savage-bin/ChangeLog index d2d4443cead7..2e5c67e99be3 100644 --- a/games-strategy/savage-bin/ChangeLog +++ b/games-strategy/savage-bin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-strategy/savage-bin # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/savage-bin/ChangeLog,v 1.8 2009/07/01 05:02:57 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/savage-bin/ChangeLog,v 1.9 2009/09/13 13:39:04 ssuominen Exp $ + + 13 Sep 2009; Samuli Suominen <ssuominen@gentoo.org> + savage-bin-2.00e.ebuild: + Use jpeg-compat wrt #284754, thanks to Jouni Rinne for reporting. 30 Jun 2009; Michael Sterrett <mr_bones_@gentoo.org> savage-bin-2.00e.ebuild: diff --git a/games-strategy/savage-bin/savage-bin-2.00e.ebuild b/games-strategy/savage-bin/savage-bin-2.00e.ebuild index 683ba1980c62..678e682a5176 100644 --- a/games-strategy/savage-bin/savage-bin-2.00e.ebuild +++ b/games-strategy/savage-bin/savage-bin-2.00e.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/savage-bin/savage-bin-2.00e.ebuild,v 1.7 2009/07/01 05:02:57 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/savage-bin/savage-bin-2.00e.ebuild,v 1.8 2009/09/13 13:39:04 ssuominen Exp $ EAPI=2 inherit eutils games @@ -19,9 +19,9 @@ IUSE="" RESTRICT="mirror strip" RDEPEND="virtual/opengl - x86? ( media-libs/libsdl - media-libs/jpeg - >=media-libs/freetype-2 ) + x86? ( media-libs/libsdl + >=media-libs/freetype-2 + || ( media-libs/jpeg-compat <media-libs/jpeg-7 ) ) amd64? ( app-emulation/emul-linux-x86-sdl )" S=${WORKDIR} |