diff options
author | Sam James <sam@gentoo.org> | 2023-07-22 01:48:01 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-07-22 01:48:01 +0100 |
commit | 5192dda4eee1e863b656cbb39a44d46d0010ebe1 (patch) | |
tree | 1e8ca8726395d7923983e9f1e2619543fa0e70ad /net-misc | |
parent | app-admin/rsyslog: Stabilize 8.2306.0 arm, #910654 (diff) | |
download | gentoo-5192dda4eee1e863b656cbb39a44d46d0010ebe1.tar.gz gentoo-5192dda4eee1e863b656cbb39a44d46d0010ebe1.tar.bz2 gentoo-5192dda4eee1e863b656cbb39a44d46d0010ebe1.zip |
net-misc/gallery-dl: Stabilize 1.25.6 arm64, #910655
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/gallery-dl/gallery-dl-1.25.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/gallery-dl/gallery-dl-1.25.6.ebuild b/net-misc/gallery-dl/gallery-dl-1.25.6.ebuild index 5a0c6d86eedd..5dae21b67038 100644 --- a/net-misc/gallery-dl/gallery-dl-1.25.6.ebuild +++ b/net-misc/gallery-dl/gallery-dl-1.25.6.ebuild @@ -17,7 +17,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" |