diff options
author | Joonas Niilola <juippis@gentoo.org> | 2020-07-01 09:32:18 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-07-01 09:38:32 +0300 |
commit | 48ce5d7a087e0d810346606eb94ecda0d7444037 (patch) | |
tree | 2854731ce0890f1e56a32ab72842e76d6ec68bcb /net-firewall | |
parent | net-firewall/ufw: add support on python3_{7,8} & drop python2_7. (diff) | |
download | gentoo-48ce5d7a087e0d810346606eb94ecda0d7444037.tar.gz gentoo-48ce5d7a087e0d810346606eb94ecda0d7444037.tar.bz2 gentoo-48ce5d7a087e0d810346606eb94ecda0d7444037.zip |
net-firewall/ufw: define DISTUTILS_USE_SETUPTOOLS
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/ufw/ufw-0.36.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-firewall/ufw/ufw-0.36.ebuild b/net-firewall/ufw/ufw-0.36.ebuild index 1b3a17c8f21e..815e4edf3736 100644 --- a/net-firewall/ufw/ufw-0.36.ebuild +++ b/net-firewall/ufw/ufw-0.36.ebuild @@ -5,6 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7,8} ) DISTUTILS_IN_SOURCE_BUILD=1 +DISTUTILS_USE_SETUPTOOLS=no inherit bash-completion-r1 distutils-r1 eutils linux-info systemd |