diff options
author | 2014-11-11 11:25:26 +0000 | |
---|---|---|
committer | 2014-11-11 11:25:26 +0000 | |
commit | 6f704a61ec51ccacbed37e2fbd16b356da8d7e2d (patch) | |
tree | c41c1a632d8fdf140d46a5919d4b397e79982c9d /media-libs/adplug | |
parent | Version bump (diff) | |
download | gentoo-2-6f704a61ec51ccacbed37e2fbd16b356da8d7e2d.tar.gz gentoo-2-6f704a61ec51ccacbed37e2fbd16b356da8d7e2d.tar.bz2 gentoo-2-6f704a61ec51ccacbed37e2fbd16b356da8d7e2d.zip |
Keyword ~ppc64, bug #525846
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'media-libs/adplug')
-rw-r--r-- | media-libs/adplug/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/adplug/adplug-2.2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/adplug/ChangeLog b/media-libs/adplug/ChangeLog index ccb13909b9fa..0a2fd90ca948 100644 --- a/media-libs/adplug/ChangeLog +++ b/media-libs/adplug/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/adplug # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/adplug/ChangeLog,v 1.42 2014/05/07 18:04:12 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/adplug/ChangeLog,v 1.43 2014/11/11 11:25:26 blueness Exp $ + + 11 Nov 2014; Anthony G. Basile <blueness@gentoo.org> adplug-2.2.1.ebuild: + Keyword ~ppc64, bug #525846 07 May 2014; Markus Meier <maekke@gentoo.org> adplug-2.2.1.ebuild: arm stable, bug #509502 diff --git a/media-libs/adplug/adplug-2.2.1.ebuild b/media-libs/adplug/adplug-2.2.1.ebuild index ecc0d3442332..5649d57b44c1 100644 --- a/media-libs/adplug/adplug-2.2.1.ebuild +++ b/media-libs/adplug/adplug-2.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/adplug/adplug-2.2.1.ebuild,v 1.12 2014/05/07 18:04:12 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/adplug/adplug-2.2.1.ebuild,v 1.13 2014/11/11 11:25:26 blueness Exp $ EAPI=4 @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 arm hppa ppc x86" +KEYWORDS="amd64 arm hppa ppc ~ppc64 x86" IUSE="debug static-libs" RDEPEND=">=dev-cpp/libbinio-1.4" |