From 4ca35291f69d10dbe499907727bcd79134152f20 Mon Sep 17 00:00:00 2001 From: Samuel Bernardo Date: Tue, 31 Jan 2023 09:49:58 +0000 Subject: [PATCH] Set the correct build system for PEP 517 mode Signed-off-by: Samuel Bernardo --- dev-python/rstcheck/rstcheck-6.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/rstcheck/rstcheck-6.1.1.ebuild b/dev-python/rstcheck/rstcheck-6.1.1.ebuild index 76c81d260f..c3a90f6c22 100644 --- a/dev-python/rstcheck/rstcheck-6.1.1.ebuild +++ b/dev-python/rstcheck/rstcheck-6.1.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -DISTUTILS_USE_PEP517=setuptools +DISTUTILS_USE_PEP517=poetry PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1