From 2bbfea463543a752d4187ebf3f12556a07aee8cd Mon Sep 17 00:00:00 2001 From: David Seifert Date: Thu, 20 Apr 2017 15:56:12 +0200 Subject: sci-astronomy/casacore: [QA] Add missing python metadata variables Package-Manager: Portage-2.3.5, Repoman-2.3.2 --- sci-astronomy/casacore/casacore-2.0.3.ebuild | 10 +++++++--- sci-astronomy/casacore/casacore-2.1.0.ebuild | 10 +++++++--- 2 files changed, 14 insertions(+), 6 deletions(-) (limited to 'sci-astronomy') 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 ) -- cgit v1.2.3-65-gdbad