aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-03-06 14:53:20 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-03-06 14:53:20 +0100
commit36fe612e94cbe92735a427847d06e30edc4285a7 (patch)
tree5a8ddae82a28f0e2aff34879e04274a2033c661e /sci-biology
parentsci-biology/rtg-tools: EAPI bump, add keywords (diff)
downloadsci-36fe612e94cbe92735a427847d06e30edc4285a7.tar.gz
sci-36fe612e94cbe92735a427847d06e30edc4285a7.tar.bz2
sci-36fe612e94cbe92735a427847d06e30edc4285a7.zip
sci-biology/sabre: EAPI bump
Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'sci-biology')
-rw-r--r--sci-biology/sabre/sabre-9999.ebuild10
1 files changed, 4 insertions, 6 deletions
diff --git a/sci-biology/sabre/sabre-9999.ebuild b/sci-biology/sabre/sabre-9999.ebuild
index bfa4bde63..afcefa226 100644
--- a/sci-biology/sabre/sabre-9999.ebuild
+++ b/sci-biology/sabre/sabre-9999.ebuild
@@ -1,15 +1,14 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
-
-[ "$PV" == "9999" ] && inherit git-r3
+EAPI=7
inherit toolchain-funcs
DESCRIPTION="Barcode demultiplexing and trimming tool for Illumina FastQ files"
HOMEPAGE="https://github.com/najoshi/sabre"
if [ "$PV" == "9999" ]; then
+ inherit git-r3
EGIT_REPO_URI="https://github.com/najoshi/sabre.git"
KEYWORDS=""
else
@@ -23,9 +22,8 @@ SLOT="0"
DEPEND="sys-libs/zlib"
RDEPEND="${DEPEND}"
-S="${S}"/src
-
src_prepare(){
+ default
sed -e "s#OPT = -O3#OPT = ${CFLAGS}#" \
-e "s#CC = gcc#CC = $(tc-getCC)#" -i Makefile || die
}