diff options
author | Mike Gilbert <floppym@gentoo.org> | 2017-11-27 10:04:39 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2017-11-27 10:04:39 -0500 |
commit | a27291bf65cb0a4e768bee7084514c015385190f (patch) | |
tree | f055b31652b7851963f5f7d784eddb3a0c157452 /dev-vcs | |
parent | dev-vcs/git-tools: bump to 2017.10 (diff) | |
download | gentoo-a27291bf65cb0a4e768bee7084514c015385190f.tar.gz gentoo-a27291bf65cb0a4e768bee7084514c015385190f.tar.bz2 gentoo-a27291bf65cb0a4e768bee7084514c015385190f.zip |
dev-vcs/git-tools: drop eutils
Package-Manager: Portage-2.3.15, Repoman-2.3.6_p7
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git-tools/git-tools-2017.10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |