commit:     4f6c87e3500f9750f66edd527a2fbf8fe7ac612b
Author:     Gao, Xiang <qasdfgtyuiop <AT> gmail <DOT> com>
AuthorDate: Tue Nov 17 22:18:35 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Nov 17 22:18:35 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=4f6c87e3

fix dependency on python

 sci-libs/rdkit/rdkit-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/rdkit/rdkit-9999.ebuild b/sci-libs/rdkit/rdkit-9999.ebuild
index 0b4f40a..be37c58 100644
--- a/sci-libs/rdkit/rdkit-9999.ebuild
+++ b/sci-libs/rdkit/rdkit-9999.ebuild
@@ -21,7 +21,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 RDEPEND="dev-libs/boost
        python? (
-               dev-libs/boost[${PYTHON_USEDEP}]
+               dev-libs/boost[python,${PYTHON_USEDEP}]
                dev-python/numpy[${PYTHON_USEDEP}]
        )
        >=dev-db/sqlite-3"

Reply via email to