aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-06-04 13:50:47 +0200
committerJustin Lecher <jlec@gentoo.org>2013-06-04 13:50:47 +0200
commita4b617f4f818dbd2d8d36c9bcb65115d488c53ba (patch)
treeeb04d81e3ebea4a94e99eabc3f7fa184432f1fbc /sci-chemistry/mgltools
parentsci-chemistry/phenix-bin: Fix for correct usage of new python eclasses (diff)
downloadsci-a4b617f4f818dbd2d8d36c9bcb65115d488c53ba.tar.gz
sci-a4b617f4f818dbd2d8d36c9bcb65115d488c53ba.tar.bz2
sci-a4b617f4f818dbd2d8d36c9bcb65115d488c53ba.zip
sci-chemistry/mgltools: Fix for correct usage of new python eclasses
Package-Manager: portage-2.2.0_alpha177 RepoMan-Options: --force
Diffstat (limited to 'sci-chemistry/mgltools')
-rw-r--r--sci-chemistry/mgltools/ChangeLog3
-rw-r--r--sci-chemistry/mgltools/mgltools-1.5.6.ebuild9
2 files changed, 9 insertions, 3 deletions
diff --git a/sci-chemistry/mgltools/ChangeLog b/sci-chemistry/mgltools/ChangeLog
index 0d7e926ff..ec9cc1419 100644
--- a/sci-chemistry/mgltools/ChangeLog
+++ b/sci-chemistry/mgltools/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 04 Jun 2013; Justin Lecher <jlec@gentoo.org> mgltools-1.5.6.ebuild:
+ Fix for correct usage of new python eclasses
+
14 Apr 2013; Justin Lecher <jlec@gentoo.org> mgltools-1.5.4.ebuild,
mgltools-1.5.6.ebuild:
Correct license
diff --git a/sci-chemistry/mgltools/mgltools-1.5.6.ebuild b/sci-chemistry/mgltools/mgltools-1.5.6.ebuild
index 250b8b04d..17308b9cd 100644
--- a/sci-chemistry/mgltools/mgltools-1.5.6.ebuild
+++ b/sci-chemistry/mgltools/mgltools-1.5.6.ebuild
@@ -22,6 +22,8 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
S="${WORKDIR}"/${PN}_source_${PV/_/}
for plug in ${PLUGINS}; do
@@ -29,12 +31,13 @@ for plug in ${PLUGINS}; do
done
RDEPEND="${PLUG_DEP}
+ ${PYTHON_DEPS}
dev-lang/tk
sci-libs/msms
dev-python/pmw[${PYTHON_USEDEP}]
- dev-python/simpy
- dev-python/imaging[tk]
- dev-python/numpy"
+ dev-python/simpy[${PYTHON_USEDEP}]
+ dev-python/imaging[tk,${PYTHON_USEDEP}]
+ dev-python/numpy[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"
src_install() {