From da0a912e1a7434fde3502e616e3308e2d85fcf7f Mon Sep 17 00:00:00 2001 From: David Seifert Date: Thu, 20 Apr 2017 17:39:42 +0200 Subject: [PATCH] sci-libs/grib_api: [QA] Add missing python metadata variables Package-Manager: Portage-2.3.5, Repoman-2.3.2 --- sci-libs/grib_api/grib_api-1.11.0.ebuild | 7 +++++-- sci-libs/grib_api/grib_api-1.14.5.ebuild | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/sci-libs/grib_api/grib_api-1.11.0.ebuild b/sci-libs/grib_api/grib_api-1.11.0.ebuild index b417e1109f89e..27686ff47ae31 100644 --- a/sci-libs/grib_api/grib_api-1.11.0.ebuild +++ b/sci-libs/grib_api/grib_api-1.11.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=5 @@ -31,7 +31,10 @@ RDEPEND=" ) netcdf? ( sci-libs/netcdf ) png? ( media-libs/libpng:0= ) - python? ( dev-python/numpy[${PYTHON_USEDEP}] )" + python? ( + ${PYTHON_DEPS} + dev-python/numpy[${PYTHON_USEDEP}] + )" DEPEND="${RDEPEND} python? ( dev-lang/swig )" diff --git a/sci-libs/grib_api/grib_api-1.14.5.ebuild b/sci-libs/grib_api/grib_api-1.14.5.ebuild index 67c5eefd10c61..8f11036767415 100644 --- a/sci-libs/grib_api/grib_api-1.14.5.ebuild +++ b/sci-libs/grib_api/grib_api-1.14.5.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 @@ -30,7 +30,10 @@ RDEPEND=" jpeg2k? ( media-libs/jasper:= ) netcdf? ( sci-libs/netcdf:= ) png? ( media-libs/libpng:= ) - python? ( dev-python/numpy[${PYTHON_USEDEP}] )" + python? ( + ${PYTHON_DEPS} + dev-python/numpy[${PYTHON_USEDEP}] + )" DEPEND="${RDEPEND} python? ( dev-lang/swig )