Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/gyp/
Date: Sat, 29 Jan 2022 15:20:19
Message-Id: 1643469518.ab98a503a3371198b6fc0279cd47442f039b9b41.dlan@gentoo
1 commit: ab98a503a3371198b6fc0279cd47442f039b9b41
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Sun Jan 16 00:00:00 2022 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 29 15:18:38 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab98a503
7
8 dev-util/gyp: Delete no longer needed DISTUTILS_USE_SETUPTOOLS="rdepend".
9
10 Closes: https://bugs.gentoo.org/818577
11 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
12 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
13
14 dev-util/gyp/gyp-20200512145953.ebuild | 3 +--
15 dev-util/gyp/gyp-99999999999999.ebuild | 3 +--
16 2 files changed, 2 insertions(+), 4 deletions(-)
17
18 diff --git a/dev-util/gyp/gyp-20200512145953.ebuild b/dev-util/gyp/gyp-20200512145953.ebuild
19 index 04041f153491..f499409a7905 100644
20 --- a/dev-util/gyp/gyp-20200512145953.ebuild
21 +++ b/dev-util/gyp/gyp-20200512145953.ebuild
22 @@ -1,10 +1,9 @@
23 -# Copyright 2017-2020 Gentoo Authors
24 +# Copyright 2017-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI="7"
28 PYTHON_COMPAT=(python{3_7,3_8,3_9})
29 DISTUTILS_SINGLE_IMPL="1"
30 -DISTUTILS_USE_SETUPTOOLS="rdepend"
31
32 inherit distutils-r1
33
34
35 diff --git a/dev-util/gyp/gyp-99999999999999.ebuild b/dev-util/gyp/gyp-99999999999999.ebuild
36 index f163e0f3957b..4f1e8527d561 100644
37 --- a/dev-util/gyp/gyp-99999999999999.ebuild
38 +++ b/dev-util/gyp/gyp-99999999999999.ebuild
39 @@ -1,10 +1,9 @@
40 -# Copyright 2017-2020 Gentoo Authors
41 +# Copyright 2017-2022 Gentoo Authors
42 # Distributed under the terms of the GNU General Public License v2
43
44 EAPI="7"
45 PYTHON_COMPAT=(python{3_7,3_8,3_9})
46 DISTUTILS_SINGLE_IMPL="1"
47 -DISTUTILS_USE_SETUPTOOLS="rdepend"
48
49 inherit distutils-r1