diff options
author | David Seifert <soap@gentoo.org> | 2022-07-07 21:56:58 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-07-07 21:56:58 +0200 |
commit | 0fd274e29ed8e177eb9fac185c3d2cfcb9363d77 (patch) | |
tree | ee791f2994a2ac490f05798192ef35a531e1b224 /sci-biology | |
parent | sci-biology/iedera: update EAPI 6 -> 8 (diff) | |
download | gentoo-0fd274e29ed8e177eb9fac185c3d2cfcb9363d77.tar.gz gentoo-0fd274e29ed8e177eb9fac185c3d2cfcb9363d77.tar.bz2 gentoo-0fd274e29ed8e177eb9fac185c3d2cfcb9363d77.zip |
sci-biology/iqpnni: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/iqpnni/iqpnni-3.3.2-r2.ebuild (renamed from sci-biology/iqpnni/iqpnni-3.3.2-r1.ebuild) | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/sci-biology/iqpnni/iqpnni-3.3.2-r1.ebuild b/sci-biology/iqpnni/iqpnni-3.3.2-r2.ebuild index 1edeeada187b..4175330026a1 100644 --- a/sci-biology/iqpnni/iqpnni-3.3.2-r1.ebuild +++ b/sci-biology/iqpnni/iqpnni-3.3.2-r2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DESCRIPTION="Important Quartet Puzzling and NNI Operation" HOMEPAGE="http://www.cibiv.at/software/iqpnni/" @@ -12,18 +12,15 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc" -DEPEND="" -RDEPEND="${DEPEND}" - PATCHES=( - "${FILESDIR}/${P}-cpp14.patch" # bug #594332 + "${FILESDIR}"/${P}-cpp14.patch # bug #594332 ) src_install() { dobin src/iqpnni if use doc ; then - HTML_DOCS+=( manual/iqpnni-manual.html ) + HTML_DOCS=( manual/iqpnni-manual.html ) dodoc manual/iqpnni-manual.pdf fi einstalldocs |