diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-04-18 07:23:57 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-04-18 07:23:57 +0000 |
commit | e0d321e09c2aa11b9740c1160c6427577e99904c (patch) | |
tree | efe9dc1e9229a07cd4e895c342d213631cce559b /games-misc/opengfx | |
parent | Version bump wrt #315905 by Josh Saddler. (diff) | |
download | historical-e0d321e09c2aa11b9740c1160c6427577e99904c.tar.gz historical-e0d321e09c2aa11b9740c1160c6427577e99904c.tar.bz2 historical-e0d321e09c2aa11b9740c1160c6427577e99904c.zip |
add ppc keyword to openttd deps for 1.0.0 version bump
Package-Manager: portage-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 cf7263ff9491..b2e6bdcd7d92 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.1 2010/04/08 23:19:45 mr_bones_ Exp $ +# $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 $ 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 ~x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="" S=${WORKDIR}/${P}-source |