commit: 8436a89dcf0d52b9a8973b45c46e673377144c69 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Sat Mar 6 10:11:48 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Sat Mar 6 10:11:48 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=8436a89d
sci-biology/cdbfasta: EAPI bump Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> sci-biology/cdbfasta/cdbfasta-0.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-biology/cdbfasta/cdbfasta-0.1.ebuild b/sci-biology/cdbfasta/cdbfasta-0.1.ebuild index ca1ea2871..c04ce4698 100644 --- a/sci-biology/cdbfasta/cdbfasta-0.1.ebuild +++ b/sci-biology/cdbfasta/cdbfasta-0.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 DESCRIPTION="FASTA record indexing/retrievieng utility" HOMEPAGE="https://github.com/gpertea/cdbfasta" @@ -10,11 +10,11 @@ SRC_URI="ftp://occams.dfci.harvard.edu/pub/bio/tgi/software/cdbfasta/cdbfasta.ta LICENSE="Artistic" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" S=${WORKDIR}/${PN} src_prepare() { + default sed \ -e 's/CFLAGS[ ]*=/CFLAGS :=/; s/-D_REENTRANT/-D_REENTRANT \${CFLAGS}/; s/CFLAGS[ ]*:=[ ]*-O2$//' \ -i "${S}"/Makefile || die "Failed to patch Makefile"
