From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DC23A1388C1 for ; Fri, 20 Nov 2015 11:39:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 436B321C010; Fri, 20 Nov 2015 11:39:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8DD6221C00C for ; Fri, 20 Nov 2015 11:39:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BBD1B340988 for ; Fri, 20 Nov 2015 11:39:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 94A19A95 for ; Fri, 20 Nov 2015 11:39:24 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1447702836.d74e903a793e3340ba471d976e135d580936ba77.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/rdkit/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/rdkit/rdkit-2015.03.1.ebuild X-VCS-Directories: sci-libs/rdkit/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: d74e903a793e3340ba471d976e135d580936ba77 X-VCS-Branch: master Date: Fri, 20 Nov 2015 11:39:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 41ad4fcd-3ef0-4e38-9d35-b2001449e1db X-Archives-Hash: 4c023d936a03f1f9ed0bf02e977597ac commit: d74e903a793e3340ba471d976e135d580936ba77 Author: Gao, Xiang gmail com> AuthorDate: Mon Nov 16 19:40:36 2015 +0000 Commit: Justin Lecher gentoo 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}]