commit: 520f31430f5b592510af5ff40cbe7a2ad173c515 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org> AuthorDate: Tue Oct 4 07:29:16 2022 +0000 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org> CommitDate: Tue Oct 4 07:29:16 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=520f3143
net-misc/gallery-dl: Stabilize 1.23.0 arm64, #873928 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org> net-misc/gallery-dl/gallery-dl-1.23.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"