Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Tue, 09 Jan 2018 10:21:53
Message-Id: 1515493278.35bab31cf7eddeb14cace10ee3e713c881cc0447.ulm@gentoo
1 commit: 35bab31cf7eddeb14cace10ee3e713c881cc0447
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 2 10:16:25 2018 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 9 10:21:18 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35bab31c
7
8 versionator.eclass: inherit estack rather than eutils.
9
10 The only functions needed from eutils.eclass are eshopts_push and
11 eshopts_pop, which have been split off to estack.eclass.
12
13 See also commit 401ef96525d8c21c33bdd6e88e475e09f3a42717
14 (in historical.git) which added the eutils inherit.
15
16 Closes: https://bugs.gentoo.org/643022
17
18 eclass/versionator.eclass | 4 ++--
19 1 file changed, 2 insertions(+), 2 deletions(-)
20
21 diff --git a/eclass/versionator.eclass b/eclass/versionator.eclass
22 index 7c03c1e1b23..54d77a30b01 100644
23 --- a/eclass/versionator.eclass
24 +++ b/eclass/versionator.eclass
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2014 Gentoo Foundation
27 +# Copyright 1999-2018 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29
30 # @ECLASS: versionator.eclass
31 @@ -28,7 +28,7 @@
32 if [[ -z ${_VERSIONATOR_ECLASS} ]]; then
33 _VERSIONATOR_ECLASS=1
34
35 -inherit eutils
36 +inherit estack
37
38 # @FUNCTION: get_all_version_components
39 # @USAGE: [version]