Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] [PATCH] git-r3.eclass: Remove unused eutils inherit
Date: Sat, 25 Mar 2017 11:44:57
Message-Id: 20170325114358.14634-1-mgorny@gentoo.org
1 ---
2 eclass/git-r3.eclass | 8 +-------
3 1 file changed, 1 insertion(+), 7 deletions(-)
4
5 diff --git a/eclass/git-r3.eclass b/eclass/git-r3.eclass
6 index 1b49f66f5f00..bc7d4d920299 100644
7 --- a/eclass/git-r3.eclass
8 +++ b/eclass/git-r3.eclass
9 @@ -1,4 +1,4 @@
10 -# Copyright 1999-2015 Gentoo Foundation
11 +# Copyright 1999-2017 Gentoo Foundation
12 # Distributed under the terms of the GNU General Public License v2
13
14 # @ECLASS: git-r3.eclass
15 @@ -17,12 +17,6 @@ case "${EAPI:-0}" in
16 ;;
17 esac
18
19 -if [[ ! ${_GIT_R3} ]]; then
20 -
21 -inherit eutils
22 -
23 -fi
24 -
25 EXPORT_FUNCTIONS src_unpack
26
27 if [[ ! ${_GIT_R3} ]]; then
28 --
29 2.12.1

Replies

Subject Author
Re: [gentoo-dev] [PATCH] git-r3.eclass: Remove unused eutils inherit "Michał Górny" <mgorny@g.o>