commit: 5c73e17393a246d5101ca6392d199ece9af2180b Author: Benda Xu <heroxbd <AT> gentoo <DOT> org> AuthorDate: Thu Aug 17 06:07:10 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Aug 19 18:28:12 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c73e173
distutils-r1.eclass: append scikit-build-core to documentation. To complete 5b29e5b1a393c21db9974de5c2d01e6dc482d4b9. Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/32354 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> eclass/distutils-r1.eclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass index 658d26f2a440..91de144e1110 100644 --- a/eclass/distutils-r1.eclass +++ b/eclass/distutils-r1.eclass @@ -129,6 +129,8 @@ esac # # - poetry - poetry-core backend # +# - scikit-build-core - scikit-build-core backend +# # - setuptools - distutils or setuptools (incl. legacy mode) # # - sip - sipbuild backend
