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 | 057b377e1d0bea49ed727c7ba0d2ebfb4735762a (patch) | |
tree | 2a493903eeeac0aac895c6cb43dcf60fe1d558fc /games-util/grfcodec | |
parent | add ppc keyword to openttd deps for 1.0.0 version bump (diff) | |
download | gentoo-2-057b377e1d0bea49ed727c7ba0d2ebfb4735762a.tar.gz gentoo-2-057b377e1d0bea49ed727c7ba0d2ebfb4735762a.tar.bz2 gentoo-2-057b377e1d0bea49ed727c7ba0d2ebfb4735762a.zip |
add ppc64 keywords for openttd-1.0.0 version bump
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'games-util/grfcodec')
-rw-r--r-- | games-util/grfcodec/grfcodec-0_pre2306.ebuild | 4 |
1 files changed, 2 insertions, 2 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} |