diff options
author | Brent Baude <ranger@gentoo.org> | 2009-09-26 20:04:41 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2009-09-26 20:04:41 +0000 |
commit | 9c56506fee82bfec755a31163c8d40f9a2b53c10 (patch) | |
tree | cde5ae3b1a68fcb66fee0344e96dc9041dd12c2d /games-simulation | |
parent | Marking aquapfont-2.6-r2 ppc64 for bug 286489 (diff) | |
download | gentoo-2-9c56506fee82bfec755a31163c8d40f9a2b53c10.tar.gz gentoo-2-9c56506fee82bfec755a31163c8d40f9a2b53c10.tar.bz2 gentoo-2-9c56506fee82bfec755a31163c8d40f9a2b53c10.zip |
Marking openttd-0.7.2 ppc64 for bug 285403
(Portage version: 2.1.6.13/cvs/Linux ppc64)
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/openttd/ChangeLog | 5 | ||||
-rw-r--r-- | games-simulation/openttd/openttd-0.7.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-simulation/openttd/ChangeLog b/games-simulation/openttd/ChangeLog index e3510d6b9cda..10c32c4cfee0 100644 --- a/games-simulation/openttd/ChangeLog +++ b/games-simulation/openttd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-simulation/openttd # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v 1.75 2009/09/19 12:47:28 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v 1.76 2009/09/26 20:04:41 ranger Exp $ + + 26 Sep 2009; Brent Baude <ranger@gentoo.org> openttd-0.7.2.ebuild: + Marking openttd-0.7.2 ppc64 for bug 285403 19 Sep 2009; Markus Meier <maekke@gentoo.org> openttd-0.7.2.ebuild: amd64/x86 stable, bug #285403 diff --git a/games-simulation/openttd/openttd-0.7.2.ebuild b/games-simulation/openttd/openttd-0.7.2.ebuild index 45cbed0a7300..11806b87ee81 100644 --- a/games-simulation/openttd/openttd-0.7.2.ebuild +++ b/games-simulation/openttd/openttd-0.7.2.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-simulation/openttd/openttd-0.7.2.ebuild,v 1.2 2009/09/19 12:47:28 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-0.7.2.ebuild,v 1.3 2009/09/26 20:04:41 ranger Exp $ EAPI=2 inherit eutils games @@ -11,7 +11,7 @@ SRC_URI="http://binaries.openttd.org/releases/${PV}/${P}-source.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~ppc ppc64 x86" IUSE="alsa debug dedicated iconv icu +png +truetype zlib" RESTRICT="test" |