diff options
author | Sam James <sam@gentoo.org> | 2022-05-31 00:29:56 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-31 00:29:56 +0100 |
commit | d31e57ddef3591c494fae678315bc26c47167212 (patch) | |
tree | 887a3f460f74ccfaea17b82e0648c21debf46c05 /net-misc | |
parent | app-emacs/editorconfig-emacs: Stabilize 0.8.2-r2 ALLARCHES, #848570 (diff) | |
download | gentoo-d31e57ddef3591c494fae678315bc26c47167212.tar.gz gentoo-d31e57ddef3591c494fae678315bc26c47167212.tar.bz2 gentoo-d31e57ddef3591c494fae678315bc26c47167212.zip |
net-misc/gallery-dl: Stabilize 1.21.2 x86, #848573
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/gallery-dl/gallery-dl-1.21.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/gallery-dl/gallery-dl-1.21.2.ebuild b/net-misc/gallery-dl/gallery-dl-1.21.2.ebuild index d424151deeb1..3d355f1be859 100644 --- a/net-misc/gallery-dl/gallery-dl-1.21.2.ebuild +++ b/net-misc/gallery-dl/gallery-dl-1.21.2.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 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv x86" fi LICENSE="GPL-2" |