commit:     a0c50cfcca14d8f8884a99ce9d6e95e601471475
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Mar  5 15:19:55 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Mar  5 15:29:11 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=a0c50cfc

sci-biology/AlignGraph: EAPI bump

Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 sci-biology/AlignGraph/AlignGraph-9999.ebuild | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/sci-biology/AlignGraph/AlignGraph-9999.ebuild 
b/sci-biology/AlignGraph/AlignGraph-9999.ebuild
index 46d1029fd..60ea9d6b6 100644
--- a/sci-biology/AlignGraph/AlignGraph-9999.ebuild
+++ b/sci-biology/AlignGraph/AlignGraph-9999.ebuild
@@ -1,18 +1,15 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 inherit toolchain-funcs
 
-if [ "$PV" == "9999" ]; then
-       inherit git-r3
-fi
-
 DESCRIPTION="Reference-genome-assisted asssembly of contigs/scaffolds using PE 
reads"
 HOMEPAGE="https://github.com/baoe/AlignGraph
        http://bioinformatics.oxfordjournals.org/content/30/12/i319.long";
 if [ "$PV" == "9999" ]; then
+       inherit git-r3
        EGIT_REPO_URI="https://github.com/baoe/AlignGraph.git";
        KEYWORDS=""
 else
@@ -22,13 +19,13 @@ fi
 
 LICENSE="Artistic-2"
 SLOT="0"
-IUSE=""
 
 DEPEND=""
 RDEPEND="${DEPEND}
        sci-biology/mummer
        sci-biology/blat
-       sci-biology/bowtie"
+       sci-biology/bowtie
+"
 
 # AlignGraph runs the alignment steps with BLAT and Bowtie2 automatically, but 
both
 # need to be installed on the system. AlignGraph’s run time is currently 23–57 
min

Reply via email to