Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/gyp/
Date: Sat, 20 Apr 2019 23:26:08
Message-Id: 1555691945.9e70387aeef2b67d759dea6b027a216a2a26bcbe.floppym@gentoo
1 commit: 9e70387aeef2b67d759dea6b027a216a2a26bcbe
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Thu Apr 18 16:58:51 2019 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 19 16:39:05 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e70387a
7
8 dev-util/gyp: Use EAPI="7".
9
10 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
11 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
12
13 dev-util/gyp/gyp-20170904022846.ebuild | 9 +++++----
14 dev-util/gyp/gyp-99999999999999.ebuild | 9 +++++----
15 2 files changed, 10 insertions(+), 8 deletions(-)
16
17 diff --git a/dev-util/gyp/gyp-20170904022846.ebuild b/dev-util/gyp/gyp-20170904022846.ebuild
18 index d5f888d0b40..01a8975bd42 100644
19 --- a/dev-util/gyp/gyp-20170904022846.ebuild
20 +++ b/dev-util/gyp/gyp-20170904022846.ebuild
21 @@ -1,7 +1,7 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 2017-2019 Arfrever Frehtes Taifersar Arahesis
24 # Distributed under the terms of the GNU General Public License v2
25
26 -EAPI="6"
27 +EAPI="7"
28 PYTHON_COMPAT=(python2_7)
29 DISTUTILS_SINGLE_IMPL="1"
30
31 @@ -27,9 +27,10 @@ KEYWORDS="amd64 ~ppc64 x86"
32 IUSE=""
33 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
34
35 -DEPEND="${PYTHON_DEPS}
36 +BDEPEND="${PYTHON_DEPS}
37 dev-python/setuptools[${PYTHON_USEDEP}]"
38 -RDEPEND="${DEPEND}"
39 +DEPEND=""
40 +RDEPEND="${BDEPEND}"
41
42 src_test() {
43 # More errors when DeprecationWarnings enabled.
44
45 diff --git a/dev-util/gyp/gyp-99999999999999.ebuild b/dev-util/gyp/gyp-99999999999999.ebuild
46 index 0c933a99edc..f427d6156ee 100644
47 --- a/dev-util/gyp/gyp-99999999999999.ebuild
48 +++ b/dev-util/gyp/gyp-99999999999999.ebuild
49 @@ -1,7 +1,7 @@
50 -# Copyright 1999-2017 Gentoo Foundation
51 +# Copyright 2017-2019 Arfrever Frehtes Taifersar Arahesis
52 # Distributed under the terms of the GNU General Public License v2
53
54 -EAPI="6"
55 +EAPI="7"
56 PYTHON_COMPAT=(python2_7)
57 DISTUTILS_SINGLE_IMPL="1"
58
59 @@ -27,9 +27,10 @@ KEYWORDS=""
60 IUSE=""
61 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
62
63 -DEPEND="${PYTHON_DEPS}
64 +BDEPEND="${PYTHON_DEPS}
65 dev-python/setuptools[${PYTHON_USEDEP}]"
66 -RDEPEND="${DEPEND}"
67 +DEPEND=""
68 +RDEPEND="${BDEPEND}"
69
70 src_test() {
71 # More errors when DeprecationWarnings enabled.