diff options
author | 2015-05-27 05:41:15 +0000 | |
---|---|---|
committer | 2015-05-27 05:41:15 +0000 | |
commit | c1069c7d2796b43b821f987d216b669616b5d30b (patch) | |
tree | 45b9867f4717feb97adac007248609f5ca4214b9 /media-libs | |
parent | revbump; security patch (split into 2) wrt bug #546644, address qa issues by ... (diff) | |
download | gentoo-2-c1069c7d2796b43b821f987d216b669616b5d30b.tar.gz gentoo-2-c1069c7d2796b43b821f987d216b669616b5d30b.tar.bz2 gentoo-2-c1069c7d2796b43b821f987d216b669616b5d30b.zip |
Stable for HPPA (bug #511778).
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/opusfile/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/opusfile/opusfile-0.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/opusfile/ChangeLog b/media-libs/opusfile/ChangeLog index ad52440723c6..01a4885593b3 100644 --- a/media-libs/opusfile/ChangeLog +++ b/media-libs/opusfile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/opusfile # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/opusfile/ChangeLog,v 1.15 2015/05/24 07:09:02 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/opusfile/ChangeLog,v 1.16 2015/05/27 05:41:15 jer Exp $ + + 27 May 2015; Jeroen Roovers <jer@gentoo.org> opusfile-0.6.ebuild: + Stable for HPPA (bug #511778). 24 May 2015; Jeroen Roovers <jer@gentoo.org> opusfile-0.6.ebuild: Stable for PPC64 (bug #511778). diff --git a/media-libs/opusfile/opusfile-0.6.ebuild b/media-libs/opusfile/opusfile-0.6.ebuild index 4c8d71492d93..18cd724641fd 100644 --- a/media-libs/opusfile/opusfile-0.6.ebuild +++ b/media-libs/opusfile/opusfile-0.6.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/media-libs/opusfile/opusfile-0.6.ebuild,v 1.5 2015/05/24 07:09:02 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/opusfile/opusfile-0.6.ebuild,v 1.6 2015/05/27 05:41:15 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 ppc64 x86" +KEYWORDS="~alpha amd64 ~arm hppa ~ppc ppc64 x86" IUSE="doc fixed-point +float +http static-libs" RDEPEND="media-libs/libogg |