diff options
author | 2013-08-01 20:55:50 +0000 | |
---|---|---|
committer | 2013-08-01 20:55:50 +0000 | |
commit | 7489ee656e858546901f3d26da2fc171951b6f5e (patch) | |
tree | 3c19bccd468d3a463a459872a7e237d8579b8400 /games-strategy/savage-bin/savage-bin-2.00e.ebuild | |
parent | Fix libjpeg.so.62 dependency. (diff) | |
download | historical-7489ee656e858546901f3d26da2fc171951b6f5e.tar.gz historical-7489ee656e858546901f3d26da2fc171951b6f5e.tar.bz2 historical-7489ee656e858546901f3d26da2fc171951b6f5e.zip |
Fix libjpeg.so.62 dependency.
Package-Manager: portage-2.2.0_alpha188/cvs/Linux x86_64
Manifest-Sign-Key: 0x4868F14D
Diffstat (limited to 'games-strategy/savage-bin/savage-bin-2.00e.ebuild')
-rw-r--r-- | games-strategy/savage-bin/savage-bin-2.00e.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-strategy/savage-bin/savage-bin-2.00e.ebuild b/games-strategy/savage-bin/savage-bin-2.00e.ebuild index a9017bf7df31..104703137ae7 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-2011 Gentoo Foundation +# Copyright 1999-2013 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.14 2011/10/15 01:04:17 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/savage-bin/savage-bin-2.00e.ebuild,v 1.15 2013/08/01 20:55:44 ssuominen Exp $ EAPI=2 inherit eutils games @@ -25,7 +25,7 @@ RESTRICT="mirror strip" RDEPEND="virtual/opengl x86? ( media-libs/libsdl >=media-libs/freetype-2 - media-libs/jpeg:62 ) + || ( virtual/jpeg:62 media-libs/jpeg:62 ) ) amd64? ( app-emulation/emul-linux-x86-sdl )" DEPEND="app-arch/unzip" |