diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2013-12-02 07:18:15 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2013-12-02 07:18:15 +0000 |
commit | f75e8ed425e7b5e00b9e0621a9e302aaa4f112e1 (patch) | |
tree | 07c35dd986bc2b961cf72bb943608b705a9f3ff1 /games-simulation | |
parent | Force dependency on newer iptables versions #475386 by Jaco Kroon. (diff) | |
download | gentoo-2-f75e8ed425e7b5e00b9e0621a9e302aaa4f112e1.tar.gz gentoo-2-f75e8ed425e7b5e00b9e0621a9e302aaa4f112e1.tar.bz2 gentoo-2-f75e8ed425e7b5e00b9e0621a9e302aaa4f112e1.zip |
require the latest opengfx to make sure all the sprites are there
(Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/openttd/ChangeLog | 5 | ||||
-rw-r--r-- | games-simulation/openttd/openttd-1.3.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-simulation/openttd/ChangeLog b/games-simulation/openttd/ChangeLog index 4084962e52d9..65d1274d092f 100644 --- a/games-simulation/openttd/ChangeLog +++ b/games-simulation/openttd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-simulation/openttd # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v 1.142 2013/11/30 01:45:32 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v 1.143 2013/12/02 07:18:15 mr_bones_ Exp $ + + 02 Dec 2013; Michael Sterrett <mr_bones_@gentoo.org> openttd-1.3.3.ebuild: + require the latest opengfx to make sure all the sprites are there *openttd-1.3.3 (30 Nov 2013) diff --git a/games-simulation/openttd/openttd-1.3.3.ebuild b/games-simulation/openttd/openttd-1.3.3.ebuild index 42950fa9bce4..6a90464f7cb7 100644 --- a/games-simulation/openttd/openttd-1.3.3.ebuild +++ b/games-simulation/openttd/openttd-1.3.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-1.3.3.ebuild,v 1.1 2013/11/30 01:45:32 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-1.3.3.ebuild,v 1.2 2013/12/02 07:18:15 mr_bones_ Exp $ EAPI=5 inherit eutils gnome2-utils games @@ -38,7 +38,7 @@ PDEPEND=" aplaymidi? ( media-sound/alsa-utils ) !aplaymidi? ( timidity? ( media-sound/timidity++ ) ) ) - openmedia? ( >=games-misc/opengfx-0.4.4 )" + openmedia? ( >=games-misc/opengfx-0.4.7 )" src_prepare() { epatch "${FILESDIR}"/${P}-cflags.patch |