diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-04-18 07:28:54 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-04-18 07:28:54 +0000 |
commit | f6a56e2145952213a5d04c6b1e969d1563f6e466 (patch) | |
tree | 67908ade0a62c64cb3cb824104cd29f7b15b4b1f /games-util | |
parent | add ppc keyword to openttd deps for 1.0.0 version bump (diff) | |
download | historical-f6a56e2145952213a5d04c6b1e969d1563f6e466.tar.gz historical-f6a56e2145952213a5d04c6b1e969d1563f6e466.tar.bz2 historical-f6a56e2145952213a5d04c6b1e969d1563f6e466.zip |
add ppc64 keywords for openttd-1.0.0 version bump
Package-Manager: portage-2.1.8.3/cvs/Linux i686
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/grfcodec/grfcodec-0_pre2306.ebuild | 4 | ||||
-rw-r--r-- | games-util/nforenum/nforenum-0_pre2309.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games-util/grfcodec/grfcodec-0_pre2306.ebuild b/games-util/grfcodec/grfcodec-0_pre2306.ebuild index afdd6e5f7b90..5d88130d3a78 100644 --- a/games-util/grfcodec/grfcodec-0_pre2306.ebuild +++ b/games-util/grfcodec/grfcodec-0_pre2306.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-util/grfcodec/grfcodec-0_pre2306.ebuild,v 1.2 2010/04/08 22:12:52 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/grfcodec/grfcodec-0_pre2306.ebuild,v 1.3 2010/04/18 07:28:54 mr_bones_ Exp $ EAPI=2 inherit eutils toolchain-funcs @@ -12,7 +12,7 @@ SRC_URI="http://binaries.openttd.org/extra/grfcodec/${MY_PV}/${PN}-${MY_PV}-sour LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="" S=${WORKDIR}/${PN}-${MY_PV} diff --git a/games-util/nforenum/nforenum-0_pre2309.ebuild b/games-util/nforenum/nforenum-0_pre2309.ebuild index 42895f822369..82e00cd43271 100644 --- a/games-util/nforenum/nforenum-0_pre2309.ebuild +++ b/games-util/nforenum/nforenum-0_pre2309.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-util/nforenum/nforenum-0_pre2309.ebuild,v 1.1 2010/04/08 22:14:55 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/nforenum/nforenum-0_pre2309.ebuild,v 1.2 2010/04/18 07:28:54 mr_bones_ Exp $ EAPI=2 inherit eutils toolchain-funcs @@ -12,7 +12,7 @@ SRC_URI="http://binaries.openttd.org/extra/nforenum/${MY_PV}/${PN}-${MY_PV}-sour LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="" S=${WORKDIR}/${PN}-${MY_PV} |