diff options
author | Sam James <sam@gentoo.org> | 2023-04-13 06:44:14 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-13 06:44:14 +0100 |
commit | 1655e61dc17d4a8c5e3bc5136809eff223a0cbb7 (patch) | |
tree | 18a982a8df91f87e8515e8f6266c77ae25f7f63a /net-misc/streamlink | |
parent | dev-python/hatchling: Keyword 1.14.0 hppa, #903715 (diff) | |
download | gentoo-1655e61dc17d4a8c5e3bc5136809eff223a0cbb7.tar.gz gentoo-1655e61dc17d4a8c5e3bc5136809eff223a0cbb7.tar.bz2 gentoo-1655e61dc17d4a8c5e3bc5136809eff223a0cbb7.zip |
net-misc/streamlink: Stabilize 5.3.1 amd64, #904249
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/streamlink')
-rw-r--r-- | net-misc/streamlink/streamlink-5.3.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/streamlink/streamlink-5.3.1.ebuild b/net-misc/streamlink/streamlink-5.3.1.ebuild index ff7c51d0ed88..5c099a070e94 100644 --- a/net-misc/streamlink/streamlink-5.3.1.ebuild +++ b/net-misc/streamlink/streamlink-5.3.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" |