commit: f1b3eaebc8767d0e52dcac8ff2847cc16beb1f8a
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 18 22:40:01 2016 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sun Sep 18 22:40:44 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1b3eaeb
dev-python/pycares: remove unused eutils inherit
Package-Manager: portage-2.3.0
dev-python/pycares/pycares-2.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pycares/pycares-2.1.0.ebuild
b/dev-python/pycares/pycares-2.1.0.ebuild
index 23c4522..5cc5d52 100644
--- a/dev-python/pycares/pycares-2.1.0.ebuild
+++ b/dev-python/pycares/pycares-2.1.0.ebuild
@@ -5,7 +5,7 @@
EAPI=6
PYTHON_COMPAT=( python{2_7,3_{4,5}} )
-inherit eutils distutils-r1
+inherit distutils-r1
DESCRIPTION="Python interface for c-ares"
HOMEPAGE="https://github.com/saghul/pycares/"