Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/FBGEMM/
Date: Thu, 26 May 2022 05:38:22
Message-Id: 1653543135.99edaaec410b3218a4ffc890db1b7b790759e25a.tupone@gentoo
1 commit: 99edaaec410b3218a4ffc890db1b7b790759e25a
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 26 05:32:15 2022 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Thu May 26 05:32:15 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99edaaec
7
8 dev-libs/FBGEMM: use python-any-r1
9
10 Closes: https://bugs.gentoo.org/847247
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
13
14 dev-libs/FBGEMM/FBGEMM-2022.01.13.ebuild | 8 ++++++--
15 1 file changed, 6 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-libs/FBGEMM/FBGEMM-2022.01.13.ebuild b/dev-libs/FBGEMM/FBGEMM-2022.01.13.ebuild
18 index 51c233d44e8d..1ecfb6cc82f6 100644
19 --- a/dev-libs/FBGEMM/FBGEMM-2022.01.13.ebuild
20 +++ b/dev-libs/FBGEMM/FBGEMM-2022.01.13.ebuild
21 @@ -3,7 +3,8 @@
22
23 EAPI=8
24
25 -inherit cmake
26 +PYTHON_COMPAT=( python3_{8..11} )
27 +inherit python-any-r1 cmake
28
29 CommitId=135412d2646f3bd753c8f1cfd33616110bbccd27
30
31 @@ -22,7 +23,10 @@ DEPEND="
32 dev-libs/cpuinfo
33 "
34 RDEPEND="${DEPEND}"
35 -BDEPEND="test? ( dev-cpp/gtest )"
36 +BDEPEND="
37 + test? ( dev-cpp/gtest )
38 + ${PYTHON_DEPS}
39 +"
40 RESTRICT="!test? ( test )"
41
42 S="${WORKDIR}"/${PN}-${CommitId}