diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-02-23 22:48:50 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-02-23 22:48:50 +0200 |
commit | 20177e82b0a59966f5225d06fcd0d6b060b6d445 (patch) | |
tree | 896be34901f2b3019a5508eb68fc8bab292c6f45 /net-misc | |
parent | dev-python/versioningit: Stabilize 2.1.0 amd64, #891437 (diff) | |
download | gentoo-20177e82b0a59966f5225d06fcd0d6b060b6d445.tar.gz gentoo-20177e82b0a59966f5225d06fcd0d6b060b6d445.tar.bz2 gentoo-20177e82b0a59966f5225d06fcd0d6b060b6d445.zip |
net-misc/streamlink: Stabilize 5.2.1 amd64, #891437
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/streamlink/streamlink-5.2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/streamlink/streamlink-5.2.1.ebuild b/net-misc/streamlink/streamlink-5.2.1.ebuild index ff7c51d0ed88..5c099a070e94 100644 --- a/net-misc/streamlink/streamlink-5.2.1.ebuild +++ b/net-misc/streamlink/streamlink-5.2.1.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 ~x86" fi LICENSE="BSD-2 Apache-2.0" |