diff options
Diffstat (limited to 'sci-astronomy/casacore')
-rw-r--r-- | sci-astronomy/casacore/casacore-2.0.3.ebuild | 10 | ||||
-rw-r--r-- | sci-astronomy/casacore/casacore-2.1.0.ebuild | 10 |
2 files changed, 14 insertions, 6 deletions
diff --git a/sci-astronomy/casacore/casacore-2.0.3.ebuild b/sci-astronomy/casacore/casacore-2.0.3.ebuild index 9935c87682f8..6742a90e7159 100644 --- a/sci-astronomy/casacore/casacore-2.0.3.ebuild +++ b/sci-astronomy/casacore/casacore-2.0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,6 +16,7 @@ LICENSE="GPL-2" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" SLOT="0" IUSE="c++11 +data doc fftw hdf5 openmp python threads test" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND=" sci-astronomy/wcslib:0= @@ -26,8 +27,11 @@ RDEPEND=" data? ( sci-astronomy/casa-data ) fftw? ( sci-libs/fftw:3.0= ) hdf5? ( sci-libs/hdf5:0= ) - python? ( dev-libs/boost:0=[python,${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] )" + python? ( + ${PYTHON_DEPS} + dev-libs/boost:0=[python,${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] + )" DEPEND="${RDEPEND} virtual/pkgconfig doc? ( app-doc/doxygen ) diff --git a/sci-astronomy/casacore/casacore-2.1.0.ebuild b/sci-astronomy/casacore/casacore-2.1.0.ebuild index 0d90bfb3f67c..064b4da1bc65 100644 --- a/sci-astronomy/casacore/casacore-2.1.0.ebuild +++ b/sci-astronomy/casacore/casacore-2.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,6 +16,7 @@ LICENSE="GPL-2" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" SLOT="0" IUSE="c++11 +data doc fftw hdf5 openmp python threads test" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND=" sci-astronomy/wcslib:0= @@ -26,8 +27,11 @@ RDEPEND=" data? ( sci-astronomy/casa-data ) fftw? ( sci-libs/fftw:3.0= ) hdf5? ( sci-libs/hdf5:0= ) - python? ( dev-libs/boost:0=[python,${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] )" + python? ( + ${PYTHON_DEPS} + dev-libs/boost:0=[python,${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] + )" DEPEND="${RDEPEND} virtual/pkgconfig doc? ( app-doc/doxygen ) |