commit: 280c1549b69cc4b0a7f68def5671c5a27ac59e34
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Mar 6 16:11:53 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Mar 6 16:11:53 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=280c1549
sci-biology/vt: EAPI bump
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
sci-biology/vt/vt-9999.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/sci-biology/vt/vt-9999.ebuild b/sci-biology/vt/vt-9999.ebuild
index 59b45030c..fbc2d7a5e 100644
--- a/sci-biology/vt/vt-9999.ebuild
+++ b/sci-biology/vt/vt-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
inherit git-r3 toolchain-funcs
@@ -31,6 +31,7 @@ RDEPEND="${DEPEND}
# Compiles statically bundled version of htslib and Rmath, only libpcre2 is
dynamically linked
src_prepare(){
+ default
sed -e "s/= -O3/= ${CFLAGS}/" -i Makefile || die
sed -e 's/^CXX = /CXX ?= /' -i Makefile || die
sed -e "s/-g -Wall -O2/${CFLAGS}/" -i lib/htslib/Makefile || die