aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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() {