commit: 63a5196f9c0ccb3645f5f94590cb262f6f09d3ce Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Tue Jan 19 11:26:47 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Tue Jan 19 11:26:58 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=63a5196f
sci-biology/estscan: EAPI bump, unmask Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> profiles/package.mask | 1 - sci-biology/estscan/estscan-3.0.3.ebuild | 7 ++++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index c0e7743a2..fcefadce2 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -57,7 +57,6 @@ sci-biology/EBARDenovo sci-biology/ensembl-tools sci-biology/ePCR sci-biology/ESTate -sci-biology/estscan sci-biology/eval sci-biology/FLASH sci-biology/fsa diff --git a/sci-biology/estscan/estscan-3.0.3.ebuild b/sci-biology/estscan/estscan-3.0.3.ebuild index 3d2581553..303657591 100644 --- a/sci-biology/estscan/estscan-3.0.3.ebuild +++ b/sci-biology/estscan/estscan-3.0.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 -inherit eutils fortran-2 perl-module toolchain-funcs +inherit fortran-2 perl-module toolchain-funcs DESCRIPTION="Prediction of coding regions in DNA/RNA sequences" HOMEPAGE="https://sourceforge.net/projects/${PN}/" @@ -32,6 +32,7 @@ RDEPEND="${DEPEND}" S="${WORKDIR}" src_prepare() { + default sed \ -e 's/\\rm -f/rm -rf/' \ -e 's/^ LDFLAGS = -lm/LDFLAGS = -lm/' \
