diff options
author | Sam James <sam@gentoo.org> | 2024-01-18 17:23:26 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-18 17:23:26 +0000 |
commit | fedf8066c0238571c38176a94357d0d09e76775e (patch) | |
tree | 9cc7dc96b52df626dadb1913d81dff778cf7b900 /net-misc/gallery-dl | |
parent | dev-lang/luau: Stabilize 0.606 amd64, #922356 (diff) | |
download | gentoo-fedf8066c0238571c38176a94357d0d09e76775e.tar.gz gentoo-fedf8066c0238571c38176a94357d0d09e76775e.tar.bz2 gentoo-fedf8066c0238571c38176a94357d0d09e76775e.zip |
net-misc/gallery-dl: Stabilize 1.26.4 ALLARCHES, #922357
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/gallery-dl')
-rw-r--r-- | net-misc/gallery-dl/gallery-dl-1.26.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/gallery-dl/gallery-dl-1.26.4.ebuild b/net-misc/gallery-dl/gallery-dl-1.26.4.ebuild index b3da2a9c870f..ab1aa54283f4 100644 --- a/net-misc/gallery-dl/gallery-dl-1.26.4.ebuild +++ b/net-misc/gallery-dl/gallery-dl-1.26.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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" |