commit: ecc98962e40dc2daf1a8afb2cf22826f7d3efe32
Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Sat Feb 3 13:49:38 2018 +0000
Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Sat Feb 3 13:49:38 2018 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ecc98962
sci-biology/bam-readcount: use ${PV}
Package-Manager: Portage-2.3.23, Repoman-2.3.6
sci-biology/bam-readcount/bam-readcount-0.8.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-biology/bam-readcount/bam-readcount-0.8.0.ebuild
b/sci-biology/bam-readcount/bam-readcount-0.8.0.ebuild
index dbc344fd9..9c242afc1 100644
--- a/sci-biology/bam-readcount/bam-readcount-0.8.0.ebuild
+++ b/sci-biology/bam-readcount/bam-readcount-0.8.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -7,7 +7,7 @@ inherit cmake-utils
DESCRIPTION="Count DNA sequence reads in BAM files and other statistics
calculations"
HOMEPAGE="https://github.com/genome/bam-readcount"
-SRC_URI="https://github.com/genome/bam-readcount/archive/v0.8.0.tar.gz ->
${P}.tar.gz"
+SRC_URI="https://github.com/genome/bam-readcount/archive/v${PV}.tar.gz ->
${P}.tar.gz"
LICENSE="MIT"
SLOT="0"