summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2023-04-13 22:39:42 +0200
committerFlorian Schmaus <flow@gentoo.org>2023-04-13 22:56:03 +0200
commit6fa9285f04c43d4f528fbc2eb13045def613891e (patch)
treee0ac9e842eb0fa208e674c6532624008057ba3d3 /media-gfx/img2pdf
parentmedia-gfx/img2pdf: enable py3.11 (diff)
downloadgentoo-6fa9285f04c43d4f528fbc2eb13045def613891e.tar.gz
gentoo-6fa9285f04c43d4f528fbc2eb13045def613891e.tar.bz2
gentoo-6fa9285f04c43d4f528fbc2eb13045def613891e.zip
media-gfx/img2pdf: set DISTUTILS_USE_PEP517=setuptools
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'media-gfx/img2pdf')
-rw-r--r--media-gfx/img2pdf/img2pdf-0.4.4.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/media-gfx/img2pdf/img2pdf-0.4.4.ebuild b/media-gfx/img2pdf/img2pdf-0.4.4.ebuild
index bd99534ab490..693849783a82 100644
--- a/media-gfx/img2pdf/img2pdf-0.4.4.ebuild
+++ b/media-gfx/img2pdf/img2pdf-0.4.4.ebuild
@@ -3,6 +3,7 @@
EAPI=8
+DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1 pypi