commit: 408117a5da23324acae5629b8230c04523846033 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Fri Mar 12 10:18:09 2021 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Fri Mar 12 15:31:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=408117a5
sci-biology/embassy-mse: EAPI-7 bump Bug: https://bugs.gentoo.org/770262 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> sci-biology/embassy-mse/embassy-mse-3.0.0.660.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-biology/embassy-mse/embassy-mse-3.0.0.660.ebuild b/sci-biology/embassy-mse/embassy-mse-3.0.0.660.ebuild index c2297015591..f3b553cd1d6 100644 --- a/sci-biology/embassy-mse/embassy-mse-3.0.0.660.ebuild +++ b/sci-biology/embassy-mse/embassy-mse-3.0.0.660.ebuild @@ -1,10 +1,9 @@ -# 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 EBO_DESCRIPTION="MSE - Multiple Sequence Screen Editor" - EBO_EAUTORECONF=1 inherit emboss-r2 @@ -15,6 +14,7 @@ IUSE="ncurses" RDEPEND="ncurses? ( sys-libs/ncurses:0= )" S="${WORKDIR}/MSE-3.0.0.650" + PATCHES=( "${FILESDIR}"/${PN}-3.0.0.650_fix-build-system.patch ) src_configure() {
