diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-02-28 17:20:50 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-02-28 17:21:43 +0100 |
commit | 2ed01ffb07c0a7138f04d86a939fa51d86ab14e4 (patch) | |
tree | 2dbfcc4b7ca6af6ee88e5b6493a36ed1741e5c35 /app-emulation/protontricks | |
parent | sys-kernel/gentoo-sources: Linux patch 4.4.215 (diff) | |
download | gentoo-2ed01ffb07c0a7138f04d86a939fa51d86ab14e4.tar.gz gentoo-2ed01ffb07c0a7138f04d86a939fa51d86ab14e4.tar.bz2 gentoo-2ed01ffb07c0a7138f04d86a939fa51d86ab14e4.zip |
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@gentoo.org>
Diffstat (limited to 'app-emulation/protontricks')
-rw-r--r-- | app-emulation/protontricks/protontricks-1.4.1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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" |