diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-18 18:56:30 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-18 18:56:30 +0100 |
commit | 85f6bf79eea4537f9bc60b762050eb89ec93cf3a (patch) | |
tree | 0c2f6b401a054188aec776d40ba0bb493fd83fb6 /dev-python/pymountboot | |
parent | app-admin/eclean-kernel: Set DISTUTILS_USE_SETUPTOOLS (diff) | |
download | gentoo-85f6bf79eea4537f9bc60b762050eb89ec93cf3a.tar.gz gentoo-85f6bf79eea4537f9bc60b762050eb89ec93cf3a.tar.bz2 gentoo-85f6bf79eea4537f9bc60b762050eb89ec93cf3a.zip |
dev-python/pymountboot: Set DISTUTILS_USE_SETUPTOOLS
Closes: https://bugs.gentoo.org/709890
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pymountboot')
-rw-r--r-- | dev-python/pymountboot/pymountboot-0.2.2.ebuild | 2 | ||||
-rw-r--r-- | dev-python/pymountboot/pymountboot-9999.ebuild | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/dev-python/pymountboot/pymountboot-0.2.2.ebuild b/dev-python/pymountboot/pymountboot-0.2.2.ebuild index bd534a02f4e3..8e23ae2ddd06 100644 --- a/dev-python/pymountboot/pymountboot-0.2.2.ebuild +++ b/dev-python/pymountboot/pymountboot-0.2.2.ebuild @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 + +DISTUTILS_USE_SETUPTOOLS=no PYTHON_COMPAT=( python{3_6,3_7} ) inherit distutils-r1 diff --git a/dev-python/pymountboot/pymountboot-9999.ebuild b/dev-python/pymountboot/pymountboot-9999.ebuild index d631744311ed..ad2a05edcc49 100644 --- a/dev-python/pymountboot/pymountboot-9999.ebuild +++ b/dev-python/pymountboot/pymountboot-9999.ebuild @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 + +DISTUTILS_USE_SETUPTOOLS=no PYTHON_COMPAT=( python{3_6,3_7} ) inherit distutils-r1 git-r3 |