diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-06-01 14:04:05 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-06-01 14:04:05 +0200 |
commit | 08e87f1cce9e71984c286f6ffec237cc816b0c47 (patch) | |
tree | 7a348a6131c399fae7b83911acb8ce779fab6fb4 /net-misc | |
parent | dev-python/versioningit: Keyword 1.1.1 x86, #848564 (diff) | |
download | gentoo-08e87f1cce9e71984c286f6ffec237cc816b0c47.tar.gz gentoo-08e87f1cce9e71984c286f6ffec237cc816b0c47.tar.bz2 gentoo-08e87f1cce9e71984c286f6ffec237cc816b0c47.zip |
net-misc/streamlink: Keyword 4.1.0-r1 x86, #848564
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/streamlink/streamlink-4.1.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/streamlink/streamlink-4.1.0-r1.ebuild b/net-misc/streamlink/streamlink-4.1.0-r1.ebuild index 248a14b9b415..4b2b4f3c9408 100644 --- a/net-misc/streamlink/streamlink-4.1.0-r1.ebuild +++ b/net-misc/streamlink/streamlink-4.1.0-r1.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" + KEYWORDS="~amd64 ~x86" fi LICENSE="BSD-2 Apache-2.0" |