diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-12-16 15:22:58 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-12-16 15:37:55 +0100 |
commit | 84bd014ec5800ee7d69e42bd2a8244345bd415c2 (patch) | |
tree | 80d90f64a9904d8282aaaaa04b490d8cc193245b /app-portage | |
parent | app-portage/gentoopm: Set DISTUTILS_USE_SETUPTOOLS (diff) | |
download | gentoo-84bd014ec5800ee7d69e42bd2a8244345bd415c2.tar.gz gentoo-84bd014ec5800ee7d69e42bd2a8244345bd415c2.tar.bz2 gentoo-84bd014ec5800ee7d69e42bd2a8244345bd415c2.zip |
app-portage/diffmask: Set DISTUTILS_USE_SETUPTOOLS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/diffmask/diffmask-0.3.3-r4.ebuild | 2 | ||||
-rw-r--r-- | app-portage/diffmask/diffmask-9999.ebuild | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/app-portage/diffmask/diffmask-0.3.3-r4.ebuild b/app-portage/diffmask/diffmask-0.3.3-r4.ebuild index dd881f74bd08..81b74bf0a0c3 100644 --- a/app-portage/diffmask/diffmask-0.3.3-r4.ebuild +++ b/app-portage/diffmask/diffmask-0.3.3-r4.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{2_7,3_5,3_6,3_7} pypy ) inherit distutils-r1 diff --git a/app-portage/diffmask/diffmask-9999.ebuild b/app-portage/diffmask/diffmask-9999.ebuild index b8f95825456d..19e5a66f0a5a 100644 --- a/app-portage/diffmask/diffmask-9999.ebuild +++ b/app-portage/diffmask/diffmask-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{2_7,3_5,3_6,3_7} pypy ) inherit distutils-r1 git-r3 |