Gentoo Archives: gentoo-commits

From: "Maciej Barć" <xgqt@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/
Date: Tue, 22 Feb 2022 20:11:00
Message-Id: 1645560598.8a281a03ce7a82c2462bb5518933e3848ee122b6.xgqt@gentoo
1 commit: 8a281a03ce7a82c2462bb5518933e3848ee122b6
2 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 22 20:09:58 2022 +0000
4 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 22 20:09:58 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a281a03
7
8 net-misc/gallery-dl: sync live
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
12
13 net-misc/gallery-dl/gallery-dl-9999.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-misc/gallery-dl/gallery-dl-9999.ebuild b/net-misc/gallery-dl/gallery-dl-9999.ebuild
17 index 82b82324c8c7..d424151deeb1 100644
18 --- a/net-misc/gallery-dl/gallery-dl-9999.ebuild
19 +++ b/net-misc/gallery-dl/gallery-dl-9999.ebuild
20 @@ -16,7 +16,7 @@ if [[ ${PV} == 9999 ]]; then
21 EGIT_REPO_URI="https://github.com/mikf/${PN}.git"
22 else
23 SRC_URI="https://github.com/mikf/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
24 - KEYWORDS="~amd64 ~riscv"
25 + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
26 fi
27
28 LICENSE="GPL-2"