Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] [PATCH] autotools-utils.eclass: Add split inherits for past eutils functions
Date: Sat, 25 Mar 2017 11:38:18
Message-Id: 20170325113752.13111-1-mgorny@gentoo.org
1 ---
2 eclass/autotools-utils.eclass | 5 +++--
3 1 file changed, 3 insertions(+), 2 deletions(-)
4
5 diff --git a/eclass/autotools-utils.eclass b/eclass/autotools-utils.eclass
6 index 365d15f4bf06..f8d2c7fdc247 100644
7 --- a/eclass/autotools-utils.eclass
8 +++ b/eclass/autotools-utils.eclass
9 @@ -1,4 +1,4 @@
10 -# Copyright 1999-2015 Gentoo Foundation
11 +# Copyright 1999-2017 Gentoo Foundation
12 # Distributed under the terms of the GNU General Public License v2
13
14 # @ECLASS: autotools-utils.eclass
15 @@ -113,7 +113,8 @@ esac
16 # appropriate packages to DEPEND yourself.
17 [[ ${AUTOTOOLS_AUTORECONF} ]] || : ${AUTOTOOLS_AUTO_DEPEND:=no}
18
19 -inherit autotools eutils libtool
20 +# eutils for eqawarn, path_exists
21 +inherit autotools epatch eutils libtool ltprune
22
23 EXPORT_FUNCTIONS src_prepare src_configure src_compile src_install src_test
24
25 --
26 2.12.1

Replies