aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-03-06 13:54:33 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-03-06 13:54:33 +0100
commit4839243ce2d0d5f8c3697e51ba053d6cb4e33544 (patch)
tree90f0c7a0091fef8b4b140cc8e4cf3efed9af9b1d /sci-biology
parentsci-biology/nextclip: EAPI bump (diff)
downloadsci-4839243ce2d0d5f8c3697e51ba053d6cb4e33544.tar.gz
sci-4839243ce2d0d5f8c3697e51ba053d6cb4e33544.tar.bz2
sci-4839243ce2d0d5f8c3697e51ba053d6cb4e33544.zip
sci-biology/nrcl: EAPI bump
Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'sci-biology')
-rw-r--r--sci-biology/nrcl/nrcl-110625.ebuild13
1 files changed, 8 insertions, 5 deletions
diff --git a/sci-biology/nrcl/nrcl-110625.ebuild b/sci-biology/nrcl/nrcl-110625.ebuild
index f784a8d73..2538beab6 100644
--- a/sci-biology/nrcl/nrcl-110625.ebuild
+++ b/sci-biology/nrcl/nrcl-110625.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
-inherit eutils toolchain-funcs
+inherit toolchain-funcs
DESCRIPTION="Containment clustering and layout utility for processing pairwise alignments"
HOMEPAGE="https://web.archive.org/web/20140726030702/http://compbio.dfci.harvard.edu/tgi/software/"
@@ -14,12 +14,15 @@ SRC_URI="
LICENSE="Artistic"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
-S="${WORKDIR}"/${PN}
+S="${WORKDIR}/${PN}"
+
+PATCHES=(
+ "${FILESDIR}/${PV}-build.patch"
+)
src_prepare() {
- epatch "${FILESDIR}"/${PV}-build.patch
+ default
tc-export CXX
}