diff options
author | 2021-01-04 17:10:07 +0000 | |
---|---|---|
committer | 2021-01-04 17:14:14 +0000 | |
commit | 9da78da92eaf765288f692390c69c9e023750b20 (patch) | |
tree | 81fe7148dc55c871d44067d5f4881fa1bcb0cb91 /dev-python | |
parent | dev-python/sipvicious: mark myself as proxy (diff) | |
download | gentoo-9da78da92eaf765288f692390c69c9e023750b20.tar.gz gentoo-9da78da92eaf765288f692390c69c9e023750b20.tar.bz2 gentoo-9da78da92eaf765288f692390c69c9e023750b20.zip |
dev-python/sipvicious: set DISTUTILS_USE_SETUPTOOLS
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/sipvicious/sipvicious-0.3.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/sipvicious/sipvicious-0.3.0.ebuild b/dev-python/sipvicious/sipvicious-0.3.0.ebuild index 6b7a04afa4b8..cd684b870f12 100644 --- a/dev-python/sipvicious/sipvicious-0.3.0.ebuild +++ b/dev-python/sipvicious/sipvicious-0.3.0.ebuild @@ -4,6 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{7..9} ) +DISTUTILS_USE_SETUPTOOLS=rdepend DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1 |