commit: 45ed01d95c0db66b818f669d4945bb4cc74971b4
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 28 06:49:33 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 28 06:49:33 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45ed01d9
net-misc/gallery-dl: Stabilize 1.26.5 ALLARCHES, #923060
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/gallery-dl/gallery-dl-1.26.5.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-misc/gallery-dl/gallery-dl-1.26.5.ebuild
b/net-misc/gallery-dl/gallery-dl-1.26.5.ebuild
index b3da2a9c870f..ab1aa54283f4 100644
--- a/net-misc/gallery-dl/gallery-dl-1.26.5.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.26.5.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"