commit: fd68fa18c78826ecd5b9a34eeabcd2f98cf4e64f Author: Sebastian Pipping <sping <AT> gentoo <DOT> org> AuthorDate: Tue Aug 31 14:03:30 2021 +0000 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org> CommitDate: Tue Aug 31 14:30:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd68fa18
www-servers/servefile: Update DISTUTILS_USE_SETUPTOOLS + py3.10 Closes: https://bugs.gentoo.org/811198 Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org> Package-Manager: Portage-3.0.22, Repoman-3.0.3 .../servefile/{servefile-0.5.1.ebuild => servefile-0.5.1-r1.ebuild} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/www-servers/servefile/servefile-0.5.1.ebuild b/www-servers/servefile/servefile-0.5.1-r1.ebuild similarity index 87% rename from www-servers/servefile/servefile-0.5.1.ebuild rename to www-servers/servefile/servefile-0.5.1-r1.ebuild index 2d4cb11979a..e97fe4599fc 100644 --- a/www-servers/servefile/servefile-0.5.1.ebuild +++ b/www-servers/servefile/servefile-0.5.1-r1.ebuild @@ -1,9 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) -DISTUTILS_USE_SETUPTOOLS=rdepend +PYTHON_COMPAT=( python3_{7..10} ) inherit distutils-r1
