commit: 9c5606756d2151e2aa0f5a0c18cb5cfb356a5104 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Sat Mar 6 15:08:37 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Sat Mar 6 15:08:37 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9c560675
sci-biology/tmhmm: EAPI bump Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> sci-biology/tmhmm/tmhmm-2.0c.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sci-biology/tmhmm/tmhmm-2.0c.ebuild b/sci-biology/tmhmm/tmhmm-2.0c.ebuild index bdb57e464..b91b27c7e 100644 --- a/sci-biology/tmhmm/tmhmm-2.0c.ebuild +++ b/sci-biology/tmhmm/tmhmm-2.0c.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 DESCRIPTION="Prediction of transmembrane helices in proteins" HOMEPAGE="http://www.cbs.dtu.dk/services/TMHMM/" @@ -21,6 +21,7 @@ pkg_nofetch() { } src_prepare() { + default sed -i '1 i #!/usr/bin/env perl' "${S}"/bin/tmhmm* || die sed -i '1 a $opt_basedir = "/opt/tmhmm";' "${S}"/bin/tmhmm || die }
