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 EE1EA1388C2 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 7D33821C012; 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 A5BFB21C010 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 E6C9B340A33 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 B80CD1004 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: <1447798715.4f6c87e3500f9750f66edd527a2fbf8fe7ac612b.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-9999.ebuild X-VCS-Directories: sci-libs/rdkit/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 4f6c87e3500f9750f66edd527a2fbf8fe7ac612b 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: 7e3a1c35-dc1d-483f-b463-12d94716f21f X-Archives-Hash: 5665ad3b6e10a7fc16b73e483b0c5122 commit: 4f6c87e3500f9750f66edd527a2fbf8fe7ac612b Author: Gao, Xiang gmail com> AuthorDate: Tue Nov 17 22:18:35 2015 +0000 Commit: Justin Lecher gentoo 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"