diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-08-28 19:31:46 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-08-28 19:31:46 +0300 |
commit | 21f4ef3493528243ce7f3041fed7dcd9d2ede263 (patch) | |
tree | 0ff88dc33c8a1126596e542b7d5f83d86820efcb /net-libs/srt | |
parent | net-libs/srt: Stabilize 1.4.3 arm, #865179 (diff) | |
download | gentoo-21f4ef3493528243ce7f3041fed7dcd9d2ede263.tar.gz gentoo-21f4ef3493528243ce7f3041fed7dcd9d2ede263.tar.bz2 gentoo-21f4ef3493528243ce7f3041fed7dcd9d2ede263.zip |
net-libs/srt: Stabilize 1.4.3 arm64, #865179
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-libs/srt')
-rw-r--r-- | net-libs/srt/srt-1.4.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/srt/srt-1.4.3.ebuild b/net-libs/srt/srt-1.4.3.ebuild index 215d4d1ba59c..2a0bf3f2fe71 100644 --- a/net-libs/srt/srt-1.4.3.ebuild +++ b/net-libs/srt/srt-1.4.3.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]] ; then inherit git-r3 else SRC_URI="https://github.com/Haivision/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv -sparc ~x86 ~ppc-macos ~x64-macos" + KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv -sparc ~x86 ~ppc-macos ~x64-macos" fi LICENSE="MPL-2.0" |