commit: faf2176f3c810f2bc7c2887f6083bbbda6c60394 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Wed Dec 11 14:37:25 2019 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Wed Dec 11 15:26:26 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faf2176f
dev-ros/rosbash: add rospack dep Closes: https://bugs.gentoo.org/698426 Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org> dev-ros/rosbash/rosbash-1.14.7.ebuild | 2 +- dev-ros/rosbash/rosbash-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ros/rosbash/rosbash-1.14.7.ebuild b/dev-ros/rosbash/rosbash-1.14.7.ebuild index 3a58dab5f49..52caa388059 100644 --- a/dev-ros/rosbash/rosbash-1.14.7.ebuild +++ b/dev-ros/rosbash/rosbash-1.14.7.ebuild @@ -14,6 +14,6 @@ LICENSE="BSD" SLOT="0" IUSE="" -RDEPEND="" +RDEPEND="dev-ros/rospack" DEPEND="${RDEPEND}" PATCHES=( "${FILESDIR}/catkin_prefix.patch" ) diff --git a/dev-ros/rosbash/rosbash-9999.ebuild b/dev-ros/rosbash/rosbash-9999.ebuild index 3a58dab5f49..52caa388059 100644 --- a/dev-ros/rosbash/rosbash-9999.ebuild +++ b/dev-ros/rosbash/rosbash-9999.ebuild @@ -14,6 +14,6 @@ LICENSE="BSD" SLOT="0" IUSE="" -RDEPEND="" +RDEPEND="dev-ros/rospack" DEPEND="${RDEPEND}" PATCHES=( "${FILESDIR}/catkin_prefix.patch" )
