diff options
author | 2023-05-02 18:20:20 +0300 | |
---|---|---|
committer | 2023-05-02 18:20:20 +0300 | |
commit | 4a890652f08b52ecb3f89639daa6bfe0f48059e8 (patch) | |
tree | ba8a457521b38ec8fc0734ab6cac0db45a411c2a | |
parent | dev-python/plumbum: Keyword 1.8.1 arm64, #905048 (diff) | |
download | gentoo-4a890652f08b52ecb3f89639daa6bfe0f48059e8.tar.gz gentoo-4a890652f08b52ecb3f89639daa6bfe0f48059e8.tar.bz2 gentoo-4a890652f08b52ecb3f89639daa6bfe0f48059e8.zip |
net-misc/streamlink: Keyword 5.4.0 arm64, #905064
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-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 d3f39ab69623..81a72b025676 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 ~arm ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~x86" fi LICENSE="BSD-2 Apache-2.0" |