commit:     68ad6456d75a15daa7604515cabae17c599a5f3d
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Mar  6 14:03:43 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Mar  6 14:03:43 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=68ad6456

sci-biology/seqclean: EAPI bump

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

 sci-biology/seqclean/seqclean-110625.ebuild | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/sci-biology/seqclean/seqclean-110625.ebuild 
b/sci-biology/seqclean/seqclean-110625.ebuild
index 67a98eb5a..f98fdf3b8 100644
--- a/sci-biology/seqclean/seqclean-110625.ebuild
+++ b/sci-biology/seqclean/seqclean-110625.ebuild
@@ -1,9 +1,9 @@
-# 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 eutils toolchain-funcs
+inherit toolchain-funcs
 
 DESCRIPTION="Trimpoly and mdust for trimming and validation of ESTs/DNA 
sequences"
 
HOMEPAGE="https://web.archive.org/web/20140726030702/http://compbio.dfci.harvard.edu/tgi/software/";
@@ -14,7 +14,6 @@ done
 LICENSE="Artistic"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
 DEPEND="
        dev-lang/perl
@@ -23,13 +22,15 @@ RDEPEND="${DEPEND}"
 
 S=${WORKDIR}
 
+PATCHES=(
+       "${FILESDIR}"/${P}-build.patch
+)
+
 src_prepare() {
+       default
        # disable the necessity to install Mailer.pm with this tool
        einfo "Disabling mailer feature within seqclean"
        sed -i 's/use Mailer;/#use Mailer;/' "${S}"/"${PN}"/"${PN}" || die
-
-       epatch "${FILESDIR}"/${P}-build.patch
-
        tc-export CC CXX
 }
 

Reply via email to