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-p2p/deluge/
Date: Fri, 30 Sep 2022 23:24:59
Message-Id: 1664580266.5e48cb84efb9f1bdb6e7d268f022498c305f6ef8.sam@gentoo
1 commit: 5e48cb84efb9f1bdb6e7d268f022498c305f6ef8
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 30 23:15:36 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 30 23:24:26 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e48cb84
7
8 net-p2p/deluge: fix StaticSrcUri
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-p2p/deluge/deluge-2.0.5-r2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-p2p/deluge/deluge-2.0.5-r2.ebuild b/net-p2p/deluge/deluge-2.0.5-r2.ebuild
16 index cb1b052dce3e..f7144d94500d 100644
17 --- a/net-p2p/deluge/deluge-2.0.5-r2.ebuild
18 +++ b/net-p2p/deluge/deluge-2.0.5-r2.ebuild
19 @@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]]; then
20 inherit git-r3
21 EGIT_REPO_URI="https://git.deluge-torrent.org/${PN}"
22 else
23 - SRC_URI="http://download.deluge-torrent.org/source/2.0/${P}.tar.xz"
24 + SRC_URI="http://download.deluge-torrent.org/source/$(ver_cut 1-2)/${P}.tar.xz"
25 KEYWORDS="amd64 ~arm ~arm64 ~ppc x86"
26 fi