diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-02-17 21:31:32 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-02-17 21:31:32 +0200 |
commit | 559d33359fb0cd232fa80af6721a291a619def02 (patch) | |
tree | 98d5b1a24c2b9d01ccd294f0e74e602dffaa9aa4 /net-misc/gallery-dl | |
parent | dev-python/pytest-subtests: Stabilize 0.6.0 ALLARCHES, #833547 (diff) | |
download | gentoo-559d33359fb0cd232fa80af6721a291a619def02.tar.gz gentoo-559d33359fb0cd232fa80af6721a291a619def02.tar.bz2 gentoo-559d33359fb0cd232fa80af6721a291a619def02.zip |
net-misc/gallery-dl: Keyword 1.20.5 ppc64, #833493
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-misc/gallery-dl')
-rw-r--r-- | net-misc/gallery-dl/gallery-dl-1.20.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/gallery-dl/gallery-dl-1.20.5.ebuild b/net-misc/gallery-dl/gallery-dl-1.20.5.ebuild index e262012adaad..ab769bbf4ce8 100644 --- a/net-misc/gallery-dl/gallery-dl-1.20.5.ebuild +++ b/net-misc/gallery-dl/gallery-dl-1.20.5.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 ~hppa ~riscv" + KEYWORDS="~amd64 ~hppa ~ppc64 ~riscv" fi LICENSE="GPL-2" |