From 2ed01ffb07c0a7138f04d86a939fa51d86ab14e4 Mon Sep 17 00:00:00 2001 From: Marek Szuba Date: Fri, 28 Feb 2020 17:20:50 +0100 Subject: [PATCH] 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 --- 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 cebf432ce736..82293afad32a 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" -- 2.26.2