commit: e5068535fc0c5fdf10cd34f3ee294743d0e3b472 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Sat Mar 6 14:32:28 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Sat Mar 6 14:32:28 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e5068535
sci-biology/singalp: EAPI bump Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> sci-biology/signalp/signalp-3.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sci-biology/signalp/signalp-3.0.ebuild b/sci-biology/signalp/signalp-3.0.ebuild index be10dcdbb..537811b9f 100644 --- a/sci-biology/signalp/signalp-3.0.ebuild +++ b/sci-biology/signalp/signalp-3.0.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 DESCRIPTION="Prediction of signal peptide cleavage sites in amino acid sequences" HOMEPAGE="http://www.cbs.dtu.dk/services/SignalP/" @@ -25,6 +25,7 @@ pkg_nofetch() { } src_prepare() { + default sed -i -e '/SIGNALP=/ s/\/usr//' \ -e '/TMPDIR=/ s/$SIGNALP//' "${S}/signalp" || die sed -i 's/nawk/gawk/' "${S}"/bin/* || die
