summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2023-02-25 18:21:53 +0100
committerUlrich Müller <ulm@gentoo.org>2023-02-25 18:31:40 +0100
commit3de7b478ed3f22cced80c25eead3a3a797aacc08 (patch)
treef3609b6a5500b1d8cc85cf6056f23114c057a8b5 /app-text/rnc2rng
parentdev-util/conan: drop 1.53.0, 1.54.0 (diff)
downloadgentoo-3de7b478ed3f22cced80c25eead3a3a797aacc08.tar.gz
gentoo-3de7b478ed3f22cced80c25eead3a3a797aacc08.tar.bz2
gentoo-3de7b478ed3f22cced80c25eead3a3a797aacc08.zip
app-text/rnc2rng: Switch to DISTUTILS_USE_PEP517
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-text/rnc2rng')
-rw-r--r--app-text/rnc2rng/rnc2rng-2.6.6-r3.ebuild (renamed from app-text/rnc2rng/rnc2rng-2.6.6-r2.ebuild)1
1 files changed, 1 insertions, 0 deletions
diff --git a/app-text/rnc2rng/rnc2rng-2.6.6-r2.ebuild b/app-text/rnc2rng/rnc2rng-2.6.6-r3.ebuild
index 01d60a7bbf2d..e291b8cc981a 100644
--- a/app-text/rnc2rng/rnc2rng-2.6.6-r2.ebuild
+++ b/app-text/rnc2rng/rnc2rng-2.6.6-r3.ebuild
@@ -4,6 +4,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{9,10,11} )
+DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="RELAX NG Compact to regular syntax conversion library"