diff options
author | 2021-12-18 11:44:10 +0000 | |
---|---|---|
committer | 2021-12-18 11:44:10 +0000 | |
commit | c50c6d5aaa0d57be9ff7610d79248b27b28c1013 (patch) | |
tree | 95e3335862ff4fb02a4d2cd5e8905ae9ac09c549 /app-emulation/protontricks | |
parent | app-emulation/protontricks: add 1.6.2, drop 1.6.1 (diff) | |
download | gentoo-c50c6d5aaa0d57be9ff7610d79248b27b28c1013.tar.gz gentoo-c50c6d5aaa0d57be9ff7610d79248b27b28c1013.tar.bz2 gentoo-c50c6d5aaa0d57be9ff7610d79248b27b28c1013.zip |
app-emulation/protontricks-1.6.2: adjust DISTUTILS_USE_SETUPTOOLS
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-emulation/protontricks')
-rw-r--r-- | app-emulation/protontricks/protontricks-1.6.2.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-emulation/protontricks/protontricks-1.6.2.ebuild b/app-emulation/protontricks/protontricks-1.6.2.ebuild index 007fa6587fbd..3edec59a76f4 100644 --- a/app-emulation/protontricks/protontricks-1.6.2.ebuild +++ b/app-emulation/protontricks/protontricks-1.6.2.ebuild @@ -5,6 +5,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{8..10} pypy3 ) DISTUTILS_SINGLE_IMPL=1 +DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 |