diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-06-01 13:04:22 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-06-01 13:04:22 +0000 |
commit | 41ce3be5189d9ed8484dae427e6bcde2c71779f9 (patch) | |
tree | 73c6486bea51b307ada736b9f3775adf1e188428 /games-simulation | |
parent | Fix bug #322225; remove unused USE svga (diff) | |
download | gentoo-2-41ce3be5189d9ed8484dae427e6bcde2c71779f9.tar.gz gentoo-2-41ce3be5189d9ed8484dae427e6bcde2c71779f9.tar.bz2 gentoo-2-41ce3be5189d9ed8484dae427e6bcde2c71779f9.zip |
x86 stable wrt bug #321609
(Portage version: 2.1.8.3/cvs/Linux i686)
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 1f70cd0400cc..d8ef94b99d4e 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.89 2010/05/28 18:21:46 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v 1.90 2010/06/01 13:04:22 phajdan.jr Exp $ + + 01 Jun 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> openttd-1.0.1.ebuild: + x86 stable wrt bug #321609 28 May 2010; Joseph Jezak <josejx@gentoo.org> openttd-1.0.1.ebuild: Marked ppc/ppc64 stable for bug #321609. diff --git a/games-simulation/openttd/openttd-1.0.1.ebuild b/games-simulation/openttd/openttd-1.0.1.ebuild index a9751d512cd1..9dfec4c3bbcf 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.3 2010/05/28 18:21:46 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-1.0.1.ebuild,v 1.4 2010/06/01 13:04:22 phajdan.jr 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" |