summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-03-25 12:34:18 +0100
committerMichał Górny <mgorny@gentoo.org>2017-04-14 18:27:48 +0200
commitb4434bcfd458874797c576aee5f48fb42d861507 (patch)
tree5b41edb594ac1ea8a4cdbe2b1cc3afe97e958233 /eclass
parentgit-r3.eclass: Remove unused eutils inherit (diff)
downloadgentoo-b4434bcfd458874797c576aee5f48fb42d861507.tar.gz
gentoo-b4434bcfd458874797c576aee5f48fb42d861507.tar.bz2
gentoo-b4434bcfd458874797c576aee5f48fb42d861507.zip
autotools-utils.eclass: Add split inherits for past eutils functions
Diffstat (limited to 'eclass')
-rw-r--r--eclass/autotools-utils.eclass5
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/autotools-utils.eclass b/eclass/autotools-utils.eclass
index 365d15f4bf06..f8d2c7fdc247 100644
--- a/eclass/autotools-utils.eclass
+++ b/eclass/autotools-utils.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: autotools-utils.eclass
@@ -113,7 +113,8 @@ esac
# appropriate packages to DEPEND yourself.
[[ ${AUTOTOOLS_AUTORECONF} ]] || : ${AUTOTOOLS_AUTO_DEPEND:=no}
-inherit autotools eutils libtool
+# eutils for eqawarn, path_exists
+inherit autotools epatch eutils libtool ltprune
EXPORT_FUNCTIONS src_prepare src_configure src_compile src_install src_test