diff options
author | 2022-10-04 09:30:53 +0200 | |
---|---|---|
committer | 2022-10-04 09:30:53 +0200 | |
commit | 3d6a61dc6bd8739e733089283f46ba035bf4a10f (patch) | |
tree | f72be9c73e94daeccf3cb4198879398cc3e6c770 /net-misc | |
parent | net-libs/libaccounts-glib: Stabilize 1.26 x86, #873448 (diff) | |
download | gentoo-3d6a61dc6bd8739e733089283f46ba035bf4a10f.tar.gz gentoo-3d6a61dc6bd8739e733089283f46ba035bf4a10f.tar.bz2 gentoo-3d6a61dc6bd8739e733089283f46ba035bf4a10f.zip |
net-misc/gallery-dl: Stabilize 1.23.0 x86, #873928
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/gallery-dl/gallery-dl-1.23.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/gallery-dl/gallery-dl-1.23.0.ebuild b/net-misc/gallery-dl/gallery-dl-1.23.0.ebuild index 2cadf8cd74e2..38dc948a797b 100644 --- a/net-misc/gallery-dl/gallery-dl-1.23.0.ebuild +++ b/net-misc/gallery-dl/gallery-dl-1.23.0.ebuild @@ -16,7 +16,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" |