diff options
author | David Seifert <soap@gentoo.org> | 2017-04-20 16:59:01 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-20 18:37:39 +0200 |
commit | b47b135a742854729037e768de2e8009598f3ab6 (patch) | |
tree | 0a2f1022083373e698ca7eac1fab6a2676ad1058 /sci-chemistry | |
parent | sci-chemistry/eden: [QA] Add missing python metadata variables (diff) | |
download | gentoo-b47b135a742854729037e768de2e8009598f3ab6.tar.gz gentoo-b47b135a742854729037e768de2e8009598f3ab6.tar.bz2 gentoo-b47b135a742854729037e768de2e8009598f3ab6.zip |
sci-chemistry/prodecomp: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/prodecomp/prodecomp-3.0-r1.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sci-chemistry/prodecomp/prodecomp-3.0-r1.ebuild b/sci-chemistry/prodecomp/prodecomp-3.0-r1.ebuild index afc3e2510ce2..ad5fb6271a2b 100644 --- a/sci-chemistry/prodecomp/prodecomp-3.0-r1.ebuild +++ b/sci-chemistry/prodecomp/prodecomp-3.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -16,9 +16,11 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="examples" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" -RDEPEND="sci-libs/scipy[${PYTHON_USEDEP}]" -DEPEND="" +DEPEND="${PYTHON_DEPS}" +RDEPEND="${DEPEND} + sci-libs/scipy[${PYTHON_USEDEP}]" S="${WORKDIR}"/NMRProjAnalys |