From: Mike Gilbert Date: Mon, 27 Nov 2017 15:04:39 +0000 (-0500) Subject: dev-vcs/git-tools: drop eutils X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=a27291bf65cb0a4e768bee7084514c015385190f;p=gentoo.git dev-vcs/git-tools: drop eutils Package-Manager: Portage-2.3.15, Repoman-2.3.6_p7 --- diff --git a/dev-vcs/git-tools/git-tools-2017.10.ebuild b/dev-vcs/git-tools/git-tools-2017.10.ebuild index b5eaaffb3d63..a5ac828c614e 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"