Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/
Date: Sat, 04 Mar 2023 05:29:48
Message-Id: 1677907741.0168af86256e758df2c5b6e9298bcb2c68602384.arthurzam@gentoo
1 commit: 0168af86256e758df2c5b6e9298bcb2c68602384
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 4 05:29:01 2023 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 4 05:29:01 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0168af86
7
8 net-misc/gallery-dl: Stabilize 1.24.5 ppc64, #899192
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 net-misc/gallery-dl/gallery-dl-1.24.5.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-misc/gallery-dl/gallery-dl-1.24.5.ebuild b/net-misc/gallery-dl/gallery-dl-1.24.5.ebuild
16 index 8831d6e18bfa..93e880a80b83 100644
17 --- a/net-misc/gallery-dl/gallery-dl-1.24.5.ebuild
18 +++ b/net-misc/gallery-dl/gallery-dl-1.24.5.ebuild
19 @@ -17,7 +17,7 @@ if [[ ${PV} == 9999 ]]; then
20 EGIT_REPO_URI="https://github.com/mikf/${PN}.git"
21 else
22 SRC_URI="https://github.com/mikf/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
23 - KEYWORDS="~amd64 ~arm ~arm64 hppa ~ppc ~ppc64 ~riscv ~x86"
24 + KEYWORDS="~amd64 ~arm ~arm64 hppa ~ppc ppc64 ~riscv ~x86"
25 fi
26
27 LICENSE="GPL-2"