Skip to content

Commit 0eccc44

Browse files
committed
dev-python/python-uinput: set DISTUTILS_USE_PEP517 build backend
Signed-off-by: Stephen L Arnold <[email protected]>
1 parent 3dc3dec commit 0eccc44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dev-python/python-uinput/python-uinput-0.11.2.ebuild

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Copyright 1999-2022 Gentoo Authors
1+
# Copyright 1999-2025 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=8
55

6-
DISTUTILS_USE_SETUPTOOLS=bdepend
7-
PYTHON_COMPAT=(python3_{10..13})
6+
PYTHON_COMPAT=(python3_{10..14})
7+
DISTUTILS_USE_PEP517=setuptools
88

99
inherit distutils-r1
1010

0 commit comments

Comments
 (0)