diff options
author | 2010-04-18 07:37:40 +0000 | |
---|---|---|
committer | 2010-04-18 07:37:40 +0000 | |
commit | 67399fa89abfbcc2ef8d5b59d44631f902611ee9 (patch) | |
tree | 37b011c5c9bb8b46d93e0dd4c9b9b30010b09a95 /games-misc/opengfx | |
parent | version bump - ebuild submitted by Locke 'Wizzleby' Shinseiko via bug #312993 (diff) | |
download | gentoo-2-67399fa89abfbcc2ef8d5b59d44631f902611ee9.tar.gz gentoo-2-67399fa89abfbcc2ef8d5b59d44631f902611ee9.tar.bz2 gentoo-2-67399fa89abfbcc2ef8d5b59d44631f902611ee9.zip |
add ppc64 keywords for openttd-1.0.0 version bump
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'games-misc/opengfx')
-rw-r--r-- | games-misc/opengfx/opengfx-0.2.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-misc/opengfx/opengfx-0.2.3.ebuild b/games-misc/opengfx/opengfx-0.2.3.ebuild index b2e6bdcd7d92..c3c6a3ed4a9c 100644 --- a/games-misc/opengfx/opengfx-0.2.3.ebuild +++ b/games-misc/opengfx/opengfx-0.2.3.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-misc/opengfx/opengfx-0.2.3.ebuild,v 1.2 2010/04/18 07:23:57 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/opengfx-0.2.3.ebuild,v 1.3 2010/04/18 07:37:40 mr_bones_ Exp $ EAPI=2 inherit games @@ -11,7 +11,7 @@ SRC_URI="http://bundles.openttdcoop.org/opengfx/releases/${P}-source.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="" S=${WORKDIR}/${P}-source |