diff options
author | Jeroen Roovers <jer@gentoo.org> | 2015-04-25 06:33:14 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2015-04-25 06:33:14 +0000 |
commit | ce6afa382e442d39d4ff226caf0c4a15e4db906a (patch) | |
tree | 73e7c0ee41dcd45739f32e6d889b560fbd1fec58 /media-libs/opusfile | |
parent | Version bump. (diff) | |
download | gentoo-2-ce6afa382e442d39d4ff226caf0c4a15e4db906a.tar.gz gentoo-2-ce6afa382e442d39d4ff226caf0c4a15e4db906a.tar.bz2 gentoo-2-ce6afa382e442d39d4ff226caf0c4a15e4db906a.zip |
Marked ~ppc64 (bug #543524).
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'media-libs/opusfile')
-rw-r--r-- | media-libs/opusfile/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/opusfile/opusfile-0.6.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-libs/opusfile/ChangeLog b/media-libs/opusfile/ChangeLog index 03a8e004c466..e74035cdef36 100644 --- a/media-libs/opusfile/ChangeLog +++ b/media-libs/opusfile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/opusfile -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/opusfile/ChangeLog,v 1.11 2014/09/14 10:03:46 hwoarang Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/opusfile/ChangeLog,v 1.12 2015/04/25 06:33:14 jer Exp $ + + 25 Apr 2015; Jeroen Roovers <jer@gentoo.org> opusfile-0.6.ebuild: + Marked ~ppc64 (bug #543524). *opusfile-0.6 (14 Sep 2014) diff --git a/media-libs/opusfile/opusfile-0.6.ebuild b/media-libs/opusfile/opusfile-0.6.ebuild index 9034ba501cfb..53579ede9c0a 100644 --- a/media-libs/opusfile/opusfile-0.6.ebuild +++ b/media-libs/opusfile/opusfile-0.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/opusfile/opusfile-0.6.ebuild,v 1.1 2014/09/14 10:03:46 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/opusfile/opusfile-0.6.ebuild,v 1.2 2015/04/25 06:33:14 jer Exp $ EAPI=5 @@ -10,7 +10,7 @@ SRC_URI="http://downloads.xiph.org/releases/opus/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" IUSE="doc fixed-point +float +http static-libs" RDEPEND="media-libs/libogg |