diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-09-14 02:05:39 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-09-14 02:05:39 +0000 |
commit | 48f0295dad95cd77f484c261c018875facaec8ea (patch) | |
tree | 219cbd2977e36830639da6916ecbe7798834bf5a /games-strategy/savage2-bin | |
parent | Version bump, and switching to cmake. Libraries have names with first letter ... (diff) | |
download | gentoo-2-48f0295dad95cd77f484c261c018875facaec8ea.tar.gz gentoo-2-48f0295dad95cd77f484c261c018875facaec8ea.tar.bz2 gentoo-2-48f0295dad95cd77f484c261c018875facaec8ea.zip |
version bump
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-strategy/savage2-bin')
-rw-r--r-- | games-strategy/savage2-bin/ChangeLog | 8 | ||||
-rw-r--r-- | games-strategy/savage2-bin/savage2-bin-2.1.0.1.ebuild (renamed from games-strategy/savage2-bin/savage2-bin-2.1.0.ebuild) | 5 |
2 files changed, 10 insertions, 3 deletions
diff --git a/games-strategy/savage2-bin/ChangeLog b/games-strategy/savage2-bin/ChangeLog index b9f13872d46e..581b222978ff 100644 --- a/games-strategy/savage2-bin/ChangeLog +++ b/games-strategy/savage2-bin/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-strategy/savage2-bin # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/savage2-bin/ChangeLog,v 1.1 2009/09/11 21:14:31 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/savage2-bin/ChangeLog,v 1.2 2009/09/14 02:05:39 mr_bones_ Exp $ + +*savage2-bin-2.1.0.1 (14 Sep 2009) + + 14 Sep 2009; Michael Sterrett <mr_bones_@gentoo.org> + -savage2-bin-2.1.0.ebuild, +savage2-bin-2.1.0.1.ebuild: + version bump *savage2-bin-2.1.0 (11 Sep 2009) diff --git a/games-strategy/savage2-bin/savage2-bin-2.1.0.ebuild b/games-strategy/savage2-bin/savage2-bin-2.1.0.1.ebuild index fb0e73d61da1..63ccef7ea79d 100644 --- a/games-strategy/savage2-bin/savage2-bin-2.1.0.ebuild +++ b/games-strategy/savage2-bin/savage2-bin-2.1.0.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-strategy/savage2-bin/savage2-bin-2.1.0.ebuild,v 1.1 2009/09/11 21:14:31 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/savage2-bin/savage2-bin-2.1.0.1.ebuild,v 1.1 2009/09/14 02:05:39 mr_bones_ Exp $ EAPI=2 inherit eutils games @@ -31,7 +31,8 @@ QA_EXECSTACK=" ${GAMES_PREFIX_OPT:1}/savage2/libs/libcurl.so.4 ${GAMES_PREFIX_OPT:1}/savage2/savage2_update.bin" -RDEPEND="virtual/opengl" +RDEPEND="virtual/opengl + || ( media-libs/jpeg-compat <media-libs/jpeg-7 )" DEPEND="app-arch/unzip" S=${WORKDIR} |