summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sping@gentoo.org>2021-08-31 16:03:30 +0200
committerSebastian Pipping <sping@gentoo.org>2021-08-31 16:30:41 +0200
commitfd68fa18c78826ecd5b9a34eeabcd2f98cf4e64f (patch)
tree44f7100438e4c2c8e4e5584ac107c2a88341cbdc
parentsys-cluster/rdma-core: Version bump (v36.0) (diff)
downloadgentoo-fd68fa18.tar.gz
gentoo-fd68fa18.tar.bz2
gentoo-fd68fa18.zip
www-servers/servefile: Update DISTUTILS_USE_SETUPTOOLS + py3.10
Closes: https://bugs.gentoo.org/811198 Signed-off-by: Sebastian Pipping <sping@gentoo.org> Package-Manager: Portage-3.0.22, Repoman-3.0.3
-rw-r--r--www-servers/servefile/servefile-0.5.1-r1.ebuild (renamed from www-servers/servefile/servefile-0.5.1.ebuild)5
1 files 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
index 2d4cb11979ad..e97fe4599fcf 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