diff options
author | Joseph Jezak <josejx@gentoo.org> | 2010-05-28 18:21:46 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2010-05-28 18:21:46 +0000 |
commit | 4e75e8313eef7cd9fad3d17e094f378092b1143b (patch) | |
tree | 9c7ee675095ee3c76f3354e0d0b57c9f6d79c6c9 /games-simulation | |
parent | Removed all non PythonABI compatible ebuilds (diff) | |
download | gentoo-2-4e75e8313eef7cd9fad3d17e094f378092b1143b.tar.gz gentoo-2-4e75e8313eef7cd9fad3d17e094f378092b1143b.tar.bz2 gentoo-2-4e75e8313eef7cd9fad3d17e094f378092b1143b.zip |
Marked ppc/ppc64 stable for bug #321609.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/openttd/ChangeLog | 5 | ||||
-rw-r--r-- | games-simulation/openttd/openttd-1.0.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-simulation/openttd/ChangeLog b/games-simulation/openttd/ChangeLog index e20da0d0196c..1f70cd0400cc 100644 --- a/games-simulation/openttd/ChangeLog +++ b/games-simulation/openttd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-simulation/openttd # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v 1.88 2010/05/26 20:44:30 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v 1.89 2010/05/28 18:21:46 josejx Exp $ + + 28 May 2010; Joseph Jezak <josejx@gentoo.org> openttd-1.0.1.ebuild: + Marked ppc/ppc64 stable for bug #321609. 26 May 2010; Michael Sterrett <mr_bones_@gentoo.org> openttd-1.0.1.ebuild, metadata.xml: diff --git a/games-simulation/openttd/openttd-1.0.1.ebuild b/games-simulation/openttd/openttd-1.0.1.ebuild index e364d7cd49ed..a9751d512cd1 100644 --- a/games-simulation/openttd/openttd-1.0.1.ebuild +++ b/games-simulation/openttd/openttd-1.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-1.0.1.ebuild,v 1.2 2010/05/26 20:44:30 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-1.0.1.ebuild,v 1.3 2010/05/28 18:21:46 josejx Exp $ EAPI=2 inherit eutils games @@ -15,7 +15,7 @@ S=${WORKDIR}/${MY_P} LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ppc ppc64 ~x86" IUSE="aplaymidi debug dedicated iconv icu lzo +openmedia +png +timidity +truetype zlib" RESTRICT="test" |