diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-10-14 06:12:37 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-10-14 06:12:37 +0000 |
commit | cb030b263cbbb093c53ff38f91c761db4ee0f263 (patch) | |
tree | c5a1fce0b614759d31b8083dd83e6d5f310f2244 /games-strategy/savage-bin | |
parent | Version bump. (diff) | |
download | gentoo-2-cb030b263cbbb093c53ff38f91c761db4ee0f263.tar.gz gentoo-2-cb030b263cbbb093c53ff38f91c761db4ee0f263.tar.bz2 gentoo-2-cb030b263cbbb093c53ff38f91c761db4ee0f263.zip |
Use a SLOT dep instead of "<" for jpeg.
(Portage version: 2.2.0_alpha65/cvs/Linux x86_64)
Diffstat (limited to 'games-strategy/savage-bin')
-rw-r--r-- | games-strategy/savage-bin/ChangeLog | 7 | ||||
-rw-r--r-- | games-strategy/savage-bin/savage-bin-2.00e.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-strategy/savage-bin/ChangeLog b/games-strategy/savage-bin/ChangeLog index 5e42681c4802..918e2dc671da 100644 --- a/games-strategy/savage-bin/ChangeLog +++ b/games-strategy/savage-bin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/savage-bin -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/savage-bin/ChangeLog,v 1.13 2010/06/16 20:16:33 sping Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/savage-bin/ChangeLog,v 1.14 2011/10/14 06:12:37 vapier Exp $ + + 14 Oct 2011; Mike Frysinger <vapier@gentoo.org> savage-bin-2.00e.ebuild: + Use a SLOT dep instead of "<" for jpeg. 16 Jun 2010; Sebastian Pipping <sping@gentoo.org> savage-bin-2.00e.ebuild: Propagate upstream's change in download access diff --git a/games-strategy/savage-bin/savage-bin-2.00e.ebuild b/games-strategy/savage-bin/savage-bin-2.00e.ebuild index 93ba4f26a081..ed21d3260324 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-2010 Gentoo Foundation +# Copyright 1999-2011 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.12 2010/06/16 20:16:33 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/savage-bin/savage-bin-2.00e.ebuild,v 1.13 2011/10/14 06:12:37 vapier 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-7 ) + media-libs/jpeg:62 ) amd64? ( app-emulation/emul-linux-x86-sdl )" DEPEND="app-arch/unzip" |