commit: 5624fa382cc62465456310df37cd03ef549c1cb8 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Sat Mar 6 12:03:33 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Sat Mar 6 12:03:33 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=5624fa38
sci-biology/hexamer: EAPI bump Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> sci-biology/hexamer/hexamer-19990330.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sci-biology/hexamer/hexamer-19990330.ebuild b/sci-biology/hexamer/hexamer-19990330.ebuild index f8c94e98a..9124e22ad 100644 --- a/sci-biology/hexamer/hexamer-19990330.ebuild +++ b/sci-biology/hexamer/hexamer-19990330.ebuild @@ -1,18 +1,17 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 inherit toolchain-funcs DESCRIPTION="Predict CDS using 6mers without deriving information from base composition" HOMEPAGE="http://www.sanger.ac.uk/resources/software" -SRC_URI="ftp://ftp.sanger.ac.uk/pub/users/rd/hexamer.tar.gz -> hexamer-19990330.tar.gz" +SRC_URI="ftp://ftp.sanger.ac.uk/pub/users/rd/${PN}.tar.gz -> ${P}.tar.gz" LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="~amd64" -IUSE="" DEPEND="" RDEPEND="${DEPEND}" @@ -20,6 +19,7 @@ RDEPEND="${DEPEND}" S="${WORKDIR}"/hexamer src_prepare(){ + default sed -e "s#cc -g#$(tc-getCC) ${CFLAGS}#" -i Makefile || die }
