commit: 2ed01ffb07c0a7138f04d86a939fa51d86ab14e4
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 28 16:20:50 2020 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Fri Feb 28 16:21:43 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ed01ffb
app-emulation/protontricks: set DISTUTILS_USE_SETUPTOOLS=rdepend
Protontricks setup.py uses entry_points so we should have setuptools in
RDEPEND as well.
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
app-emulation/protontricks/protontricks-1.4.1.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/app-emulation/protontricks/protontricks-1.4.1.ebuild
b/app-emulation/protontricks/protontricks-1.4.1.ebuild
index cebf432ce73..82293afad32 100644
--- a/app-emulation/protontricks/protontricks-1.4.1.ebuild
+++ b/app-emulation/protontricks/protontricks-1.4.1.ebuild
@@ -6,6 +6,7 @@ EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} )
DISTUTILS_SINGLE_IMPL=1
+DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1
DESCRIPTION="app-emulation/winetricks wrapper for Proton (Steam Play) games"