commit: 1a5bc27fa079f59ddf98753103c24b11c8301ce3 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Fri Mar 5 15:51:56 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Fri Mar 5 15:51:56 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1a5bc27f
sci-biology/SEECER: EAPI bump Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> sci-biology/SEECER/SEECER-0.1.3-r2.ebuild | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/sci-biology/SEECER/SEECER-0.1.3-r2.ebuild b/sci-biology/SEECER/SEECER-0.1.3-r2.ebuild index 49ebd3879..c30b872a7 100644 --- a/sci-biology/SEECER/SEECER-0.1.3-r2.ebuild +++ b/sci-biology/SEECER/SEECER-0.1.3-r2.ebuild @@ -1,9 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 - -inherit eutils +EAPI=7 DESCRIPTION="SEquence Error Corrector for RNA-Seq reads" HOMEPAGE="http://sb.cs.cmu.edu/seecer/" @@ -13,7 +11,6 @@ SRC_URI=" LICENSE="GPL-3" SLOT="0" -IUSE="" KEYWORDS="~amd64" # although has bundled jellyfish-1.1.11 copy it just calls the executable during runtime @@ -24,7 +21,7 @@ DEPEND=" RDEPEND="${DEPEND} sci-biology/jellyfish:1" -S="${S}"/SEECER +S="${WORKDIR}/${P}/SEECER" PATCHES=( "${FILESDIR}"/remove-hardcoded-paths.patch
