Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/
Date: Tue, 31 May 2022 07:11:26
Message-Id: 1653981075.00a1c67f54a64582feac8177bbec41733064c461.ago@gentoo
1 commit: 00a1c67f54a64582feac8177bbec41733064c461
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 31 07:11:15 2022 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Tue May 31 07:11:15 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00a1c67f
7
8 net-misc/gallery-dl: ppc64 stable wrt bug #848573
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 RepoMan-Options: --include-arches="ppc64"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 net-misc/gallery-dl/gallery-dl-1.21.2.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/net-misc/gallery-dl/gallery-dl-1.21.2.ebuild b/net-misc/gallery-dl/gallery-dl-1.21.2.ebuild
18 index 2ac82f753d19..0e2805dbf2af 100644
19 --- a/net-misc/gallery-dl/gallery-dl-1.21.2.ebuild
20 +++ b/net-misc/gallery-dl/gallery-dl-1.21.2.ebuild
21 @@ -16,7 +16,7 @@ if [[ ${PV} == 9999 ]]; then
22 EGIT_REPO_URI="https://github.com/mikf/${PN}.git"
23 else
24 SRC_URI="https://github.com/mikf/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
25 - KEYWORDS="amd64 arm arm64 ~hppa ppc ~ppc64 ~riscv x86"
26 + KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv x86"
27 fi
28
29 LICENSE="GPL-2"