diff options
author | Sam James <sam@gentoo.org> | 2024-01-06 08:10:19 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-06 08:10:19 +0000 |
commit | a385c13424c6756c43f7047bc8149b84ba90bda2 (patch) | |
tree | fbabe1687c0e5b4e8d06b047b532e5ddfba0d024 | |
parent | app-emacs/php-mode: Stabilize 1.25.1 ppc64, #921418 (diff) | |
download | gentoo-a385c13424c6756c43f7047bc8149b84ba90bda2.tar.gz gentoo-a385c13424c6756c43f7047bc8149b84ba90bda2.tar.bz2 gentoo-a385c13424c6756c43f7047bc8149b84ba90bda2.zip |
net-misc/gallery-dl: Stabilize 1.26.3 ALLARCHES, #921424
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | net-misc/gallery-dl/gallery-dl-1.26.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/gallery-dl/gallery-dl-1.26.3.ebuild b/net-misc/gallery-dl/gallery-dl-1.26.3.ebuild index b3da2a9c870f..ab1aa54283f4 100644 --- a/net-misc/gallery-dl/gallery-dl-1.26.3.ebuild +++ b/net-misc/gallery-dl/gallery-dl-1.26.3.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" |