diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-10-04 09:29:16 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-10-04 09:29:16 +0200 |
commit | 520f31430f5b592510af5ff40cbe7a2ad173c515 (patch) | |
tree | 52a50ec1eedb48f1d6d0717a42b7e092d42569c2 /net-misc/gallery-dl | |
parent | media-libs/netpbm: Stabilize 10.86.34 amd64, #874360 (diff) | |
download | gentoo-520f31430f5b592510af5ff40cbe7a2ad173c515.tar.gz gentoo-520f31430f5b592510af5ff40cbe7a2ad173c515.tar.bz2 gentoo-520f31430f5b592510af5ff40cbe7a2ad173c515.zip |
net-misc/gallery-dl: Stabilize 1.23.0 arm64, #873928
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'net-misc/gallery-dl')
-rw-r--r-- | net-misc/gallery-dl/gallery-dl-1.23.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/gallery-dl/gallery-dl-1.23.0.ebuild b/net-misc/gallery-dl/gallery-dl-1.23.0.ebuild index 884cf2be30dc..2cadf8cd74e2 100644 --- a/net-misc/gallery-dl/gallery-dl-1.23.0.ebuild +++ b/net-misc/gallery-dl/gallery-dl-1.23.0.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}.gh.tar.gz" - KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 ~riscv ~x86" + KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~x86" fi LICENSE="GPL-2" |