diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-05-27 19:12:22 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-05-27 19:12:22 +0200 |
commit | cd5f93eedb23ffce41820f0607c7bd528f031dff (patch) | |
tree | 2492623734486ec3ea56ff223c6f9a58a1a161aa /net-misc | |
parent | net-misc/gallery-dl: Stabilize 1.21.1 ppc, #847475 (diff) | |
download | gentoo-cd5f93eedb23ffce41820f0607c7bd528f031dff.tar.gz gentoo-cd5f93eedb23ffce41820f0607c7bd528f031dff.tar.bz2 gentoo-cd5f93eedb23ffce41820f0607c7bd528f031dff.zip |
net-misc/gallery-dl: Stabilize 1.21.1 arm, #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 ffd39122d726..c38837bb5b96 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" |