diff options
author | 2010-02-03 10:28:32 +0000 | |
---|---|---|
committer | 2010-02-03 10:28:32 +0000 | |
commit | c3070b188d0abb3c21a566b470d0383296ad1677 (patch) | |
tree | 8191b358d7a56ba05cddf7f4dbef5b01d6a820ca /games-simulation/openttd | |
parent | stable x86, bug 300064 (diff) | |
download | gentoo-2-c3070b188d0abb3c21a566b470d0383296ad1677.tar.gz gentoo-2-c3070b188d0abb3c21a566b470d0383296ad1677.tar.bz2 gentoo-2-c3070b188d0abb3c21a566b470d0383296ad1677.zip |
stable x86, bug 300182
(Portage version: 2.1.7.16/cvs/Linux i686)
Diffstat (limited to 'games-simulation/openttd')
-rw-r--r-- | games-simulation/openttd/ChangeLog | 5 | ||||
-rw-r--r-- | games-simulation/openttd/openttd-0.7.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-simulation/openttd/ChangeLog b/games-simulation/openttd/ChangeLog index 6912011d2be2..b44e7c1a00db 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.82 2010/01/20 19:34:38 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v 1.83 2010/02/03 10:28:32 fauli Exp $ + + 03 Feb 2010; Christian Faulhammer <fauli@gentoo.org> openttd-0.7.5.ebuild: + stable x86, bug 300182 20 Jan 2010; Brent Baude <ranger@gentoo.org> openttd-0.7.5.ebuild: Marking openttd-0.7.5 ppc64 for bug 300182 diff --git a/games-simulation/openttd/openttd-0.7.5.ebuild b/games-simulation/openttd/openttd-0.7.5.ebuild index a8e53552ca76..c5d689995845 100644 --- a/games-simulation/openttd/openttd-0.7.5.ebuild +++ b/games-simulation/openttd/openttd-0.7.5.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-0.7.5.ebuild,v 1.2 2010/01/20 19:34:38 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-0.7.5.ebuild,v 1.3 2010/02/03 10:28:32 fauli 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" |