commit: 99edaaec410b3218a4ffc890db1b7b790759e25a Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Thu May 26 05:32:15 2022 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> 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 <tupone <AT> 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}
