aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2021-10-02 15:16:20 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2021-10-02 15:22:45 +0300
commit0cafa24ad68ae7f9bd3e7a7d75512bffa55cf92d (patch)
tree7b0b5c83cd514809863190315ddd1e6642317e77 /app-portage
parentapp-misc/telegram-send: fix DISTUTILS_USE_SETUPTOOLS (diff)
downloadguru-0cafa24ad68ae7f9bd3e7a7d75512bffa55cf92d.tar.gz
guru-0cafa24ad68ae7f9bd3e7a7d75512bffa55cf92d.tar.bz2
guru-0cafa24ad68ae7f9bd3e7a7d75512bffa55cf92d.zip
app-portage/portage-lostfiles: enable py3.10, fix DISTUTILS_USE_SETUPTOOLS
Closes: https://bugs.gentoo.org/815787 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/portage-lostfiles/portage-lostfiles-0.2.2.ebuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/app-portage/portage-lostfiles/portage-lostfiles-0.2.2.ebuild b/app-portage/portage-lostfiles/portage-lostfiles-0.2.2.ebuild
index 816a32fb9..06a33a36e 100644
--- a/app-portage/portage-lostfiles/portage-lostfiles-0.2.2.ebuild
+++ b/app-portage/portage-lostfiles/portage-lostfiles-0.2.2.ebuild
@@ -3,10 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="A simple script to identify files not tracked by Portage package manager"