diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-02-25 19:11:17 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-02-25 19:11:17 +0100 |
commit | a5b88a62c80a240abf9b56aae3eb9fb00974de1b (patch) | |
tree | a65746c93879599620ff3ef75dca6e4c1f0c0cfc /media-libs/opus | |
parent | net-libs/nativebiginteger: x86 stable (bug #648402) (diff) | |
download | gentoo-a5b88a62c80a240abf9b56aae3eb9fb00974de1b.tar.gz gentoo-a5b88a62c80a240abf9b56aae3eb9fb00974de1b.tar.bz2 gentoo-a5b88a62c80a240abf9b56aae3eb9fb00974de1b.zip |
media-libs/opus: x86 stable (bug #648072)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
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 e2116ce9ee90..eb360df62d24 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 |