Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/
Date: Fri, 27 May 2022 18:01:21
Message-Id: 1653674474.43ee9b29fe39fc8e80c38b7bcb0a332c383406ae.jsmolic@gentoo
1 commit: 43ee9b29fe39fc8e80c38b7bcb0a332c383406ae
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 27 18:01:14 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Fri May 27 18:01:14 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43ee9b29
7
8 net-misc/gallery-dl: Stabilize 1.21.1 amd64, #847475
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 net-misc/gallery-dl/gallery-dl-1.21.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-misc/gallery-dl/gallery-dl-1.21.1.ebuild b/net-misc/gallery-dl/gallery-dl-1.21.1.ebuild
16 index 2db99fce7e54..d79cde4aa32b 100644
17 --- a/net-misc/gallery-dl/gallery-dl-1.21.1.ebuild
18 +++ b/net-misc/gallery-dl/gallery-dl-1.21.1.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"