diff options
author | 2011-08-14 22:30:18 +0000 | |
---|---|---|
committer | 2011-08-14 22:30:18 +0000 | |
commit | c502d930c0d82a230de30b31c144fd00595dbc9c (patch) | |
tree | 7bc61222070c934fd812e6e400db38cee2df3dd4 /games-simulation | |
parent | Stable on amd64 wrt bug #379055 (diff) | |
download | gentoo-2-c502d930c0d82a230de30b31c144fd00595dbc9c.tar.gz gentoo-2-c502d930c0d82a230de30b31c144fd00595dbc9c.tar.bz2 gentoo-2-c502d930c0d82a230de30b31c144fd00595dbc9c.zip |
Stable on amd64 wrt bug #378141
(Portage version: 2.2.0_alpha46/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.1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-simulation/openttd/ChangeLog b/games-simulation/openttd/ChangeLog index 5e032b6e1430..02711d3d854e 100644 --- a/games-simulation/openttd/ChangeLog +++ b/games-simulation/openttd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-simulation/openttd # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v 1.111 2011/08/08 16:29:31 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v 1.112 2011/08/14 22:30:18 hwoarang Exp $ + + 14 Aug 2011; Markos Chandras <hwoarang@gentoo.org> openttd-1.1.1.ebuild: + Stable on amd64 wrt bug #378141 08 Aug 2011; Michael Sterrett <mr_bones_@gentoo.org> openttd-1.1.1.ebuild, +files/openttd-1.1.1-cflags.patch: diff --git a/games-simulation/openttd/openttd-1.1.1.ebuild b/games-simulation/openttd/openttd-1.1.1.ebuild index bf9352f09b29..0af2e939e855 100644 --- a/games-simulation/openttd/openttd-1.1.1.ebuild +++ b/games-simulation/openttd/openttd-1.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-1.1.1.ebuild,v 1.3 2011/08/08 16:29:31 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-1.1.1.ebuild,v 1.4 2011/08/14 22:30:18 hwoarang Exp $ EAPI=2 inherit eutils games @@ -11,7 +11,7 @@ SRC_URI="http://binaries.openttd.org/releases/${PV}/${P}-source.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86" IUSE="aplaymidi debug dedicated iconv icu lzo +openmedia +png +timidity +truetype zlib" DEPEND=" |