commit: 58b552d59bd616bf2b54a2139c7fc3c4678cb1f8
Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 23 11:04:50 2016 +0000
Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Tue Feb 23 11:04:50 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58b552d5
dev-python/spyder: inherit eutils in spyder-2.3.8.ebuild
Package-Manager: portage-2.2.27
dev-python/spyder/spyder-2.3.8.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/spyder/spyder-2.3.8.ebuild
b/dev-python/spyder/spyder-2.3.8.ebuild
index ef9c7d8..2dd7841 100644
--- a/dev-python/spyder/spyder-2.3.8.ebuild
+++ b/dev-python/spyder/spyder-2.3.8.ebuild
@@ -6,7 +6,7 @@ EAPI=6
PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
-inherit distutils-r1
+inherit eutils distutils-r1
DESCRIPTION="Python IDE with matlab-like features"
HOMEPAGE="https://github.com/spyder-ide/spyder"