Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/srt/
Date: Sun, 28 Aug 2022 18:18:36
Message-Id: 1661710697.c1b83e1b7e8559563c2dc4406aa217828922feb9.arthurzam@gentoo
1 commit: c1b83e1b7e8559563c2dc4406aa217828922feb9
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 28 18:18:17 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 28 18:18:17 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1b83e1b
7
8 net-libs/srt: Stabilize 1.4.3 ppc64, #865179
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 net-libs/srt/srt-1.4.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-libs/srt/srt-1.4.3.ebuild b/net-libs/srt/srt-1.4.3.ebuild
16 index 65e7d8bb59a5..ceb29df1f719 100644
17 --- a/net-libs/srt/srt-1.4.3.ebuild
18 +++ b/net-libs/srt/srt-1.4.3.ebuild
19 @@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]] ; then
20 inherit git-r3
21 else
22 SRC_URI="https://github.com/Haivision/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
23 - KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv -sparc ~x86 ~ppc-macos ~x64-macos"
24 + KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv -sparc ~x86 ~ppc-macos ~x64-macos"
25 fi
26
27 LICENSE="MPL-2.0"