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: Sat, 04 Jun 2022 21:55:04
Message-Id: 1654379697.8bb5a3c5d74092788ca78fbe3cd3d31f39456509.xgqt@gentoo
1 commit: 8bb5a3c5d74092788ca78fbe3cd3d31f39456509
2 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 4 21:40:36 2022 +0000
4 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 4 21:54:57 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bb5a3c5
7
8 net-misc/gallery-dl: add .gh suffix to tagged distfiles (live)
9
10 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
11
12 net-misc/gallery-dl/gallery-dl-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-misc/gallery-dl/gallery-dl-9999.ebuild b/net-misc/gallery-dl/gallery-dl-9999.ebuild
16 index d424151deeb1..60c3846252ce 100644
17 --- a/net-misc/gallery-dl/gallery-dl-9999.ebuild
18 +++ b/net-misc/gallery-dl/gallery-dl-9999.ebuild
19 @@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]]; then
20 inherit git-r3
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 + SRC_URI="https://github.com/mikf/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
25 KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
26 fi