Skip to content

Commit

Permalink
git-r3.eclass: Remove unused eutils inherit
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Apr 14, 2017
1 parent e5f6b66 commit 406e377
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions eclass/git-r3.eclass
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -17,12 +17,6 @@ case "${EAPI:-0}" in
;;
esac

if [[ ! ${_GIT_R3} ]]; then

inherit eutils

fi

EXPORT_FUNCTIONS src_unpack

if [[ ! ${_GIT_R3} ]]; then
Expand Down

0 comments on commit 406e377

Please sign in to comment.