From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5D79C1580B2 for ; Tue, 31 Aug 2021 09:45:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D28D9E0972; Tue, 31 Aug 2021 09:45:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AF1C7E0972 for ; Tue, 31 Aug 2021 09:45:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 603E633BE95 for ; Tue, 31 Aug 2021 09:45:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD1FBA3 for ; Tue, 31 Aug 2021 09:45:24 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1630403001.5e23a0b948d3023eb7fa15dc8859502939ca108f.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/rdkit/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/rdkit/rdkit-2020.03.6.ebuild X-VCS-Directories: sci-libs/rdkit/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 5e23a0b948d3023eb7fa15dc8859502939ca108f X-VCS-Branch: master Date: Tue, 31 Aug 2021 09:45: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 80e6541e-1a25-469c-b4e0-b3f2c462b8b0 X-Archives-Hash: dfcf9eb1cffaf68210da5f9b01488f29 commit: 5e23a0b948d3023eb7fa15dc8859502939ca108f Author: Andrew Ammerlaan gentoo org> AuthorDate: Tue Aug 31 09:43:21 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Tue Aug 31 09:43:21 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=5e23a0b9 sci-libs/rdkit: fix BadDefaultUseFlags Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> sci-libs/rdkit/rdkit-2020.03.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/rdkit/rdkit-2020.03.6.ebuild b/sci-libs/rdkit/rdkit-2020.03.6.ebuild index c38bac753..b73817270 100644 --- a/sci-libs/rdkit/rdkit-2020.03.6.ebuild +++ b/sci-libs/rdkit/rdkit-2020.03.6.ebuild @@ -22,7 +22,7 @@ LICENSE="BSD" SLOT="0" KEYWORDS="" # build configuration issues https://github.com/rdkit/rdkit/issues/3444 -IUSE="+python -static-libs" +IUSE="+python static-libs" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND="dev-libs/boost