aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-03-06 11:55:20 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-03-06 11:55:20 +0100
commit8c1ffa7691ba443546d60a7bbafcb3b3be4e54f6 (patch)
tree4ae75f288f267e5113266d39e42c4daa975cc978 /sci-biology
parentsci-biology/epga: EAPI bump (diff)
downloadsci-8c1ffa7691ba443546d60a7bbafcb3b3be4e54f6.tar.gz
sci-8c1ffa7691ba443546d60a7bbafcb3b3be4e54f6.tar.bz2
sci-8c1ffa7691ba443546d60a7bbafcb3b3be4e54f6.zip
sci-biology/fastdnaml: 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/fastdnaml/fastdnaml-1.2.2_p10.ebuild9
1 files changed, 3 insertions, 6 deletions
diff --git a/sci-biology/fastdnaml/fastdnaml-1.2.2_p10.ebuild b/sci-biology/fastdnaml/fastdnaml-1.2.2_p10.ebuild
index bda2a666c..fe4bc2f25 100644
--- a/sci-biology/fastdnaml/fastdnaml-1.2.2_p10.ebuild
+++ b/sci-biology/fastdnaml/fastdnaml-1.2.2_p10.ebuild
@@ -1,9 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
-
-inherit eutils
+EAPI=7
DEB_PATCHLVL=10
@@ -15,15 +13,14 @@ SRC_URI="
LICENSE="GPL-2"
SLOT="0"
-IUSE=""
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}"/fastDNAml_${PV%_p*}
src_prepare() {
mv ../debian . || die
- EPATCH_OPTS="-p1" \
- epatch debian/patches/*patch
+ default
+ eapply debian/patches/*patch
}
src_install() {