Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/phred/
Date: Thu, 22 Sep 2022 04:09:49
Message-Id: 1663819522.23de60d965b179bafbda1604ee1437bd01f2e64b.sam@gentoo
1 commit: 23de60d965b179bafbda1604ee1437bd01f2e64b
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 22 03:31:55 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 22 04:05:22 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23de60d9
7
8 sci-biology/phred: use PV in SRC_URI
9
10 not that it really matters in this case, but still.
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 sci-biology/phred/phred-071220-r2.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sci-biology/phred/phred-071220-r2.ebuild b/sci-biology/phred/phred-071220-r2.ebuild
18 index 9d7ff9a1f6c8..2d33df654a1b 100644
19 --- a/sci-biology/phred/phred-071220-r2.ebuild
20 +++ b/sci-biology/phred/phred-071220-r2.ebuild
21 @@ -7,7 +7,7 @@ inherit toolchain-funcs
22
23 DESCRIPTION="A base caller for Sanger DNA sequencing"
24 HOMEPAGE="http://phrap.org/phredphrapconsed.html"
25 -SRC_URI="phred-dist-071220.b-acd.tar.gz"
26 +SRC_URI="${PN}-dist-${PV}.b-acd.tar.gz"
27 S="${WORKDIR}"
28
29 LICENSE="phrap"