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 857F9138359 for ; Sat, 26 Sep 2020 23:03:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B5CFE0823; Sat, 26 Sep 2020 23:03:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 77592E0823 for ; Sat, 26 Sep 2020 23:03:12 +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 45CD4340CCF for ; Sat, 26 Sep 2020 23:03:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CCBE9365 for ; Sat, 26 Sep 2020 23:03:09 +0000 (UTC) From: "Aisha Tammy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aisha Tammy" Message-ID: <1601161379.262ab1d954eda1c0557944c4a9ddb37c9d156db1.epsilon-0@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/numba/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/numba/numba-0.51.2.ebuild X-VCS-Directories: dev-python/numba/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: 262ab1d954eda1c0557944c4a9ddb37c9d156db1 X-VCS-Branch: master Date: Sat, 26 Sep 2020 23:03:09 +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: 119596e7-bad3-4b24-94c8-5385026b736a X-Archives-Hash: 67b9488996b77855516193c30b0f002f commit: 262ab1d954eda1c0557944c4a9ddb37c9d156db1 Author: Aisha Tammy aisha cc> AuthorDate: Sat Sep 26 23:02:59 2020 +0000 Commit: Aisha Tammy aisha cc> CommitDate: Sat Sep 26 23:02:59 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=262ab1d9 dev-python/numba: fix use flag checks found when doing compilations without tbb Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> dev-python/numba/numba-0.51.2.ebuild | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/dev-python/numba/numba-0.51.2.ebuild b/dev-python/numba/numba-0.51.2.ebuild index 597d6ac54..9f9af4049 100644 --- a/dev-python/numba/numba-0.51.2.ebuild +++ b/dev-python/numba/numba-0.51.2.ebuild @@ -18,7 +18,7 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="openmp threads" -DEPEND=" +RDEPEND="${PYTHON_DEPS} >=dev-python/llvmlite-0.34.0[${PYTHON_USEDEP}]