diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-01-08 13:39:05 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-01-08 13:39:49 +0100 |
commit | bcfb055499123fccc79cdad713e21dcfa37e190a (patch) | |
tree | 5fd9e7cfd9a004963fea5ed1c60878e108abec53 /dev-python/python-distutils-extra | |
parent | xfce-base/xfconf: Enable introspection by default (diff) | |
download | gentoo-bcfb055499123fccc79cdad713e21dcfa37e190a.tar.gz gentoo-bcfb055499123fccc79cdad713e21dcfa37e190a.tar.bz2 gentoo-bcfb055499123fccc79cdad713e21dcfa37e190a.zip |
dev-python/python-distutils-extra: Update DISTUTILS_USE_SETUPTOOLS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-distutils-extra')
-rw-r--r-- | dev-python/python-distutils-extra/python-distutils-extra-2.45.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-python/python-distutils-extra/python-distutils-extra-2.45.ebuild b/dev-python/python-distutils-extra/python-distutils-extra-2.45.ebuild index a802c7dfdbae..224aca62611e 100644 --- a/dev-python/python-distutils-extra/python-distutils-extra-2.45.ebuild +++ b/dev-python/python-distutils-extra/python-distutils-extra-2.45.ebuild @@ -1,11 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -DISTUTILS_USE_SETUPTOOLS="rdepend" PYTHON_COMPAT=( python3_{6..9} ) - inherit distutils-r1 DESCRIPTION="Gettext support, themed icons and scrollkeeper-based documentation in distutils" |