diff options
author | Sam James <sam@gentoo.org> | 2022-09-22 04:31:55 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-09-22 05:05:22 +0100 |
commit | 23de60d965b179bafbda1604ee1437bd01f2e64b (patch) | |
tree | e4109faa03f323d9f0beaff5d4aaa4537c1fa9f2 /sci-biology | |
parent | net-misc/rwbs: use PV in SRC_URI (diff) | |
download | gentoo-23de60d965b179bafbda1604ee1437bd01f2e64b.tar.gz gentoo-23de60d965b179bafbda1604ee1437bd01f2e64b.tar.bz2 gentoo-23de60d965b179bafbda1604ee1437bd01f2e64b.zip |
sci-biology/phred: use PV in SRC_URI
not that it really matters in this case, but still.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/phred/phred-071220-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-biology/phred/phred-071220-r2.ebuild b/sci-biology/phred/phred-071220-r2.ebuild index 9d7ff9a1f6c8..2d33df654a1b 100644 --- a/sci-biology/phred/phred-071220-r2.ebuild +++ b/sci-biology/phred/phred-071220-r2.ebuild @@ -7,7 +7,7 @@ inherit toolchain-funcs DESCRIPTION="A base caller for Sanger DNA sequencing" HOMEPAGE="http://phrap.org/phredphrapconsed.html" -SRC_URI="phred-dist-071220.b-acd.tar.gz" +SRC_URI="${PN}-dist-${PV}.b-acd.tar.gz" S="${WORKDIR}" LICENSE="phrap" |