diff options
author | Ronny (tastytea) Gutbrod <gentoo@tastytea.de> | 2022-10-30 03:05:23 +0100 |
---|---|---|
committer | Ronny (tastytea) Gutbrod <gentoo@tastytea.de> | 2022-10-30 03:05:23 +0100 |
commit | 915df862170f83ad6d13f504796c3eb88f2444a4 (patch) | |
tree | 519559014645caa9410e99056024afb91731a762 /x11-misc/autotiling | |
parent | x11-misc/autotiling: new package, add 1.7 (diff) | |
download | guru-915df862170f83ad6d13f504796c3eb88f2444a4.tar.gz guru-915df862170f83ad6d13f504796c3eb88f2444a4.tar.bz2 guru-915df862170f83ad6d13f504796c3eb88f2444a4.zip |
x11-misc/autotiling: use PEP517
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
Diffstat (limited to 'x11-misc/autotiling')
-rw-r--r-- | x11-misc/autotiling/autotiling-1.7.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-misc/autotiling/autotiling-1.7.ebuild b/x11-misc/autotiling/autotiling-1.7.ebuild index fa2c4a915..5040f5f73 100644 --- a/x11-misc/autotiling/autotiling-1.7.ebuild +++ b/x11-misc/autotiling/autotiling-1.7.ebuild @@ -3,6 +3,7 @@ EAPI=8 +DISTUTILS_USE_PEP517="setuptools" PYTHON_COMPAT=( python3_{10..11} ) DISTUTILS_SINGLE_IMPL=1 |