summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-12-26 01:59:52 +0000
committerSam James <sam@gentoo.org>2021-12-26 02:03:52 +0000
commit61a1ea70232c081e060e0a696a6ca274fa078adf (patch)
treea9eee25ef746b599d3449ab54ff1944970f6d628 /dev-util
parentgui-libs/wlroots: fix slots for 0.15 and upcoming 0.16 (diff)
downloadgentoo-61a1ea70232c081e060e0a696a6ca274fa078adf.tar.gz
gentoo-61a1ea70232c081e060e0a696a6ca274fa078adf.tar.bz2
gentoo-61a1ea70232c081e060e0a696a6ca274fa078adf.zip
dev-util/rosdep: append PROPERTIES in EAPI 7
We lose PROPERTIES="live" from git-r3.eclass otherwise. Not an issue with EAPI 8 and newer which accumulates PROPERTIES (and RESTRICT). Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/rosdep/rosdep-0.21.0.ebuild2
-rw-r--r--dev-util/rosdep/rosdep-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/rosdep/rosdep-0.21.0.ebuild b/dev-util/rosdep/rosdep-0.21.0.ebuild
index 12ed94c4c914..4db6d1249c3b 100644
--- a/dev-util/rosdep/rosdep-0.21.0.ebuild
+++ b/dev-util/rosdep/rosdep-0.21.0.ebuild
@@ -29,7 +29,7 @@ SLOT="0"
# Tests need network
RESTRICT="test"
-PROPERTIES="test_network"
+PROPERTIES+=" test_network"
RDEPEND="
dev-python/catkin_pkg[${PYTHON_USEDEP}]
diff --git a/dev-util/rosdep/rosdep-9999.ebuild b/dev-util/rosdep/rosdep-9999.ebuild
index 12ed94c4c914..4db6d1249c3b 100644
--- a/dev-util/rosdep/rosdep-9999.ebuild
+++ b/dev-util/rosdep/rosdep-9999.ebuild
@@ -29,7 +29,7 @@ SLOT="0"
# Tests need network
RESTRICT="test"
-PROPERTIES="test_network"
+PROPERTIES+=" test_network"
RDEPEND="
dev-python/catkin_pkg[${PYTHON_USEDEP}]