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 E8DD6138350 for ; Tue, 28 Jan 2020 18:11:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F5AFE0856; Tue, 28 Jan 2020 18:11:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 3552AE0856 for ; Tue, 28 Jan 2020 18:11:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 535C334E40C for ; Tue, 28 Jan 2020 18:11:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A7D2F10A for ; Tue, 28 Jan 2020 18:11:49 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1580235091.38caf671c65663079d7312183914dc13225ec4ec.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/boost/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/boost/boost-1.72.0-r1.ebuild dev-libs/boost/boost-1.72.0.ebuild X-VCS-Directories: dev-libs/boost/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 38caf671c65663079d7312183914dc13225ec4ec X-VCS-Branch: master Date: Tue, 28 Jan 2020 18:11:49 +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: 93a62cca-2790-4769-a2f3-5ae334e23884 X-Archives-Hash: e0e8a2e94736167df639a30699c497b7 commit: 38caf671c65663079d7312183914dc13225ec4ec Author: David Seifert gentoo org> AuthorDate: Tue Jan 28 18:11:31 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Tue Jan 28 18:11:31 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38caf671 dev-libs/boost: [QA] Remove py3.8 dependency on numpy Package-Manager: Portage-2.3.85, Repoman-2.3.20 Signed-off-by: David Seifert gentoo.org> dev-libs/boost/{boost-1.72.0.ebuild => boost-1.72.0-r1.ebuild} | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/dev-libs/boost/boost-1.72.0.ebuild b/dev-libs/boost/boost-1.72.0-r1.ebuild similarity index 98% rename from dev-libs/boost/boost-1.72.0.ebuild rename to dev-libs/boost/boost-1.72.0-r1.ebuild index 698a63ea9cb..ef8bfc574f3 100644 --- a/dev-libs/boost/boost-1.72.0.ebuild +++ b/dev-libs/boost/boost-1.72.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7,8}} ) +PYTHON_COMPAT=( python{2_7,3_{6,7}} ) inherit flag-o-matic multiprocessing python-r1 toolchain-funcs multilib-minimal @@ -39,9 +39,7 @@ RDEPEND=" mpi? ( >=virtual/mpi-2.0-r4[${MULTILIB_USEDEP},cxx,threads] ) python? ( ${PYTHON_DEPS} - numpy? ( - $(python_gen_cond_dep '>=dev-python/numpy-1.17[${PYTHON_USEDEP}]' -3) - ) + numpy? ( dev-python/numpy[${PYTHON_USEDEP}] ) ) zlib? ( sys-libs/zlib:=[${MULTILIB_USEDEP}] ) zstd? ( app-arch/zstd:=[${MULTILIB_USEDEP}] )"