diff options
author | David Seifert <soap@gentoo.org> | 2017-04-20 17:39:42 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-20 18:38:36 +0200 |
commit | da0a912e1a7434fde3502e616e3308e2d85fcf7f (patch) | |
tree | 82bdc73a9aabe1ddff288a24013c5e59894b7427 /sci-libs | |
parent | sci-libs/geos: [QA] Add missing python metadata variables (diff) | |
download | gentoo-da0a912e1a7434fde3502e616e3308e2d85fcf7f.tar.gz gentoo-da0a912e1a7434fde3502e616e3308e2d85fcf7f.tar.bz2 gentoo-da0a912e1a7434fde3502e616e3308e2d85fcf7f.zip |
sci-libs/grib_api: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/grib_api/grib_api-1.11.0.ebuild | 7 | ||||
-rw-r--r-- | 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 b417e1109f89..27686ff47ae3 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 67c5eefd10c6..8f1103676741 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 ) |