diff options
author | David Seifert <soap@gentoo.org> | 2022-07-07 21:57:01 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-07-07 21:57:01 +0200 |
commit | 30751b2e7db0032834597efeab1b9f45623dbaee (patch) | |
tree | ca1718eeb6c3097f1b43ee1aaba90b21e69fd8bc /sci-biology | |
parent | sci-biology/maq: update EAPI 6 -> 8 (diff) | |
download | gentoo-30751b2e7db0032834597efeab1b9f45623dbaee.tar.gz gentoo-30751b2e7db0032834597efeab1b9f45623dbaee.tar.bz2 gentoo-30751b2e7db0032834597efeab1b9f45623dbaee.zip |
sci-biology/maqview: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/maqview/maqview-0.2.5-r4.ebuild (renamed from sci-biology/maqview/maqview-0.2.5-r3.ebuild) | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sci-biology/maqview/maqview-0.2.5-r3.ebuild b/sci-biology/maqview/maqview-0.2.5-r4.ebuild index 2d6574217029..80cf5c0f9410 100644 --- a/sci-biology/maqview/maqview-0.2.5-r3.ebuild +++ b/sci-biology/maqview/maqview-0.2.5-r4.ebuild @@ -1,17 +1,17 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit autotools DESCRIPTION="GUI for sci-biology/maq, a short read mapping assembler" HOMEPAGE="http://maq.sourceforge.net/" SRC_URI="mirror://sourceforge/maq/${P}.tar.gz" +S="${WORKDIR}/${PN}" LICENSE="GPL-3" SLOT="0" -IUSE="" KEYWORDS="~amd64 ~x86" DEPEND=" @@ -20,8 +20,6 @@ DEPEND=" RDEPEND="${DEPEND} sci-biology/maq" -S="${WORKDIR}/${PN}" - PATCHES=( "${FILESDIR}"/${PV}-ldflags.patch "${FILESDIR}"/${PV}-zlib.patch |