Skip to content

Commit

Permalink
dev-libs/FBGEMM: use python-any-r1
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/847247
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <[email protected]>
  • Loading branch information
atupone committed May 26, 2022
1 parent 0e0e94f commit 99edaae
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions dev-libs/FBGEMM/FBGEMM-2022.01.13.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@

EAPI=8

inherit cmake
PYTHON_COMPAT=( python3_{8..11} )
inherit python-any-r1 cmake

CommitId=135412d2646f3bd753c8f1cfd33616110bbccd27

Expand All @@ -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}
Expand Down

0 comments on commit 99edaae

Please sign in to comment.