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:10:10
Message-Id: 1653980992.0c21c910b10212d88deea201b8b2748282dda2b3.ago@gentoo
1 commit: 0c21c910b10212d88deea201b8b2748282dda2b3
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 31 07:09:52 2022 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Tue May 31 07:09:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c21c910
7
8 net-misc/gallery-dl: arm stable wrt bug #848573
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 RepoMan-Options: --include-arches="arm"
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 4fb3e482e72a..6a1e8d4d6288 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"