aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-01-19 13:22:35 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-01-19 13:22:45 +0100
commit162e04382b906ab34d2a1ad40e076323a01593c2 (patch)
tree94656f8a8c96c29777f75b744946a3c5101a562f /sci-biology
parentsci-biology/MagicViewer: remove pack, upstream gone (diff)
downloadsci-162e04382b906ab34d2a1ad40e076323a01593c2.tar.gz
sci-162e04382b906ab34d2a1ad40e076323a01593c2.tar.bz2
sci-162e04382b906ab34d2a1ad40e076323a01593c2.zip
sci-biology/lucy: fix fetch, EAPI bump
Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'sci-biology')
-rw-r--r--sci-biology/lucy/lucy-1.20.ebuild8
1 files changed, 4 insertions, 4 deletions
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
}