diff options
author | David Seifert <soap@gentoo.org> | 2017-04-20 17:08:55 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-20 18:38:04 +0200 |
commit | 7c8c6947c2e488a87fd549ce73d316d7c992bafa (patch) | |
tree | c11c985b791a5146a2a2edd18230f3218e87644b /sci-chemistry | |
parent | sci-chemistry/pymol-plugins-dssp: [QA] Add missing python metadata variables (diff) | |
download | gentoo-7c8c6947c2e488a87fd549ce73d316d7c992bafa.tar.gz gentoo-7c8c6947c2e488a87fd549ce73d316d7c992bafa.tar.bz2 gentoo-7c8c6947c2e488a87fd549ce73d316d7c992bafa.zip |
sci-chemistry/pymol-plugins-msms: [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/pymol-plugins-msms/pymol-plugins-msms-100415-r1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sci-chemistry/pymol-plugins-msms/pymol-plugins-msms-100415-r1.ebuild b/sci-chemistry/pymol-plugins-msms/pymol-plugins-msms-100415-r1.ebuild index 13b7ebf66b7c..33c7dbf9be7d 100644 --- a/sci-chemistry/pymol-plugins-msms/pymol-plugins-msms-100415-r1.ebuild +++ b/sci-chemistry/pymol-plugins-msms/pymol-plugins-msms-100415-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -15,8 +15,10 @@ SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" LICENSE="BSD pymol" IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" + ${PYTHON_DEPS} sci-chemistry/msms-bin sci-chemistry/pymol[${PYTHON_USEDEP}]" DEPEND="${RDEPEND}" |