aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mokrejš <mmokrejs@fold.natur.cuni.cz>2017-05-01 10:00:28 +0200
committerMartin Mokrejš <mmokrejs@fold.natur.cuni.cz>2017-05-01 10:00:28 +0200
commitccf3537c7d36e38e352e4a38c541a292ed139a1d (patch)
tree1728c4596678777d277ee74de84dbd100f86f9ba /sci-biology/angsd
parentsci-biology/stacks: rely on SLOT 0 of htslib < 1.4 (diff)
downloadsci-ccf3537c7d36e38e352e4a38c541a292ed139a1d.tar.gz
sci-ccf3537c7d36e38e352e4a38c541a292ed139a1d.tar.bz2
sci-ccf3537c7d36e38e352e4a38c541a292ed139a1d.zip
sci-biology/angsd: add default() to make EAPI=6 happy
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'sci-biology/angsd')
-rw-r--r--sci-biology/angsd/angsd-9999.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-biology/angsd/angsd-9999.ebuild b/sci-biology/angsd/angsd-9999.ebuild
index 1670e6684..97f614509 100644
--- a/sci-biology/angsd/angsd-9999.ebuild
+++ b/sci-biology/angsd/angsd-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -21,6 +21,7 @@ RDEPEND="${DEPEND}"
# https://github.com/ANGSD/angsd/issues/9
src_prepare(){
+ default
sed \
-e 's@FLAGS=-O3@FLAGS=@' \
-e 's@HTSLIB = .*@HTSLIB = -lhts@' \