diff options
author | 2024-03-07 22:05:30 -0600 | |
---|---|---|
committer | 2024-03-07 22:06:42 -0600 | |
commit | 0ff36ef3ef05c13a7154527b843b1164d3d269bd (patch) | |
tree | b63286a064501d02d5ca2a8def08ae055d9c1e6e /app-emulation | |
parent | app-containers/podman: add 5.0.0_rc5 (diff) | |
download | gentoo-0ff36ef3ef05c13a7154527b843b1164d3d269bd.tar.gz gentoo-0ff36ef3ef05c13a7154527b843b1164d3d269bd.tar.bz2 gentoo-0ff36ef3ef05c13a7154527b843b1164d3d269bd.zip |
app-emulation/glean: switch to pep517
Closes: https://bugs.gentoo.org/909875
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/glean/glean-1.23.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/glean/glean-1.23.0.ebuild b/app-emulation/glean/glean-1.23.0.ebuild index 477667ee2a87..ab8799b85a34 100644 --- a/app-emulation/glean/glean-1.23.0.ebuild +++ b/app-emulation/glean/glean-1.23.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PYTHON_COMPAT=( python3_{9,10,11} ) -DISTUTILS_USE_SETUPTOOLS=rdepend +DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi |