diff options
author | David Seifert <soap@gentoo.org> | 2017-04-20 17:10:40 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-20 18:38:11 +0200 |
commit | a5d3e1fa4844ce74fa45c53c483bd7b3126de776 (patch) | |
tree | ef6ebd1611e2d81d589d520448ad00ab33685e85 /sci-chemistry | |
parent | sci-chemistry/pymol-plugins-msms: [QA] Add missing python metadata variables (diff) | |
download | gentoo-a5d3e1fa4844ce74fa45c53c483bd7b3126de776.tar.gz gentoo-a5d3e1fa4844ce74fa45c53c483bd7b3126de776.tar.bz2 gentoo-a5d3e1fa4844ce74fa45c53c483bd7b3126de776.zip |
sci-chemistry/vmd: [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/vmd/vmd-1.9.2.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sci-chemistry/vmd/vmd-1.9.2.ebuild b/sci-chemistry/vmd/vmd-1.9.2.ebuild index c51bbd0e9a7d..347a8c9a751f 100644 --- a/sci-chemistry/vmd/vmd-1.9.2.ebuild +++ b/sci-chemistry/vmd/vmd-1.9.2.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 @@ -17,6 +17,7 @@ SLOT="0" LICENSE="vmd" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="cuda gromacs msms povray sqlite tachyon xinerama" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" RESTRICT="fetch" @@ -32,6 +33,7 @@ CDEPEND=" >=x11-libs/fltk-1.1.10-r2:1 x11-libs/libXft x11-libs/libXi + ${PYTHON_DEPS} cuda? ( >=dev-util/nvidia-cuda-toolkit-4.2.9-r1:= ) gromacs? ( >=sci-chemistry/gromacs-5.0.4-r1[tng] ) sqlite? ( dev-db/sqlite:3= ) |