Gentoo Archives: gentoo-commits

From: Ronny Gutbrod <gentoo@××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: x11-misc/autotiling/
Date: Tue, 01 Nov 2022 02:55:10
Message-Id: 1667095523.915df862170f83ad6d13f504796c3eb88f2444a4.tastytea@gentoo
1 commit: 915df862170f83ad6d13f504796c3eb88f2444a4
2 Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
3 AuthorDate: Sun Oct 30 02:05:23 2022 +0000
4 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
5 CommitDate: Sun Oct 30 02:05:23 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=915df862
7
8 x11-misc/autotiling: use PEP517
9
10 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
11
12 x11-misc/autotiling/autotiling-1.7.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/x11-misc/autotiling/autotiling-1.7.ebuild b/x11-misc/autotiling/autotiling-1.7.ebuild
16 index fa2c4a915..5040f5f73 100644
17 --- a/x11-misc/autotiling/autotiling-1.7.ebuild
18 +++ b/x11-misc/autotiling/autotiling-1.7.ebuild
19 @@ -3,6 +3,7 @@
20
21 EAPI=8
22
23 +DISTUTILS_USE_PEP517="setuptools"
24 PYTHON_COMPAT=( python3_{10..11} )
25 DISTUTILS_SINGLE_IMPL=1