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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A1170158090 for ; Tue, 17 May 2022 06:52:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCC96E0827; Tue, 17 May 2022 06:51:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BCB2FE0827 for ; Tue, 17 May 2022 06:51:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6FF8E341841 for ; Tue, 17 May 2022 06:51:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6C1FDC for ; Tue, 17 May 2022 06:51:56 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1652770305.931646e3f0a843dfdb34d7ba78a61f928346842d.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/FP16/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/FP16/FP16-2021.03.20-r1.ebuild dev-libs/FP16/FP16-2021.03.20-r2.ebuild X-VCS-Directories: dev-libs/FP16/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 931646e3f0a843dfdb34d7ba78a61f928346842d X-VCS-Branch: master Date: Tue, 17 May 2022 06:51:56 +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: 93f5d995-7b47-4d82-a46a-461a5af07c46 X-Archives-Hash: 3e3c79c2bd83426af62737ba2b499c8c commit: 931646e3f0a843dfdb34d7ba78a61f928346842d Author: Alfredo Tupone gentoo org> AuthorDate: Tue May 17 06:51:45 2022 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Tue May 17 06:51:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=931646e3 dev-libs/FP16: add PeachPy deps Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alfredo Tupone gentoo.org> .../FP16/{FP16-2021.03.20-r1.ebuild => FP16-2021.03.20-r2.ebuild} | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/dev-libs/FP16/FP16-2021.03.20-r1.ebuild b/dev-libs/FP16/FP16-2021.03.20-r2.ebuild similarity index 90% rename from dev-libs/FP16/FP16-2021.03.20-r1.ebuild rename to dev-libs/FP16/FP16-2021.03.20-r2.ebuild index 4fb39fced810..1673b468cb71 100644 --- a/dev-libs/FP16/FP16-2021.03.20-r1.ebuild +++ b/dev-libs/FP16/FP16-2021.03.20-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8,9,10,11} ) +PYTHON_COMPAT=( python3_{8,9,10} ) inherit python-r1 cmake CommitId=0a92994d729ff76a58f692d3028ca1b64b145d91 @@ -19,7 +19,11 @@ IUSE="test" REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND="dev-libs/psimd" -RDEPEND="${DEPEND} ${PYTHON_DEPS}" +RDEPEND=" + ${DEPEND} + ${PYTHON_DEPS} + dev-python/PeachPy[${PYTHON_USEDEP}] +" BDEPEND="test? ( dev-cpp/gtest )" RESTRICT="!test? ( test )"