summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2022-11-03 23:25:25 +0100
committerConrad Kostecki <conikost@gentoo.org>2022-11-03 23:37:15 +0100
commit3db4d4ceafa188ee9bed8c7c68ce6d2f1f043865 (patch)
treeaf0d8827c23c405a1748d6f7b286b67ebf2c2898
parentdev-python/python-axolotl: add python3.11 support (diff)
downloadgentoo-3db4d4ce.tar.gz
gentoo-3db4d4ce.tar.bz2
gentoo-3db4d4ce.zip
x11-misc/mugshot: migrate to pep517
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
-rw-r--r--x11-misc/mugshot/mugshot-0.4.3-r2.ebuild (renamed from x11-misc/mugshot/mugshot-0.4.3-r1.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/mugshot/mugshot-0.4.3-r1.ebuild b/x11-misc/mugshot/mugshot-0.4.3-r2.ebuild
index c9384816d429..bbdfe5a464ec 100644
--- a/x11-misc/mugshot/mugshot-0.4.3-r1.ebuild
+++ b/x11-misc/mugshot/mugshot-0.4.3-r2.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-DISTUTILS_USE_SETUPTOOLS="no"
+DISTUTILS_USE_PEP517="setuptools"
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1 gnome2-utils xdg-utils