Gentoo Archives: gentoo-dev

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

Attachments

File name MIME type
signature.asc application/pgp-signature