diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-02-24 11:05:52 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-02-24 11:06:10 +0000 |
commit | d39f8fa0ee6eb2b861e39259eb19177bf869dc95 (patch) | |
tree | 8b8387360d940c81384101307301e0f7162cdbb6 /media-libs/opus | |
parent | media-libs/mesa: depend on xdg-utils for USE=openmax to not break XDG specs (diff) | |
download | gentoo-d39f8fa0ee6eb2b861e39259eb19177bf869dc95.tar.gz gentoo-d39f8fa0ee6eb2b861e39259eb19177bf869dc95.tar.bz2 gentoo-d39f8fa0ee6eb2b861e39259eb19177bf869dc95.zip |
media-libs/opus: stable 1.2.1 for hppa, bug #648072
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="hppa"
Diffstat (limited to 'media-libs/opus')
-rw-r--r-- | media-libs/opus/opus-1.2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/opus/opus-1.2.1.ebuild b/media-libs/opus/opus-1.2.1.ebuild index ee2322c39063..e2116ce9ee90 100644 --- a/media-libs/opus/opus-1.2.1.ebuild +++ b/media-libs/opus/opus-1.2.1.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]] ; then else SRC_URI="https://archive.mozilla.org/pub/opus/${P}.tar.gz" if [[ "${PV}" != *_alpha* ]] && [[ "${PV}" != *_beta* ]] ; then - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 sparc ~x86 ~amd64-fbsd" + KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~ppc ~ppc64 sparc ~x86 ~amd64-fbsd" fi fi |