aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-03-06 11:53:15 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-03-06 11:53:15 +0100
commit439d3be22d90de3baed65d2f132a9f4e8799a9b7 (patch)
tree814769dfc8f6d3249f5c279a2f2f081cc1af6083 /sci-biology
parentpackage.mask: mask edena for removal (diff)
downloadsci-439d3be22d90de3baed65d2f132a9f4e8799a9b7.tar.gz
sci-439d3be22d90de3baed65d2f132a9f4e8799a9b7.tar.bz2
sci-439d3be22d90de3baed65d2f132a9f4e8799a9b7.zip
sci-biology/epga: 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/epga/epga-9999.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/sci-biology/epga/epga-9999.ebuild b/sci-biology/epga/epga-9999.ebuild
index 53d39a8ee..0889158a1 100644
--- a/sci-biology/epga/epga-9999.ebuild
+++ b/sci-biology/epga/epga-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="De novo assembler using distribution of reads and insert size"
HOMEPAGE="https://github.com/bioinfomaticsCSU/EPGA"
if [ "$PV" == "9999" ]; then
+ inherit git-r3
EGIT_REPO_URI="https://github.com/bioinfomaticsCSU/EPGA.git"
KEYWORDS=""
else