diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-05-31 09:11:15 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-05-31 09:11:15 +0200 |
commit | 00a1c67f54a64582feac8177bbec41733064c461 (patch) | |
tree | 7367ea4617a43348d24cec00ec114cec9ec4c3d0 /net-misc | |
parent | sys-apps/pcsc-lite: ppc stable wrt bug #848594 (diff) | |
download | gentoo-00a1c67f54a64582feac8177bbec41733064c461.tar.gz gentoo-00a1c67f54a64582feac8177bbec41733064c461.tar.bz2 gentoo-00a1c67f54a64582feac8177bbec41733064c461.zip |
net-misc/gallery-dl: ppc64 stable wrt bug #848573
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/gallery-dl/gallery-dl-1.21.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/gallery-dl/gallery-dl-1.21.2.ebuild b/net-misc/gallery-dl/gallery-dl-1.21.2.ebuild index 2ac82f753d19..0e2805dbf2af 100644 --- a/net-misc/gallery-dl/gallery-dl-1.21.2.ebuild +++ b/net-misc/gallery-dl/gallery-dl-1.21.2.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}.tar.gz" - KEYWORDS="amd64 arm arm64 ~hppa ppc ~ppc64 ~riscv x86" + KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv x86" fi LICENSE="GPL-2" |