Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Fri, 14 Apr 2017 16:28:09
Message-Id: 1492187268.b4434bcfd458874797c576aee5f48fb42d861507.mgorny@gentoo
1 commit: b4434bcfd458874797c576aee5f48fb42d861507
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 25 11:34:18 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 14 16:27:48 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4434bcf
7
8 autotools-utils.eclass: Add split inherits for past eutils functions
9
10 eclass/autotools-utils.eclass | 5 +++--
11 1 file changed, 3 insertions(+), 2 deletions(-)
12
13 diff --git a/eclass/autotools-utils.eclass b/eclass/autotools-utils.eclass
14 index 365d15f4bf0..f8d2c7fdc24 100644
15 --- a/eclass/autotools-utils.eclass
16 +++ b/eclass/autotools-utils.eclass
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2015 Gentoo Foundation
19 +# Copyright 1999-2017 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 # @ECLASS: autotools-utils.eclass
23 @@ -113,7 +113,8 @@ esac
24 # appropriate packages to DEPEND yourself.
25 [[ ${AUTOTOOLS_AUTORECONF} ]] || : ${AUTOTOOLS_AUTO_DEPEND:=no}
26
27 -inherit autotools eutils libtool
28 +# eutils for eqawarn, path_exists
29 +inherit autotools epatch eutils libtool ltprune
30
31 EXPORT_FUNCTIONS src_prepare src_configure src_compile src_install src_test