Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/
Date: Mon, 30 May 2022 23:30:15
Message-Id: 1653953396.d31e57ddef3591c494fae678315bc26c47167212.sam@gentoo
1 commit: d31e57ddef3591c494fae678315bc26c47167212
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 30 23:29:56 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon May 30 23:29:56 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d31e57dd
7
8 net-misc/gallery-dl: Stabilize 1.21.2 x86, #848573
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-misc/gallery-dl/gallery-dl-1.21.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-misc/gallery-dl/gallery-dl-1.21.2.ebuild b/net-misc/gallery-dl/gallery-dl-1.21.2.ebuild
16 index d424151deeb1..3d355f1be859 100644
17 --- a/net-misc/gallery-dl/gallery-dl-1.21.2.ebuild
18 +++ b/net-misc/gallery-dl/gallery-dl-1.21.2.ebuild
19 @@ -16,7 +16,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}.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"