Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/srt/
Date: Thu, 14 May 2020 13:24:07
Message-Id: 1589462641.ce06a44852c587dbb34ff962bd99e6be59bd604d.ago@gentoo
1 commit: ce06a44852c587dbb34ff962bd99e6be59bd604d
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 14 13:24:01 2020 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Thu May 14 13:24:01 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce06a448
7
8 net-libs/srt: ppc64 stable wrt bug #722886
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 RepoMan-Options: --include-arches="ppc64"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 net-libs/srt/srt-1.4.1-r1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/net-libs/srt/srt-1.4.1-r1.ebuild b/net-libs/srt/srt-1.4.1-r1.ebuild
18 index d5acb2da1f7..22b4e094602 100644
19 --- a/net-libs/srt/srt-1.4.1-r1.ebuild
20 +++ b/net-libs/srt/srt-1.4.1-r1.ebuild
21 @@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]] ; then
22 inherit git-r3
23 else
24 SRC_URI="https://github.com/Haivision/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
25 - KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ~ppc64 -sparc ~x86 ~ppc-macos ~x64-macos ~x86-macos"
26 + KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 -sparc ~x86 ~ppc-macos ~x64-macos ~x86-macos"
27 fi
28
29 LICENSE="MPL-2.0"