commit: ccf3537c7d36e38e352e4a38c541a292ed139a1d Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> AuthorDate: Mon May 1 08:00:28 2017 +0000 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> CommitDate: Mon May 1 08:00:28 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ccf3537c
sci-biology/angsd: add default() to make EAPI=6 happy Package-Manager: Portage-2.3.5, Repoman-2.3.2 sci-biology/angsd/angsd-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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@' \