diff options
author | 2023-06-30 20:30:07 +0100 | |
---|---|---|
committer | 2023-06-30 20:30:17 +0100 | |
commit | 915d946ba478510a51a01cfb795781bbd099f0de (patch) | |
tree | 72392951a8bb024a0e09fa5470c58ea091ba7aea /net-misc | |
parent | net-misc/gallery-dl: Stabilize 1.25.5 x86, #909415 (diff) | |
download | gentoo-915d946ba478510a51a01cfb795781bbd099f0de.tar.gz gentoo-915d946ba478510a51a01cfb795781bbd099f0de.tar.bz2 gentoo-915d946ba478510a51a01cfb795781bbd099f0de.zip |
net-misc/gallery-dl: Stabilize 1.25.5 hppa, #909415
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/gallery-dl/gallery-dl-1.25.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/gallery-dl/gallery-dl-1.25.5.ebuild b/net-misc/gallery-dl/gallery-dl-1.25.5.ebuild index 549b891a6391..6219a484ee3e 100644 --- a/net-misc/gallery-dl/gallery-dl-1.25.5.ebuild +++ b/net-misc/gallery-dl/gallery-dl-1.25.5.ebuild @@ -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" |