diff options
author | Joseph Jezak <josejx@gentoo.org> | 2009-11-09 21:30:45 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2009-11-09 21:30:45 +0000 |
commit | 933ba91552ec907975c65e6ced7661e2556c97d5 (patch) | |
tree | c7a5f3a99bb1d777290638bdf188380d3169033c /games-simulation | |
parent | whitespace (diff) | |
download | gentoo-2-933ba91552ec907975c65e6ced7661e2556c97d5.tar.gz gentoo-2-933ba91552ec907975c65e6ced7661e2556c97d5.tar.bz2 gentoo-2-933ba91552ec907975c65e6ced7661e2556c97d5.zip |
Marked ppc/ppc64 stable for bug #291910.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/openttd/ChangeLog | 5 | ||||
-rw-r--r-- | games-simulation/openttd/openttd-0.7.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-simulation/openttd/ChangeLog b/games-simulation/openttd/ChangeLog index 02e78790de90..431677041b7c 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.78 2009/11/09 16:12:51 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v 1.79 2009/11/09 21:30:45 josejx Exp $ + + 09 Nov 2009; Joseph Jezak <josejx@gentoo.org> openttd-0.7.3.ebuild: + Marked ppc/ppc64 stable for bug #291910. 09 Nov 2009; Markus Meier <maekke@gentoo.org> openttd-0.7.3.ebuild: amd64/x86 stable, bug #291910 diff --git a/games-simulation/openttd/openttd-0.7.3.ebuild b/games-simulation/openttd/openttd-0.7.3.ebuild index b66dcd3ee824..ef7cf1d69b7e 100644 --- a/games-simulation/openttd/openttd-0.7.3.ebuild +++ b/games-simulation/openttd/openttd-0.7.3.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.3.ebuild,v 1.2 2009/11/09 16:12:51 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-0.7.3.ebuild,v 1.3 2009/11/09 21:30:45 josejx 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" |