aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGao, Xiang <qasdfgtyuiop@gmail.com>2015-11-16 14:40:36 -0500
committerGao, Xiang <qasdfgtyuiop@gmail.com>2015-11-16 14:40:36 -0500
commitd74e903a793e3340ba471d976e135d580936ba77 (patch)
tree1dd9df7e34b27f524d137a65b062a514fcc0f2ac /sci-libs
parentMerge pull request #536 from olifre/root6 (diff)
downloadsci-d74e903a793e3340ba471d976e135d580936ba77.tar.gz
sci-d74e903a793e3340ba471d976e135d580936ba77.tar.bz2
sci-d74e903a793e3340ba471d976e135d580936ba77.zip
fix dependency on boost[python]
rdkit should requires that boost is installed with python support.
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/rdkit/rdkit-2015.03.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/rdkit/rdkit-2015.03.1.ebuild b/sci-libs/rdkit/rdkit-2015.03.1.ebuild
index 68ee45fa0..21b444b14 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}]