commit: bfca3a6e227ebb3156687960e834597ef76e935c
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 1 11:56:59 2020 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Thu Oct 1 11:57:14 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfca3a6e
app-admin/xkcdpass: fix QA warning for wrong DISTUTILS_ value
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
app-admin/xkcdpass/{xkcdpass-1.17.3.ebuild => xkcdpass-1.17.3-r1.ebuild} | 1 +
1 file changed, 1 insertion(+)
diff --git a/app-admin/xkcdpass/xkcdpass-1.17.3.ebuild
b/app-admin/xkcdpass/xkcdpass-1.17.3-r1.ebuild
similarity index 96%
rename from app-admin/xkcdpass/xkcdpass-1.17.3.ebuild
rename to app-admin/xkcdpass/xkcdpass-1.17.3-r1.ebuild
index 982abbe2a24..172601c9403 100644
--- a/app-admin/xkcdpass/xkcdpass-1.17.3.ebuild
+++ b/app-admin/xkcdpass/xkcdpass-1.17.3-r1.ebuild
@@ -4,6 +4,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{7,8,9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1
DESCRIPTION="Password generator inspired by XKCD 936"