diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-03-25 12:43:45 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-04-14 18:27:46 +0200 |
commit | 406e377f287b34bd1918c50099a33cf1b6e83138 (patch) | |
tree | 26d70c52e50cee38e5c17d33c994a6b62e024a6b /eclass/git-r3.eclass | |
parent | licenses: Remove creduce which is a duplicate of UoI-NCSA. (diff) | |
download | gentoo-406e377f287b34bd1918c50099a33cf1b6e83138.tar.gz gentoo-406e377f287b34bd1918c50099a33cf1b6e83138.tar.bz2 gentoo-406e377f287b34bd1918c50099a33cf1b6e83138.zip |
git-r3.eclass: Remove unused eutils inherit
Diffstat (limited to 'eclass/git-r3.eclass')
-rw-r--r-- | eclass/git-r3.eclass | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/eclass/git-r3.eclass b/eclass/git-r3.eclass index 1b49f66f5f00..bc7d4d920299 100644 --- a/eclass/git-r3.eclass +++ b/eclass/git-r3.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # @ECLASS: git-r3.eclass @@ -17,12 +17,6 @@ case "${EAPI:-0}" in ;; esac -if [[ ! ${_GIT_R3} ]]; then - -inherit eutils - -fi - EXPORT_FUNCTIONS src_unpack if [[ ! ${_GIT_R3} ]]; then |