diff options
author | Andrey Grozin <grozin@gentoo.org> | 2016-02-23 17:04:50 +0600 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2016-02-23 17:04:50 +0600 |
commit | 58b552d59bd616bf2b54a2139c7fc3c4678cb1f8 (patch) | |
tree | c6b87ee670524d3b52b99cbbff6beee8e4fbfdd7 /dev-python/spyder | |
parent | app-misc/vifm: Drop old (diff) | |
download | gentoo-58b552d59bd616bf2b54a2139c7fc3c4678cb1f8.tar.gz gentoo-58b552d59bd616bf2b54a2139c7fc3c4678cb1f8.tar.bz2 gentoo-58b552d59bd616bf2b54a2139c7fc3c4678cb1f8.zip |
dev-python/spyder: inherit eutils in spyder-2.3.8.ebuild
Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-python/spyder')
-rw-r--r-- | dev-python/spyder/spyder-2.3.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/spyder/spyder-2.3.8.ebuild b/dev-python/spyder/spyder-2.3.8.ebuild index ef9c7d8e5e30..2dd7841a1da6 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" |