From: Alexis Ballier Date: Thu, 12 Dec 2019 15:39:44 +0000 (+0100) Subject: dev-ros/ament_cmake_test: fix live ebuild X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ac25caa938e9cd6ea744906ea3558bbf815f7d87;p=gentoo.git dev-ros/ament_cmake_test: fix live ebuild Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Alexis Ballier --- diff --git a/dev-ros/ament_cmake_test/ament_cmake_test-9999.ebuild b/dev-ros/ament_cmake_test/ament_cmake_test-9999.ebuild index d459a75c6935..71917fb38ace 100644 --- a/dev-ros/ament_cmake_test/ament_cmake_test-9999.ebuild +++ b/dev-ros/ament_cmake_test/ament_cmake_test-9999.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python{3_6,3_7} ) -inherit cmake-utils python-r1 +inherit cmake-utils python-r1 python-utils-r1 ROS_PN="ament_cmake" if [ "${PV#9999}" != "${PV}" ] ; then @@ -53,4 +53,5 @@ src_test() { src_install() { python_foreach_impl cmake-utils_src_install + python_foreach_impl python_optimize }