diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-07-03 10:12:04 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-07-03 10:12:04 +0000 |
commit | 269ae1c70bfc694196d3c3dc69c5e7904f34395d (patch) | |
tree | 437851dcaf7575f1cdfc7936182ec10ec914912d /media-libs/opus | |
parent | Stable for alpha, wrt bug #541526 (diff) | |
download | gentoo-2-269ae1c70bfc694196d3c3dc69c5e7904f34395d.tar.gz gentoo-2-269ae1c70bfc694196d3c3dc69c5e7904f34395d.tar.bz2 gentoo-2-269ae1c70bfc694196d3c3dc69c5e7904f34395d.zip |
Stable for alpha, wrt bug #500868
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
Diffstat (limited to 'media-libs/opus')
-rw-r--r-- | media-libs/opus/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/opus/opus-1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/opus/ChangeLog b/media-libs/opus/ChangeLog index f5b123b9d776..ed0b43a2ae4a 100644 --- a/media-libs/opus/ChangeLog +++ b/media-libs/opus/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/opus # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/opus/ChangeLog,v 1.47 2015/06/07 10:55:59 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/opus/ChangeLog,v 1.48 2015/07/03 10:12:04 ago Exp $ + + 03 Jul 2015; Agostino Sarubbo <ago@gentoo.org> opus-1.1.ebuild: + Stable for alpha, wrt bug #500868 07 Jun 2015; Markus Meier <maekke@gentoo.org> opus-1.1.ebuild: arm stable, bug #500868 diff --git a/media-libs/opus/opus-1.1.ebuild b/media-libs/opus/opus-1.1.ebuild index 8dfd90b796ad..d88ac599720b 100644 --- a/media-libs/opus/opus-1.1.ebuild +++ b/media-libs/opus/opus-1.1.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/opus/opus-1.1.ebuild,v 1.11 2015/06/07 10:55:59 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/opus/opus-1.1.ebuild,v 1.12 2015/07/03 10:12:04 ago Exp $ EAPI=5 AUTOTOOLS_AUTORECONF="1" @@ -11,7 +11,7 @@ if [[ ${PV} == *9999 ]] ; then EGIT_REPO_URI="git://git.opus-codec.org/opus.git" else SRC_URI="http://downloads.xiph.org/releases/${PN}/${P}.tar.gz" - KEYWORDS="~alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd" + KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd" fi DESCRIPTION="Open versatile codec designed for interactive speech and audio transmission over the internet" |