Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pymountboot/
Date: Tue, 18 Feb 2020 18:04:39
Message-Id: 1582048590.85f6bf79eea4537f9bc60b762050eb89ec93cf3a.mgorny@gentoo
1 commit: 85f6bf79eea4537f9bc60b762050eb89ec93cf3a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 18 17:56:30 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 18 17:56:30 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85f6bf79
7
8 dev-python/pymountboot: Set DISTUTILS_USE_SETUPTOOLS
9
10 Closes: https://bugs.gentoo.org/709890
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/pymountboot/pymountboot-0.2.2.ebuild | 2 ++
14 dev-python/pymountboot/pymountboot-9999.ebuild | 2 ++
15 2 files changed, 4 insertions(+)
16
17 diff --git a/dev-python/pymountboot/pymountboot-0.2.2.ebuild b/dev-python/pymountboot/pymountboot-0.2.2.ebuild
18 index bd534a02f4e..8e23ae2ddd0 100644
19 --- a/dev-python/pymountboot/pymountboot-0.2.2.ebuild
20 +++ b/dev-python/pymountboot/pymountboot-0.2.2.ebuild
21 @@ -2,6 +2,8 @@
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 +
26 +DISTUTILS_USE_SETUPTOOLS=no
27 PYTHON_COMPAT=( python{3_6,3_7} )
28
29 inherit distutils-r1
30
31 diff --git a/dev-python/pymountboot/pymountboot-9999.ebuild b/dev-python/pymountboot/pymountboot-9999.ebuild
32 index d631744311e..ad2a05edcc4 100644
33 --- a/dev-python/pymountboot/pymountboot-9999.ebuild
34 +++ b/dev-python/pymountboot/pymountboot-9999.ebuild
35 @@ -2,6 +2,8 @@
36 # Distributed under the terms of the GNU General Public License v2
37
38 EAPI=7
39 +
40 +DISTUTILS_USE_SETUPTOOLS=no
41 PYTHON_COMPAT=( python{3_6,3_7} )
42
43 inherit distutils-r1 git-r3