commit:     162e04382b906ab34d2a1ad40e076323a01593c2
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Jan 19 12:22:35 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Jan 19 12:22:45 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=162e0438

sci-biology/lucy: fix fetch, EAPI bump

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/lucy/lucy-1.20.ebuild | 8 ++++----
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index a2d716ddd..e463a1e15 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -77,4 +77,3 @@ sci-biology/jtreeview-bin
 sci-biology/kat
 sci-biology/KING
 sci-biology/kraken
-sci-biology/lucy

diff --git a/sci-biology/lucy/lucy-1.20.ebuild 
b/sci-biology/lucy/lucy-1.20.ebuild
index 27c425e9a..4084ba298 100644
--- a/sci-biology/lucy/lucy-1.20.ebuild
+++ b/sci-biology/lucy/lucy-1.20.ebuild
@@ -1,7 +1,7 @@
-# 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
 
 DESCRIPTION="DNA sequence quality and vector trimming tool"
 HOMEPAGE="http://lucy.sourceforge.net/"; # no https
@@ -10,11 +10,11 @@ 
SRC_URI="https://sourceforge.net/projects/lucy/files/lucy/lucy%201.20/lucy${PV}.
 LICENSE="Artistic"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
-S="${WORKDIR}"/lucy-1.20p
+S="${WORKDIR}/lucy-${PV}p"
 
 src_prepare(){
+       default
        sed -i 's/^CC = cc/#CC = cc/' Makefile || die
        sed -i 's/^CFLAGS = -O/#CFLAGS = -O/' Makefile || die
 }

Reply via email to