diff options
author | Sam James <sam@gentoo.org> | 2024-01-17 05:11:31 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-17 05:11:31 +0000 |
commit | 7f0c2c1b0a3d5a8b97ed32753b308e804a979ae5 (patch) | |
tree | e5b61de0311a5a6a555db61b40e363f8e3e181cb /net-misc/streamlink | |
parent | app-shells/nushell: drop 0.87.0 (diff) | |
download | gentoo-7f0c2c1b0a3d5a8b97ed32753b308e804a979ae5.tar.gz gentoo-7f0c2c1b0a3d5a8b97ed32753b308e804a979ae5.tar.bz2 gentoo-7f0c2c1b0a3d5a8b97ed32753b308e804a979ae5.zip |
net-misc/streamlink: Stabilize 6.5.0 amd64, #922260
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/streamlink')
-rw-r--r-- | net-misc/streamlink/streamlink-6.5.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/streamlink/streamlink-6.5.0.ebuild b/net-misc/streamlink/streamlink-6.5.0.ebuild index d73952536218..f1165e09988f 100644 --- a/net-misc/streamlink/streamlink-6.5.0.ebuild +++ b/net-misc/streamlink/streamlink-6.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -26,7 +26,7 @@ fi LICENSE="BSD-2 Apache-2.0" SLOT="0" if [[ ${PV} != 9999* ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~x86" fi # See https://github.com/streamlink/streamlink/commit/9d8156dd794ee0919297cd90d85bcc11b8a28358 for chardet/charset-normalizer dep |