diff options
author | Brent Baude <ranger@gentoo.org> | 2010-01-20 19:34:38 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2010-01-20 19:34:38 +0000 |
commit | ac18188ef0ed8c8c11eb2f2653894dbdde47d3a5 (patch) | |
tree | 7264bd903be8d91e01be59421c961a050b648f1c /games-simulation | |
parent | Marking pidgin-2.6.5 ~ppc64 for bug 299751 (diff) | |
download | gentoo-2-ac18188ef0ed8c8c11eb2f2653894dbdde47d3a5.tar.gz gentoo-2-ac18188ef0ed8c8c11eb2f2653894dbdde47d3a5.tar.bz2 gentoo-2-ac18188ef0ed8c8c11eb2f2653894dbdde47d3a5.zip |
Marking openttd-0.7.5 ppc64 for bug 300182
(Portage version: 2.1.6.13/cvs/Linux ppc64)
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/openttd/ChangeLog | 7 | ||||
-rw-r--r-- | games-simulation/openttd/openttd-0.7.5.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-simulation/openttd/ChangeLog b/games-simulation/openttd/ChangeLog index 49891e9dcffa..6912011d2be2 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.81 2009/12/28 22:49:58 mr_bones_ Exp $ +# 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 $ + + 20 Jan 2010; Brent Baude <ranger@gentoo.org> openttd-0.7.5.ebuild: + Marking openttd-0.7.5 ppc64 for bug 300182 *openttd-0.7.5 (28 Dec 2009) diff --git a/games-simulation/openttd/openttd-0.7.5.ebuild b/games-simulation/openttd/openttd-0.7.5.ebuild index 5a0d27fe9fa8..a8e53552ca76 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-2009 Gentoo Foundation +# 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.1 2009/12/28 22:49:58 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-0.7.5.ebuild,v 1.2 2010/01/20 19:34:38 ranger 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" |