commit: d74e903a793e3340ba471d976e135d580936ba77
Author: Gao, Xiang <qasdfgtyuiop <AT> gmail <DOT> com>
AuthorDate: Mon Nov 16 19:40:36 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Nov 16 19:40:36 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d74e903a
fix dependency on boost[python]
rdkit should requires that boost is installed with python support.
sci-libs/rdkit/rdkit-2015.03.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-libs/rdkit/rdkit-2015.03.1.ebuild
b/sci-libs/rdkit/rdkit-2015.03.1.ebuild
index 68ee45f..21b444b 100644
--- a/sci-libs/rdkit/rdkit-2015.03.1.ebuild
+++ b/sci-libs/rdkit/rdkit-2015.03.1.ebuild
@@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="+python -static-libs"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-RDEPEND="dev-libs/boost
+RDEPEND="dev-libs/boost[python]
python? (
dev-libs/boost[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]