commit: 439d3be22d90de3baed65d2f132a9f4e8799a9b7 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Sat Mar 6 10:53:15 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Sat Mar 6 10:53:15 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=439d3be2
sci-biology/epga: EAPI bump Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> sci-biology/epga/epga-9999.ebuild | 7 +++---- 1 file 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
