Bug: https://bugs.gentoo.org/624804
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
--- /dev/null
+Index: test_rosmaster/CMakeLists.txt
+===================================================================
+--- test_rosmaster.orig/CMakeLists.txt
++++ test_rosmaster/CMakeLists.txt
+@@ -10,6 +10,7 @@ if(CATKIN_ENABLE_TESTING)
+ String.msg
+ Arrays.msg
+ CompositeA.msg CompositeB.msg Composite.msg
++ Empty.msg
+ Embed.msg Floats.msg Simple.msg
+ RosmsgA.msg
+ RosmsgB.msg
DEPEND="${RDEPEND}
test? ( dev-ros/roslib[${PYTHON_USEDEP}] )
"
-PATCHES=( "${FILESDIR}/yaml.patch" )
+PATCHES=( "${FILESDIR}/yaml.patch" "${FILESDIR}/empty.patch" )
mycatkincmakeargs=( "-DCATKIN_ENABLE_TESTING=ON" )