diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2022-11-03 23:25:25 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-11-03 23:37:15 +0100 |
commit | 3db4d4ceafa188ee9bed8c7c68ce6d2f1f043865 (patch) | |
tree | af0d8827c23c405a1748d6f7b286b67ebf2c2898 /x11-misc | |
parent | dev-python/python-axolotl: add python3.11 support (diff) | |
download | gentoo-3db4d4ceafa188ee9bed8c7c68ce6d2f1f043865.tar.gz gentoo-3db4d4ceafa188ee9bed8c7c68ce6d2f1f043865.tar.bz2 gentoo-3db4d4ceafa188ee9bed8c7c68ce6d2f1f043865.zip |
x11-misc/mugshot: migrate to pep517
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'x11-misc')
-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 |