diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-12 11:18:09 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-12 16:31:15 +0100 |
commit | 408117a5da23324acae5629b8230c04523846033 (patch) | |
tree | 9e4f5a0ff733d35d25f34f9e26612dec9a8b3208 /sci-biology | |
parent | sci-biology/emboss: EAPI-7 bump, minor style (diff) | |
download | gentoo-408117a5da23324acae5629b8230c04523846033.tar.gz gentoo-408117a5da23324acae5629b8230c04523846033.tar.bz2 gentoo-408117a5da23324acae5629b8230c04523846033.zip |
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@gentoo.org>
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/embassy-mse/embassy-mse-3.0.0.660.ebuild | 6 |
1 files 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 c22970155918..f3b553cd1d62 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() { |