diff options
author | Ulrich Müller <ulm@gentoo.org> | 2018-01-02 11:16:25 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2018-01-09 11:21:18 +0100 |
commit | 35bab31cf7eddeb14cace10ee3e713c881cc0447 (patch) | |
tree | eebe818f89cd88287a7cf8c4d5074e06de6658b7 /eclass/versionator.eclass | |
parent | dev-vcs/tortoisehg: Drop 4.3.1 (diff) | |
download | gentoo-35bab31cf7eddeb14cace10ee3e713c881cc0447.tar.gz gentoo-35bab31cf7eddeb14cace10ee3e713c881cc0447.tar.bz2 gentoo-35bab31cf7eddeb14cace10ee3e713c881cc0447.zip |
versionator.eclass: inherit estack rather than eutils.
The only functions needed from eutils.eclass are eshopts_push and
eshopts_pop, which have been split off to estack.eclass.
See also commit 401ef96525d8c21c33bdd6e88e475e09f3a42717
(in historical.git) which added the eutils inherit.
Closes: https://bugs.gentoo.org/643022
Diffstat (limited to 'eclass/versionator.eclass')
-rw-r--r-- | eclass/versionator.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/versionator.eclass b/eclass/versionator.eclass index 7c03c1e1b23a..54d77a30b015 100644 --- a/eclass/versionator.eclass +++ b/eclass/versionator.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # @ECLASS: versionator.eclass @@ -28,7 +28,7 @@ if [[ -z ${_VERSIONATOR_ECLASS} ]]; then _VERSIONATOR_ECLASS=1 -inherit eutils +inherit estack # @FUNCTION: get_all_version_components # @USAGE: [version] |