aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mokrejs <mmokrejs@fold.natur.cuni.cz>2018-04-12 17:18:08 +0200
committerMartin Mokrejs <mmokrejs@fold.natur.cuni.cz>2018-04-12 17:18:08 +0200
commitc745e42833996f3ceceb7f701baddbe5fe1da566 (patch)
tree684d54e7ad827454f7bc4f2a766c0f52ff2ecc0f /sci-biology
parentsci-biology/picard: do not compile testsuite by default (diff)
downloadsci-c745e42833996f3ceceb7f701baddbe5fe1da566.tar.gz
sci-c745e42833996f3ceceb7f701baddbe5fe1da566.tar.bz2
sci-c745e42833996f3ceceb7f701baddbe5fe1da566.zip
sci-biology/picard: use EGIT_COMMIT to fetch by a release tag
Closes: https://bugs.gentoo.org/653012 Package-Manager: Portage-2.3.27, Repoman-2.3.9
Diffstat (limited to 'sci-biology')
-rw-r--r--sci-biology/picard/picard-2.18.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-biology/picard/picard-2.18.2.ebuild b/sci-biology/picard/picard-2.18.2.ebuild
index 24ed178ce..9292b1e19 100644
--- a/sci-biology/picard/picard-2.18.2.ebuild
+++ b/sci-biology/picard/picard-2.18.2.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Java-based command-line utilities that manipulate SAM/BAM/CRAM/VCF
HOMEPAGE="http://picard.sourceforge.net
http://broadinstitute.github.io/picard"
EGIT_REPO_URI="https://github.com/broadinstitute/picard.git"
-EGIT_BRANCH="${PV}"
+EGIT_COMMIT="${PV}"
# building outside of git is not possible,
# see https://github.com/broadinstitute/picard/issues/605
#SRC_URI="https://github.com/broadinstitute/picard/archive/${PV}.tar.gz -> ${P}.tar.gz"