diff options
author | 2022-05-31 09:10:52 +0200 | |
---|---|---|
committer | 2022-05-31 09:10:52 +0200 | |
commit | d78ea88b10245c55e4a1f185c8b37d1f117c62d6 (patch) | |
tree | 44a2dbd1a784ce71551c5706403a7a2c60b81ae8 /net-misc/gallery-dl | |
parent | app-doc/halibut: ppc stable wrt bug #848528 (diff) | |
download | gentoo-d78ea88b10245c55e4a1f185c8b37d1f117c62d6.tar.gz gentoo-d78ea88b10245c55e4a1f185c8b37d1f117c62d6.tar.bz2 gentoo-d78ea88b10245c55e4a1f185c8b37d1f117c62d6.zip |
net-misc/gallery-dl: ppc stable wrt bug #848573
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'net-misc/gallery-dl')
-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 5dd69f097f6f..2ac82f753d19 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" |