Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/opus/
Date: Mon, 02 Apr 2018 21:32:11
Message-Id: 1522704723.b1419400fb73280ae7402935b8e9d98511046522.slyfox@gentoo
1 commit: b1419400fb73280ae7402935b8e9d98511046522
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 2 21:31:51 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 2 21:32:03 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1419400
7
8 media-libs/opus: stable 1.2.1 for ppc64, bug #648072
9
10 Package-Manager: Portage-2.3.27, Repoman-2.3.9
11 RepoMan-Options: --include-arches="ppc64"
12
13 media-libs/opus/opus-1.2.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/media-libs/opus/opus-1.2.1.ebuild b/media-libs/opus/opus-1.2.1.ebuild
17 index 67a1fc7d0fa..68e1f94fd22 100644
18 --- a/media-libs/opus/opus-1.2.1.ebuild
19 +++ b/media-libs/opus/opus-1.2.1.ebuild
20 @@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]] ; then
21 else
22 SRC_URI="https://archive.mozilla.org/pub/opus/${P}.tar.gz"
23 if [[ "${PV}" != *_alpha* ]] && [[ "${PV}" != *_beta* ]] ; then
24 - KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ~ppc ~ppc64 sparc x86 ~amd64-fbsd"
25 + KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ~ppc ppc64 sparc x86 ~amd64-fbsd"
26 fi
27 fi