diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-05-27 19:18:48 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-05-27 19:18:48 +0200 |
commit | 24264a3e00bf74fb65c33754a4b38f1022861ab2 (patch) | |
tree | 0e916c3c72f11d1c824cca548b604c0ddc09a910 /net-misc | |
parent | sys-fs/ntfs3g: Stabilize 2022.5.17 arm, #847823 (diff) | |
download | gentoo-24264a3e00bf74fb65c33754a4b38f1022861ab2.tar.gz gentoo-24264a3e00bf74fb65c33754a4b38f1022861ab2.tar.bz2 gentoo-24264a3e00bf74fb65c33754a4b38f1022861ab2.zip |
net-misc/gallery-dl: Stabilize 1.21.1 ppc64, #847475
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/gallery-dl/gallery-dl-1.21.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/gallery-dl/gallery-dl-1.21.1.ebuild b/net-misc/gallery-dl/gallery-dl-1.21.1.ebuild index c38837bb5b96..67f67af3d191 100644 --- a/net-misc/gallery-dl/gallery-dl-1.21.1.ebuild +++ b/net-misc/gallery-dl/gallery-dl-1.21.1.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" |