Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Fri, 26 May 2017 13:08:26
Message-Id: 1495803759.31c1a0d29f3c84412d16964fe9cc5f9b9af3f5ef.aballier@gentoo
1 commit: 31c1a0d29f3c84412d16964fe9cc5f9b9af3f5ef
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 26 13:02:39 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Fri May 26 13:02:39 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31c1a0d2
7
8 ros-catkin.eclass: Move catkin and empy deps to DEPEND, those are build only deps
9
10 eclass/ros-catkin.eclass | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/eclass/ros-catkin.eclass b/eclass/ros-catkin.eclass
14 index feb626341eb..0972270c415 100644
15 --- a/eclass/ros-catkin.eclass
16 +++ b/eclass/ros-catkin.eclass
17 @@ -61,11 +61,11 @@ if [ -n "${PYTHON_COMPAT}" ] ; then
18 fi
19
20 IUSE="test"
21 -RDEPEND="
22 +RDEPEND=""
23 +DEPEND="${RDEPEND}
24 dev-util/catkin${CATKIN_PYTHON_USEDEP}
25 dev-python/empy${CATKIN_PYTHON_USEDEP}
26 "
27 -DEPEND="${RDEPEND}"
28
29 if [ -n "${CATKIN_DO_PYTHON_MULTIBUILD}" ] ; then
30 RDEPEND="${RDEPEND} ${PYTHON_DEPS}"