app-portage/portage-lostfiles: add DISTUTILS_USE_SETUPTOOLS=rdepend

otherwise distutils prints a warning about this

Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2020-03-15 21:02:45 +01:00
parent 85b01e5405
commit 8b2d8e9cb2

View File

@@ -5,6 +5,8 @@ EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} ) PYTHON_COMPAT=( python3_{6,7,8} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1 inherit distutils-r1
DESCRIPTION="A simple script to identify files not tracked by Portage package manager" DESCRIPTION="A simple script to identify files not tracked by Portage package manager"