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: Fri, 23 Feb 2018 23:17:58
Message-Id: 1519427867.62a45625052f60343f667aaea27cc4ac9e0c3cbd.slyfox@gentoo
1 commit: 62a45625052f60343f667aaea27cc4ac9e0c3cbd
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 23 23:14:10 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 23 23:17:47 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62a45625
7
8 media-libs/opus: stable 1.2.1 for ia64, bug #648072
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11 RepoMan-Options: --include-arches="ia64"
12
13 media-libs/opus/opus-1.2.1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/media-libs/opus/opus-1.2.1.ebuild b/media-libs/opus/opus-1.2.1.ebuild
17 index 5df700cc655..5d82c2f9c7b 100644
18 --- a/media-libs/opus/opus-1.2.1.ebuild
19 +++ b/media-libs/opus/opus-1.2.1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]] ; then
27 else
28 SRC_URI="https://archive.mozilla.org/pub/opus/${P}.tar.gz"
29 if [[ "${PV}" != *_alpha* ]] && [[ "${PV}" != *_beta* ]] ; then
30 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
31 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
32 fi
33 fi