commit: da0a912e1a7434fde3502e616e3308e2d85fcf7f
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 20 15:39:42 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 16:38:36 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da0a912e
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 b417e1109f8..27686ff47ae 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 67c5eefd10c..8f110367674 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 )