diff options
author | Sam James <sam@gentoo.org> | 2023-06-09 14:53:35 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-09 14:53:35 +0100 |
commit | 717e7ae23abebf9ca0a0f2be00d1bef9c4d5c4b3 (patch) | |
tree | 55dd10772cfbb0756f1a1b13690bbadad17d7637 /net-misc/streamlink | |
parent | sys-process/parallel: Stabilize 20230422 amd64, #908112 (diff) | |
download | gentoo-717e7ae23abebf9ca0a0f2be00d1bef9c4d5c4b3.tar.gz gentoo-717e7ae23abebf9ca0a0f2be00d1bef9c4d5c4b3.tar.bz2 gentoo-717e7ae23abebf9ca0a0f2be00d1bef9c4d5c4b3.zip |
net-misc/streamlink: Stabilize 5.5.1 amd64, #908116
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/streamlink')
-rw-r--r-- | net-misc/streamlink/streamlink-5.5.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/streamlink/streamlink-5.5.1.ebuild b/net-misc/streamlink/streamlink-5.5.1.ebuild index 6c6140e9a8da..b7ef73d3b5e2 100644 --- a/net-misc/streamlink/streamlink-5.5.1.ebuild +++ b/net-misc/streamlink/streamlink-5.5.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 ~arm ~arm64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~x86" fi LICENSE="BSD-2 Apache-2.0" |