diff options
author | 2010-10-15 13:53:56 +0000 | |
---|---|---|
committer | 2010-10-15 13:53:56 +0000 | |
commit | 448e1a1f3e7ec168abfcd7b06cf42661d3bcd759 (patch) | |
tree | 166e99d5e58982d6b90fba9c8fc9203c1e8facd1 /games-misc/openmsx/openmsx-0.3.1.ebuild | |
parent | Respect LDFLAGS. Bug #334997 (diff) | |
download | gentoo-2-448e1a1f3e7ec168abfcd7b06cf42661d3bcd759.tar.gz gentoo-2-448e1a1f3e7ec168abfcd7b06cf42661d3bcd759.tar.bz2 gentoo-2-448e1a1f3e7ec168abfcd7b06cf42661d3bcd759.zip |
add ~arm, bug #316003
(Portage version: 2.2_rc95/cvs/Linux i686)
Diffstat (limited to 'games-misc/openmsx/openmsx-0.3.1.ebuild')
-rw-r--r-- | games-misc/openmsx/openmsx-0.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-misc/openmsx/openmsx-0.3.1.ebuild b/games-misc/openmsx/openmsx-0.3.1.ebuild index 551059d28cb9..993b66186e7a 100644 --- a/games-misc/openmsx/openmsx-0.3.1.ebuild +++ b/games-misc/openmsx/openmsx-0.3.1.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/openmsx/openmsx-0.3.1.ebuild,v 1.4 2010/10/15 13:42:16 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/openmsx/openmsx-0.3.1.ebuild,v 1.5 2010/10/15 13:53:56 maekke Exp $ EAPI=2 PYTHON_DEPEND="2:2.6" @@ -12,7 +12,7 @@ SRC_URI="http://bundles.openttdcoop.org/openmsx/releases/${PV}/${P}-source.tar.g LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc ~ppc64 x86" +KEYWORDS="amd64 ~arm ppc ~ppc64 x86" IUSE="" S=${WORKDIR}/${P}-source |