diff options
author | Sam James <sam@gentoo.org> | 2023-04-25 20:48:36 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-25 20:48:52 +0100 |
commit | 6d66fc8bcb2941a2489bef2ce7795b6ff496fd88 (patch) | |
tree | 95fd4b3a8fb286d47efef660d4b7f6ec72f7e070 /net-misc/streamlink | |
parent | net-analyzer/termshark: Keyword 2.4.0 arm64, #905061 (diff) | |
download | gentoo-6d66fc8bcb2941a2489bef2ce7795b6ff496fd88.tar.gz gentoo-6d66fc8bcb2941a2489bef2ce7795b6ff496fd88.tar.bz2 gentoo-6d66fc8bcb2941a2489bef2ce7795b6ff496fd88.zip |
net-misc/streamlink: Keyword 5.4.0 arm, #905064
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/streamlink')
-rw-r--r-- | net-misc/streamlink/streamlink-5.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/streamlink/streamlink-5.4.0.ebuild b/net-misc/streamlink/streamlink-5.4.0.ebuild index ff7c51d0ed88..d3f39ab69623 100644 --- a/net-misc/streamlink/streamlink-5.4.0.ebuild +++ b/net-misc/streamlink/streamlink-5.4.0.ebuild @@ -19,7 +19,7 @@ HOMEPAGE="https://streamlink.github.io/" if [[ ${PV} != 9999* ]]; then SRC_URI="https://github.com/streamlink/${PN}/releases/download/${PV}/${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~arm ~x86" fi LICENSE="BSD-2 Apache-2.0" |