diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-08-29 16:49:58 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-08-29 16:49:58 +0200 |
commit | 3cb18568f695d05193235a25e0a7dda5bb40092d (patch) | |
tree | 82630fa1491c42ca10d049b253b54ca0ce114a27 /net-libs/srt | |
parent | media-libs/codec2: Stabilize 1.0.5 x86, #865173 (diff) | |
download | gentoo-3cb18568f695d05193235a25e0a7dda5bb40092d.tar.gz gentoo-3cb18568f695d05193235a25e0a7dda5bb40092d.tar.bz2 gentoo-3cb18568f695d05193235a25e0a7dda5bb40092d.zip |
net-libs/srt: Stabilize 1.4.3 x86, #865179
Signed-off-by: Jakov Smolić <jsmolic@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 6ced639378bc..76379b2ad1a0 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" |