commit:     e1019f1aa9b1bdae13117338bf18b348f8e3a988
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  9 07:41:08 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Sep  9 07:41:08 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=e1019f1a

sci-chemistry/pymol-plugins-psico: Don't harddepend on packages which require 
ancient numpy

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sci-chemistry/pymol-plugins-psico/pymol-plugins-psico-9999.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/sci-chemistry/pymol-plugins-psico/pymol-plugins-psico-9999.ebuild 
b/sci-chemistry/pymol-plugins-psico/pymol-plugins-psico-9999.ebuild
index 7cb90b3..6dbb2d2 100644
--- a/sci-chemistry/pymol-plugins-psico/pymol-plugins-psico-9999.ebuild
+++ b/sci-chemistry/pymol-plugins-psico/pymol-plugins-psico-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -21,7 +21,6 @@ IUSE="minimal"
 RDEPEND="
        dev-python/numpy[${PYTHON_USEDEP}]
        sci-biology/biopython[${PYTHON_USEDEP}]
-       sci-libs/mmtk[${PYTHON_USEDEP}]
        !minimal? (
                media-libs/qhull
                media-video/mplayer
@@ -33,3 +32,7 @@ RDEPEND="
                sci-chemistry/tm-align
                sci-mathematics/diagrtb
        )"
+
+pkg_post_inst() {
+       optfeature sci-libs/mmtk "Normal modes via mmtk"
+}

Reply via email to