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 6420E158090 for ; Thu, 26 May 2022 05:38:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2C13E0894; Thu, 26 May 2022 05:32:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BD64BE0894 for ; Thu, 26 May 2022 05:32:41 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E7E023414D3 for ; Thu, 26 May 2022 05:32:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8926A471 for ; Thu, 26 May 2022 05:32:39 +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: <1653543135.99edaaec410b3218a4ffc890db1b7b790759e25a.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/FBGEMM/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/FBGEMM/FBGEMM-2022.01.13.ebuild X-VCS-Directories: dev-libs/FBGEMM/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 99edaaec410b3218a4ffc890db1b7b790759e25a X-VCS-Branch: master Date: Thu, 26 May 2022 05:32:39 +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: 7c3eafaa-b2cd-4392-9c0c-39841a700349 X-Archives-Hash: 281daefc7f7f5de1901bc1ed6dd40b15 commit: 99edaaec410b3218a4ffc890db1b7b790759e25a Author: Alfredo Tupone gentoo org> AuthorDate: Thu May 26 05:32:15 2022 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Thu May 26 05:32:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99edaaec dev-libs/FBGEMM: use python-any-r1 Closes: https://bugs.gentoo.org/847247 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alfredo Tupone gentoo.org> dev-libs/FBGEMM/FBGEMM-2022.01.13.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/dev-libs/FBGEMM/FBGEMM-2022.01.13.ebuild b/dev-libs/FBGEMM/FBGEMM-2022.01.13.ebuild index 51c233d44e8d..1ecfb6cc82f6 100644 --- a/dev-libs/FBGEMM/FBGEMM-2022.01.13.ebuild +++ b/dev-libs/FBGEMM/FBGEMM-2022.01.13.ebuild @@ -3,7 +3,8 @@ EAPI=8 -inherit cmake +PYTHON_COMPAT=( python3_{8..11} ) +inherit python-any-r1 cmake CommitId=135412d2646f3bd753c8f1cfd33616110bbccd27 @@ -22,7 +23,10 @@ DEPEND=" dev-libs/cpuinfo " RDEPEND="${DEPEND}" -BDEPEND="test? ( dev-cpp/gtest )" +BDEPEND=" + test? ( dev-cpp/gtest ) + ${PYTHON_DEPS} +" RESTRICT="!test? ( test )" S="${WORKDIR}"/${PN}-${CommitId}