commit:     31c1a0d29f3c84412d16964fe9cc5f9b9af3f5ef
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri May 26 13:02:39 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri May 26 13:02:39 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31c1a0d2

ros-catkin.eclass: Move catkin and empy deps to DEPEND, those are build only 
deps

 eclass/ros-catkin.eclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/ros-catkin.eclass b/eclass/ros-catkin.eclass
index feb626341eb..0972270c415 100644
--- a/eclass/ros-catkin.eclass
+++ b/eclass/ros-catkin.eclass
@@ -61,11 +61,11 @@ if [ -n "${PYTHON_COMPAT}" ] ; then
 fi
 
 IUSE="test"
-RDEPEND="
+RDEPEND=""
+DEPEND="${RDEPEND}
        dev-util/catkin${CATKIN_PYTHON_USEDEP}
        dev-python/empy${CATKIN_PYTHON_USEDEP}
 "
-DEPEND="${RDEPEND}"
 
 if [ -n "${CATKIN_DO_PYTHON_MULTIBUILD}" ] ; then
        RDEPEND="${RDEPEND} ${PYTHON_DEPS}"

Reply via email to