diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-05-27 19:18:50 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-05-27 19:18:50 +0200 |
commit | b401188b260812241b658ca89de50da5c750a94f (patch) | |
tree | 313a57918e743320aa62dfc950aa913aa3ea59b2 /net-misc | |
parent | net-misc/gallery-dl: Stabilize 1.21.1 ppc64, #847475 (diff) | |
download | gentoo-b401188b260812241b658ca89de50da5c750a94f.tar.gz gentoo-b401188b260812241b658ca89de50da5c750a94f.tar.bz2 gentoo-b401188b260812241b658ca89de50da5c750a94f.zip |
net-misc/gallery-dl: Stabilize 1.21.1 arm64, #847475
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/gallery-dl/gallery-dl-1.21.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/gallery-dl/gallery-dl-1.21.1.ebuild b/net-misc/gallery-dl/gallery-dl-1.21.1.ebuild index 67f67af3d191..2db99fce7e54 100644 --- a/net-misc/gallery-dl/gallery-dl-1.21.1.ebuild +++ b/net-misc/gallery-dl/gallery-dl-1.21.1.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" |