commit: a27291bf65cb0a4e768bee7084514c015385190f
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 27 15:04:39 2017 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Nov 27 15:04:39 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a27291bf
dev-vcs/git-tools: drop eutils
Package-Manager: Portage-2.3.15, Repoman-2.3.6_p7
dev-vcs/git-tools/git-tools-2017.10.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-vcs/git-tools/git-tools-2017.10.ebuild
b/dev-vcs/git-tools/git-tools-2017.10.ebuild
index b5eaaffb3d6..a5ac828c614 100644
--- a/dev-vcs/git-tools/git-tools-2017.10.ebuild
+++ b/dev-vcs/git-tools/git-tools-2017.10.ebuild
@@ -3,7 +3,7 @@
EAPI=6
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-inherit eutils python-r1
+inherit python-r1
DESCRIPTION="Assorted git-related scripts"
HOMEPAGE="https://github.com/MestreLion/git-tools"