Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Fri, 14 Apr 2017 16:28:08
Message-Id: 1492187266.406e377f287b34bd1918c50099a33cf1b6e83138.mgorny@gentoo
1 commit: 406e377f287b34bd1918c50099a33cf1b6e83138
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 25 11:43:45 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 14 16:27:46 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=406e377f
7
8 git-r3.eclass: Remove unused eutils inherit
9
10 eclass/git-r3.eclass | 8 +-------
11 1 file changed, 1 insertion(+), 7 deletions(-)
12
13 diff --git a/eclass/git-r3.eclass b/eclass/git-r3.eclass
14 index 1b49f66f5f0..bc7d4d92029 100644
15 --- a/eclass/git-r3.eclass
16 +++ b/eclass/git-r3.eclass
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2015 Gentoo Foundation
19 +# Copyright 1999-2017 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 # @ECLASS: git-r3.eclass
23 @@ -17,12 +17,6 @@ case "${EAPI:-0}" in
24 ;;
25 esac
26
27 -if [[ ! ${_GIT_R3} ]]; then
28 -
29 -inherit eutils
30 -
31 -fi
32 -
33 EXPORT_FUNCTIONS src_unpack
34
35 if [[ ! ${_GIT_R3} ]]; then