summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-06-21 15:49:29 +0200
committerDavid Seifert <soap@gentoo.org>2020-06-21 15:49:29 +0200
commite551399e2f1a78e5037eb8930c0a53e11d97618c (patch)
tree86503eb9d2c0ad99769355241a9204759a5008c2 /sci-biology/mcl/mcl-14.137.ebuild
parentapp-antivirus/clamav: new revision to unbundle tomsfastmath. (diff)
downloadgentoo-e551399e2f1a78e5037eb8930c0a53e11d97618c.tar.gz
gentoo-e551399e2f1a78e5037eb8930c0a53e11d97618c.tar.bz2
gentoo-e551399e2f1a78e5037eb8930c0a53e11d97618c.zip
sci-biology/mcl: [QA] Call AM_PROG_AR
Closes: https://bugs.gentoo.org/725326 Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-biology/mcl/mcl-14.137.ebuild')
-rw-r--r--sci-biology/mcl/mcl-14.137.ebuild16
1 files changed, 7 insertions, 9 deletions
diff --git a/sci-biology/mcl/mcl-14.137.ebuild b/sci-biology/mcl/mcl-14.137.ebuild
index e48198deca29..40c96e8a4b12 100644
--- a/sci-biology/mcl/mcl-14.137.ebuild
+++ b/sci-biology/mcl/mcl-14.137.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
inherit autotools
@@ -16,16 +16,14 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+blast"
-PATCHES=("${FILESDIR}/${P}-qa-implicit-declarations.patch")
S="${WORKDIR}/${MY_P}"
+PATCHES=(
+ "${FILESDIR}"/${P}-qa-implicit-declarations.patch
+ "${FILESDIR}"/${P}-fix-autotools.patch
+)
+
src_prepare() {
- find \
- -name Makefile.am \
- -exec sed \
- -e '/docdir/d' \
- -e '/exampledir/s:doc::g' \
- -i '{}' + || die
default
eautoreconf
}