summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2012-04-18 20:33:56 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2012-04-18 20:33:56 +0000
commit6db4f2b8926ab094f3bc3c54f30c01d17d7e0c90 (patch)
tree7f7a855e5596d6fb244bc1db36c667e1b663f1ae /games-simulation
parentStable for amd64, wrt bug #410611 (diff)
downloadgentoo-2-6db4f2b8926ab094f3bc3c54f30c01d17d7e0c90.tar.gz
gentoo-2-6db4f2b8926ab094f3bc3c54f30c01d17d7e0c90.tar.bz2
gentoo-2-6db4f2b8926ab094f3bc3c54f30c01d17d7e0c90.zip
Bump the dependency on opengfx wrt bug#412557. Drop the stable amd64 keyword as it broke the depgraph. (drop the arm and ppc64 from the ebuild for now, handled by keywordreq).
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'games-simulation')
-rw-r--r--games-simulation/openttd/ChangeLog7
-rw-r--r--games-simulation/openttd/openttd-1.2.0.ebuild6
2 files changed, 9 insertions, 4 deletions
diff --git a/games-simulation/openttd/ChangeLog b/games-simulation/openttd/ChangeLog
index 0b601a4af5ac..93997289ff4a 100644
--- a/games-simulation/openttd/ChangeLog
+++ b/games-simulation/openttd/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for games-simulation/openttd
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v 1.119 2012/04/18 19:52:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v 1.120 2012/04/18 20:33:56 scarabeus Exp $
+
+ 18 Apr 2012; Tomáš Chvátal <scarabeus@gentoo.org> openttd-1.2.0.ebuild:
+ Bump the dependency on opengfx wrt bug#412557. Drop the stable amd64 keyword
+ as it broke the depgraph. (drop the arm and ppc64 from the ebuild for now,
+ handled by keywordreq).
18 Apr 2012; Agostino Sarubbo <ago@gentoo.org> openttd-1.2.0.ebuild:
Stable for amd64, wrt bug #398161
diff --git a/games-simulation/openttd/openttd-1.2.0.ebuild b/games-simulation/openttd/openttd-1.2.0.ebuild
index ee1fb9d893d2..bcebb339e090 100644
--- a/games-simulation/openttd/openttd-1.2.0.ebuild
+++ b/games-simulation/openttd/openttd-1.2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-1.2.0.ebuild,v 1.2 2012/04/18 19:52:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-1.2.0.ebuild,v 1.3 2012/04/18 20:33:56 scarabeus Exp $
EAPI=3
@@ -12,7 +12,7 @@ SRC_URI="http://binaries.openttd.org/releases/${PV}/${P}-source.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
IUSE="aplaymidi debug dedicated iconv icu lzo +openmedia +png +timidity +truetype zlib"
DEPEND="
@@ -38,7 +38,7 @@ PDEPEND="
aplaymidi? ( media-sound/alsa-utils )
!aplaymidi? ( timidity? ( media-sound/timidity++ ) )
)
- openmedia? ( games-misc/opengfx )
+ openmedia? ( >=games-misc/opengfx-0.4.4 )
"
PATCHES=( "${FILESDIR}"/${PN}-1.1.3-cflags.patch )