diff options
Diffstat (limited to 'dev-python/dynd-python/dynd-python-0.6.5.ebuild')
-rw-r--r-- | dev-python/dynd-python/dynd-python-0.6.5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/dynd-python/dynd-python-0.6.5.ebuild b/dev-python/dynd-python/dynd-python-0.6.5.ebuild index bc001a72856..05a89c06c00 100644 --- a/dev-python/dynd-python/dynd-python-0.6.5.ebuild +++ b/dev-python/dynd-python/dynd-python-0.6.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -15,13 +15,13 @@ HOMEPAGE="https://github.com/ContinuumIO/dynd-python" SRC_URI="https://github.com/ContinuumIO/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" - SLOT="0" KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" - IUSE="doc test" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" + ${PYTHON_DEPS} ~dev-libs/libdynd-${PV} >=dev-python/numpy-1.5[${PYTHON_USEDEP}] " |