commit: 90959a3e7df6b477d838b8aedfff9f11fda8828b Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Fri Mar 5 15:28:58 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Fri Mar 5 15:29:12 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=90959a3e
sci-biology/BRANCH: EAPI bump Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> sci-biology/BRANCH/BRANCH-9999.ebuild | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/sci-biology/BRANCH/BRANCH-9999.ebuild b/sci-biology/BRANCH/BRANCH-9999.ebuild index 1700c4a09..ef3d12e24 100644 --- a/sci-biology/BRANCH/BRANCH-9999.ebuild +++ b/sci-biology/BRANCH/BRANCH-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 +EAPI=7 -[ "$PV" == "9999" ] && inherit git-r3 - -inherit eutils toolchain-funcs +inherit toolchain-funcs DESCRIPTION="Extend partial transcripts with sequence from other reads or genomic contigs" HOMEPAGE="https://github.com/baoe/BRANCH" if [ "$PV" == "9999" ]; then + inherit git-r3 EGIT_REPO_URI="https://github.com/baoe/BRANCH" KEYWORDS="" else @@ -19,11 +18,11 @@ fi LICENSE="Artistic-2" SLOT="0" -IUSE="" DEPEND=" sci-biology/blat - sci-libs/lemon" + sci-libs/lemon +" RDEPEND="${DEPEND}" src_compile(){
