Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/rosdep/
Date: Sun, 26 Dec 2021 02:04:08
Message-Id: 1640484232.61a1ea70232c081e060e0a696a6ca274fa078adf.sam@gentoo
1 commit: 61a1ea70232c081e060e0a696a6ca274fa078adf
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 26 01:59:52 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 26 02:03:52 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61a1ea70
7
8 dev-util/rosdep: append PROPERTIES in EAPI 7
9
10 We lose PROPERTIES="live" from git-r3.eclass otherwise. Not an issue
11 with EAPI 8 and newer which accumulates PROPERTIES (and RESTRICT).
12
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 dev-util/rosdep/rosdep-0.21.0.ebuild | 2 +-
16 dev-util/rosdep/rosdep-9999.ebuild | 2 +-
17 2 files changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/dev-util/rosdep/rosdep-0.21.0.ebuild b/dev-util/rosdep/rosdep-0.21.0.ebuild
20 index 12ed94c4c914..4db6d1249c3b 100644
21 --- a/dev-util/rosdep/rosdep-0.21.0.ebuild
22 +++ b/dev-util/rosdep/rosdep-0.21.0.ebuild
23 @@ -29,7 +29,7 @@ SLOT="0"
24
25 # Tests need network
26 RESTRICT="test"
27 -PROPERTIES="test_network"
28 +PROPERTIES+=" test_network"
29
30 RDEPEND="
31 dev-python/catkin_pkg[${PYTHON_USEDEP}]
32
33 diff --git a/dev-util/rosdep/rosdep-9999.ebuild b/dev-util/rosdep/rosdep-9999.ebuild
34 index 12ed94c4c914..4db6d1249c3b 100644
35 --- a/dev-util/rosdep/rosdep-9999.ebuild
36 +++ b/dev-util/rosdep/rosdep-9999.ebuild
37 @@ -29,7 +29,7 @@ SLOT="0"
38
39 # Tests need network
40 RESTRICT="test"
41 -PROPERTIES="test_network"
42 +PROPERTIES+=" test_network"
43
44 RDEPEND="
45 dev-python/catkin_pkg[${PYTHON_USEDEP}]