commit: a5726b74d497346b3281947eede0820d7b76be13 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org> AuthorDate: Fri Sep 24 11:09:27 2021 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Fri Sep 24 11:09:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5726b74
app-portage/grs: set DISTUTILS_USE_SETUPTOOLS=no Closes: https://bugs.gentoo.org/746449 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org> app-portage/grs/grs-0.7.ebuild | 1 + app-portage/grs/grs-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/app-portage/grs/grs-0.7.ebuild b/app-portage/grs/grs-0.7.ebuild index 7d4700a6d76..d74d948f3be 100644 --- a/app-portage/grs/grs-0.7.ebuild +++ b/app-portage/grs/grs-0.7.ebuild @@ -3,6 +3,7 @@ EAPI="7" PYTHON_COMPAT=( python3_{8,9} ) +DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 linux-info diff --git a/app-portage/grs/grs-9999.ebuild b/app-portage/grs/grs-9999.ebuild index 33f52c59b46..4ed7aad6371 100644 --- a/app-portage/grs/grs-9999.ebuild +++ b/app-portage/grs/grs-9999.ebuild @@ -3,6 +3,7 @@ EAPI="7" PYTHON_COMPAT=( python3_{8,9} ) +DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 linux-info
