diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-07-04 13:44:28 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-07-04 13:44:28 +0000 |
commit | 5a65113bd2166e73e418b7dd557890ad9a8c1b9d (patch) | |
tree | 6d0ed4c2470a63024c34bedb37ad93be3581bb09 /media-libs/game-music-emu | |
parent | Stable for ppc64, wrt bug #469472 (diff) | |
download | gentoo-2-5a65113bd2166e73e418b7dd557890ad9a8c1b9d.tar.gz gentoo-2-5a65113bd2166e73e418b7dd557890ad9a8c1b9d.tar.bz2 gentoo-2-5a65113bd2166e73e418b7dd557890ad9a8c1b9d.zip |
Stable for ppc64, wrt bug #469472
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'media-libs/game-music-emu')
-rw-r--r-- | media-libs/game-music-emu/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/game-music-emu/game-music-emu-0.6.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/game-music-emu/ChangeLog b/media-libs/game-music-emu/ChangeLog index c976442f0372..23b9e8f5d4e2 100644 --- a/media-libs/game-music-emu/ChangeLog +++ b/media-libs/game-music-emu/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/game-music-emu # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/game-music-emu/ChangeLog,v 1.18 2013/05/16 13:16:00 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/game-music-emu/ChangeLog,v 1.19 2013/07/04 13:44:28 ago Exp $ + + 04 Jul 2013; Agostino Sarubbo <ago@gentoo.org> game-music-emu-0.6.0.ebuild: + Stable for ppc64, wrt bug #469472 16 May 2013; Agostino Sarubbo <ago@gentoo.org> game-music-emu-0.6.0.ebuild: Stable for ppc, wrt bug #469472 diff --git a/media-libs/game-music-emu/game-music-emu-0.6.0.ebuild b/media-libs/game-music-emu/game-music-emu-0.6.0.ebuild index a4ba57f876ba..ccce55949d95 100644 --- a/media-libs/game-music-emu/game-music-emu-0.6.0.ebuild +++ b/media-libs/game-music-emu/game-music-emu-0.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/game-music-emu/game-music-emu-0.6.0.ebuild,v 1.6 2013/05/16 13:16:00 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/game-music-emu/game-music-emu-0.6.0.ebuild,v 1.7 2013/07/04 13:44:28 ago Exp $ EAPI=5 inherit cmake-utils @@ -11,7 +11,7 @@ SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 arm hppa ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd" IUSE="" DOCS="changes.txt design.txt gme.txt readme.txt" |