diff options
Diffstat (limited to 'games-misc/openmsx/openmsx-0.3.1-r1.ebuild')
-rw-r--r-- | games-misc/openmsx/openmsx-0.3.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-misc/openmsx/openmsx-0.3.1-r1.ebuild b/games-misc/openmsx/openmsx-0.3.1-r1.ebuild index 595bc7b583ab..077a433d6ec6 100644 --- a/games-misc/openmsx/openmsx-0.3.1-r1.ebuild +++ b/games-misc/openmsx/openmsx-0.3.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 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-r1.ebuild,v 1.3 2015/01/03 12:38:20 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/openmsx/openmsx-0.3.1-r1.ebuild,v 1.4 2015/01/22 08:42:12 ago Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -12,7 +12,7 @@ SRC_URI="http://bundles.openttdcoop.org/openmsx/releases/${PV}/${P}-source.tar.g LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86" IUSE="" DEPEND="${PYTHON_DEPS}" |