summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2015-10-09 13:11:11 +0200
committerAlexis Ballier <aballier@gentoo.org>2015-10-09 13:16:52 +0200
commitb4da2ef6e08d4e359d366b1290aee042788b8e41 (patch)
tree53408f218812d7463fe8d470a7ad1b9b8ab4b4b9
parentsys-fs/btrfs-progs: Point the live ebuild at a more lively git repo (diff)
downloadgentoo-b4da2ef6.tar.gz
gentoo-b4da2ef6.tar.bz2
gentoo-b4da2ef6.zip
dev-ros/test_tf2: Always enable CATKIN_ENABLE_TESTING as the package has no targets which upsets ninja, bug #562552. Thanks to Michael Palimaka (kensington) for the hint.
Package-Manager: portage-2.2.23
-rw-r--r--dev-ros/test_tf2/test_tf2-0.5.12-r1.ebuild (renamed from dev-ros/test_tf2/test_tf2-0.5.12.ebuild)6
-rw-r--r--dev-ros/test_tf2/test_tf2-9999.ebuild6
2 files changed, 4 insertions, 8 deletions
diff --git a/dev-ros/test_tf2/test_tf2-0.5.12.ebuild b/dev-ros/test_tf2/test_tf2-0.5.12-r1.ebuild
index a84aea70553b..76b129e0211f 100644
--- a/dev-ros/test_tf2/test_tf2-0.5.12.ebuild
+++ b/dev-ros/test_tf2/test_tf2-0.5.12-r1.ebuild
@@ -30,8 +30,6 @@ DEPEND="
sci-libs/orocos_kdl
dev-python/python_orocos_kdl[${PYTHON_USEDEP}]
dev-libs/boost:=[threads]
- test? ( dev-cpp/gtest )"
+ dev-cpp/gtest"
-src_install() {
- :
-}
+mycatkincmakeargs=( "-DCATKIN_ENABLE_TESTING=ON" )
diff --git a/dev-ros/test_tf2/test_tf2-9999.ebuild b/dev-ros/test_tf2/test_tf2-9999.ebuild
index a84aea70553b..76b129e0211f 100644
--- a/dev-ros/test_tf2/test_tf2-9999.ebuild
+++ b/dev-ros/test_tf2/test_tf2-9999.ebuild
@@ -30,8 +30,6 @@ DEPEND="
sci-libs/orocos_kdl
dev-python/python_orocos_kdl[${PYTHON_USEDEP}]
dev-libs/boost:=[threads]
- test? ( dev-cpp/gtest )"
+ dev-cpp/gtest"
-src_install() {
- :
-}
+mycatkincmakeargs=( "-DCATKIN_ENABLE_TESTING=ON" )