Gentoo Archives: gentoo-dev

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] [PATCH] versionator.eclass: inherit estack rather than eutils.
Date: Tue, 02 Jan 2018 10:20:02
Message-Id: 23115.23749.578276.796963@a1i15.kph.uni-mainz.de
1 The only functions needed from the eutils.eclass are eshopts_push and
2 eshopts_pop, which have been split off to estack.eclass.
3
4 See also commit 401ef96525d8c21c33bdd6e88e475e09f3a42717
5 (in historical.git) which added the eutils inherit.
6 ---
7 eclass/versionator.eclass | 4 ++--
8 1 file changed, 2 insertions(+), 2 deletions(-)
9
10 diff --git a/eclass/versionator.eclass b/eclass/versionator.eclass
11 index 7c03c1e1b23a..54d77a30b015 100644
12 --- a/eclass/versionator.eclass
13 +++ b/eclass/versionator.eclass
14 @@ -1,4 +1,4 @@
15 -# Copyright 1999-2014 Gentoo Foundation
16 +# Copyright 1999-2018 Gentoo Foundation
17 # Distributed under the terms of the GNU General Public License v2
18
19 # @ECLASS: versionator.eclass
20 @@ -28,7 +28,7 @@
21 if [[ -z ${_VERSIONATOR_ECLASS} ]]; then
22 _VERSIONATOR_ECLASS=1
23
24 -inherit eutils
25 +inherit estack
26
27 # @FUNCTION: get_all_version_components
28 # @USAGE: [version]
29 --
30 2.15.1