commit:     8b2d8e9cb20e856c8d669089db442e07d2b0e1e4
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Mar 15 20:02:45 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Mar 15 20:02:45 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8b2d8e9c

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 <AT> riseup.net>

 app-portage/portage-lostfiles/portage-lostfiles-0.2.0.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/app-portage/portage-lostfiles/portage-lostfiles-0.2.0.ebuild 
b/app-portage/portage-lostfiles/portage-lostfiles-0.2.0.ebuild
index e8893c1..c09cd18 100644
--- a/app-portage/portage-lostfiles/portage-lostfiles-0.2.0.ebuild
+++ b/app-portage/portage-lostfiles/portage-lostfiles-0.2.0.ebuild
@@ -5,6 +5,8 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{6,7,8} )
 
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
 inherit distutils-r1
 
 DESCRIPTION="A simple script to identify files not tracked by Portage package 
manager"

Reply via email to