diff options
author | Sam James <sam@gentoo.org> | 2023-01-06 00:44:40 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-06 00:44:51 +0000 |
commit | 47a269727d618482957cd2ca21086c14184b9a2a (patch) | |
tree | 4f24c2d0e736afa8e33621411fcff6c192fc73b0 /net-misc | |
parent | dev-python/js2py: Stabilize 0.74 x86, #889892 (diff) | |
download | gentoo-47a269727d618482957cd2ca21086c14184b9a2a.tar.gz gentoo-47a269727d618482957cd2ca21086c14184b9a2a.tar.bz2 gentoo-47a269727d618482957cd2ca21086c14184b9a2a.zip |
net-misc/gallery-dl: Stabilize 1.24.1 amd64, #889894
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/gallery-dl/gallery-dl-1.24.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/gallery-dl/gallery-dl-1.24.1.ebuild b/net-misc/gallery-dl/gallery-dl-1.24.1.ebuild index 982779112300..27d0765a0d6c 100644 --- a/net-misc/gallery-dl/gallery-dl-1.24.1.ebuild +++ b/net-misc/gallery-dl/gallery-dl-1.24.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 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" |