commit: 1286481b0c4807a0321ce180307d21b08de210db Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Mar 12 06:21:45 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Mar 12 06:22:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1286481b
sci-biology/glimmerhmm: update EAPI 7 -> 8 Signed-off-by: Sam James <sam <AT> gentoo.org> sci-biology/glimmerhmm/glimmerhmm-3.0.4.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sci-biology/glimmerhmm/glimmerhmm-3.0.4.ebuild b/sci-biology/glimmerhmm/glimmerhmm-3.0.4.ebuild index 2d6a82ffba0e..829e79d4db85 100644 --- a/sci-biology/glimmerhmm/glimmerhmm-3.0.4.ebuild +++ b/sci-biology/glimmerhmm/glimmerhmm-3.0.4.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit toolchain-funcs @@ -10,13 +10,12 @@ MY_P=GlimmerHMM DESCRIPTION="A eukaryotic gene finding system from TIGR" HOMEPAGE="http://www.cbcb.umd.edu/software/GlimmerHMM/" SRC_URI="https://ccb.jhu.edu/software/glimmerhmm/dl/${MY_P}-${PV}.tar.gz" +S="${WORKDIR}/${MY_P}" LICENSE="Artistic" SLOT="0" KEYWORDS="~amd64 ~x86" -S="${WORKDIR}/${MY_P}" - PATCHES=( "${FILESDIR}"/${PV}-gentoo.patch "${FILESDIR}"/${PN}-3.0.1-fix-data-path.patch
