Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/opus/
Date: Sun, 25 Feb 2018 18:21:56
Message-Id: 1519582277.a5b88a62c80a240abf9b56aae3eb9fb00974de1b.whissi@gentoo
1 commit: a5b88a62c80a240abf9b56aae3eb9fb00974de1b
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 25 18:11:17 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 25 18:11:17 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5b88a62
7
8 media-libs/opus: x86 stable (bug #648072)
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 media-libs/opus/opus-1.2.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-libs/opus/opus-1.2.1.ebuild b/media-libs/opus/opus-1.2.1.ebuild
16 index e2116ce9ee9..eb360df62d2 100644
17 --- a/media-libs/opus/opus-1.2.1.ebuild
18 +++ b/media-libs/opus/opus-1.2.1.ebuild
19 @@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]] ; then
20 else
21 SRC_URI="https://archive.mozilla.org/pub/opus/${P}.tar.gz"
22 if [[ "${PV}" != *_alpha* ]] && [[ "${PV}" != *_beta* ]] ; then
23 - KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~ppc ~ppc64 sparc ~x86 ~amd64-fbsd"
24 + KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~ppc ~ppc64 sparc x86 ~amd64-fbsd"
25 fi
26 fi