diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-01-28 10:22:58 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-01-28 10:22:58 +0000 |
commit | 0a4a54f02696509babfac6cc4ae52afa6886915f (patch) | |
tree | e9a809b44f8b7a7027a98b3709c4cca1f180720c /games-misc/openmsx | |
parent | Stable for ppc, wrt bug #534250 (diff) | |
download | gentoo-2-0a4a54f02696509babfac6cc4ae52afa6886915f.tar.gz gentoo-2-0a4a54f02696509babfac6cc4ae52afa6886915f.tar.bz2 gentoo-2-0a4a54f02696509babfac6cc4ae52afa6886915f.zip |
Stable for ppc, wrt bug #534278
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'games-misc/openmsx')
-rw-r--r-- | games-misc/openmsx/ChangeLog | 5 | ||||
-rw-r--r-- | games-misc/openmsx/openmsx-0.3.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-misc/openmsx/ChangeLog b/games-misc/openmsx/ChangeLog index 1b50b6ed1d3e..e0075c04e137 100644 --- a/games-misc/openmsx/ChangeLog +++ b/games-misc/openmsx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-misc/openmsx # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/openmsx/ChangeLog,v 1.15 2015/01/26 09:49:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/openmsx/ChangeLog,v 1.16 2015/01/28 10:22:58 ago Exp $ + + 28 Jan 2015; Agostino Sarubbo <ago@gentoo.org> openmsx-0.3.1-r1.ebuild: + Stable for ppc, wrt bug #534278 26 Jan 2015; Agostino Sarubbo <ago@gentoo.org> openmsx-0.3.1-r1.ebuild: Stable for x86, wrt bug #534278 diff --git a/games-misc/openmsx/openmsx-0.3.1-r1.ebuild b/games-misc/openmsx/openmsx-0.3.1-r1.ebuild index 08bfa51939f5..1f3babde3f37 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.5 2015/01/26 09:49:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/openmsx/openmsx-0.3.1-r1.ebuild,v 1.6 2015/01/28 10:22:58 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}" |