diff options
author | 2022-02-19 17:03:34 +0100 | |
---|---|---|
committer | 2022-02-19 17:03:34 +0100 | |
commit | f274a57f222dba4d39ea9078e50a817e1ec86936 (patch) | |
tree | 018365a0d67ba683ed18d98bc0275b8835315a55 /net-misc | |
parent | www-apps/tt-rss: Bump to 20220218, EAPI 8, fix for dash, fix permissions (diff) | |
download | gentoo-f274a57f222dba4d39ea9078e50a817e1ec86936.tar.gz gentoo-f274a57f222dba4d39ea9078e50a817e1ec86936.tar.bz2 gentoo-f274a57f222dba4d39ea9078e50a817e1ec86936.zip |
net-misc/gallery-dl: Keyword 1.20.5 x86, #833493
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/gallery-dl/gallery-dl-1.20.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/gallery-dl/gallery-dl-1.20.5.ebuild b/net-misc/gallery-dl/gallery-dl-1.20.5.ebuild index 4d8df06132d8..d424151deeb1 100644 --- a/net-misc/gallery-dl/gallery-dl-1.20.5.ebuild +++ b/net-misc/gallery-dl/gallery-dl-1.20.5.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/mikf/${PN}.git" else SRC_URI="https://github.com/mikf/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv" + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86" fi LICENSE="GPL-2" |