commit: 0cafa24ad68ae7f9bd3e7a7d75512bffa55cf92d Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Sat Oct 2 12:16:20 2021 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sat Oct 2 12:22:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0cafa24a
app-portage/portage-lostfiles: enable py3.10, fix DISTUTILS_USE_SETUPTOOLS Closes: https://bugs.gentoo.org/815787 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> app-portage/portage-lostfiles/portage-lostfiles-0.2.2.ebuild | 5 +---- 1 file changed, 1 insertion(+), 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"
