diff options
author | Jeroen Roovers <jer@gentoo.org> | 2017-01-14 13:46:05 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2017-01-14 13:47:51 +0100 |
commit | ebe3cfa0d73017456596a5a7c16608e740a77039 (patch) | |
tree | 7c656b08d2d3370c4b7380a9ce768760f2a61fba /media-libs | |
parent | dev-perl/MIME-Lite-HTML: New package, bug 382635 (diff) | |
download | gentoo-ebe3cfa0d73017456596a5a7c16608e740a77039.tar.gz gentoo-ebe3cfa0d73017456596a5a7c16608e740a77039.tar.bz2 gentoo-ebe3cfa0d73017456596a5a7c16608e740a77039.zip |
media-libs/opus: Stable for HPPA (bug #602086).
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/opus/opus-1.1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/opus/opus-1.1.3.ebuild b/media-libs/opus/opus-1.1.3.ebuild index 95a7749b4d40..42d8e502fa7b 100644 --- a/media-libs/opus/opus-1.1.3.ebuild +++ b/media-libs/opus/opus-1.1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -10,7 +10,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" |