commit: 5c4893791d1e4540ffcd771b7f427644874f3aea Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Aug 5 07:25:48 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Aug 5 07:29:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c489379
dev-python/pybind11: Fix DISTUTILS_USE_SETUPTOOLS value Closes: https://bugs.gentoo.org/806380 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/pybind11/pybind11-2.7.1.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-python/pybind11/pybind11-2.7.1.ebuild b/dev-python/pybind11/pybind11-2.7.1.ebuild index b477308fbbe..903b46f3532 100644 --- a/dev-python/pybind11/pybind11-2.7.1.ebuild +++ b/dev-python/pybind11/pybind11-2.7.1.ebuild @@ -3,7 +3,6 @@ EAPI=7 -DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python3_{7..10} ) inherit cmake distutils-r1
