sci-libs/grib_api: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2
This commit is contained in:
David Seifert
2017-04-20 17:39:42 +02:00
parent e3f91d375c
commit da0a912e1a
2 changed files with 10 additions and 4 deletions

View File

@@ -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 )"

View File

@@ -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 )