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: Sat, 24 Feb 2018 11:06:18
Message-Id: 1519470370.d39f8fa0ee6eb2b861e39259eb19177bf869dc95.slyfox@gentoo
1 commit: d39f8fa0ee6eb2b861e39259eb19177bf869dc95
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 24 11:05:52 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 24 11:06:10 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d39f8fa0
7
8 media-libs/opus: stable 1.2.1 for hppa, bug #648072
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11 RepoMan-Options: --include-arches="hppa"
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 ee2322c3906..e2116ce9ee9 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 ~ppc ~ppc64 sparc ~x86 ~amd64-fbsd"
25 + KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~ppc ~ppc64 sparc ~x86 ~amd64-fbsd"
26 fi
27 fi