Diff gallery-dl-1.31.10 with a gallery-dl-9999

/usr/portage/net-misc/gallery-dl/gallery-dl-9999.ebuild 2025-07-17 18:21:11.873166968 +0300
1
# Copyright 1999-2026 Gentoo Authors
1
# Copyright 1999-2025 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
20 20
	SRC_URI="https://github.com/mikf/${PN}/archive/v${PV}.tar.gz
21 21
		-> ${P}.gh.tar.gz"
22 22

  
23
	KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv x86"
23
	KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
24 24
fi
25 25

  
26 26
LICENSE="GPL-2"
Thank you!