From: Alexis Ballier Date: Tue, 7 May 2019 09:52:04 +0000 (+0200) Subject: dev-ros/mk: add missing runtime deps X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f5ea0b371c2fa513be9673e8526cafe28ba76d86;p=gentoo.git dev-ros/mk: add missing runtime deps Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Alexis Ballier --- diff --git a/dev-ros/mk/mk-9999.ebuild b/dev-ros/mk/mk-9999.ebuild index 5a179e92a842..16db9adc7027 100644 --- a/dev-ros/mk/mk-9999.ebuild +++ b/dev-ros/mk/mk-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -16,3 +16,6 @@ IUSE="" RDEPEND="" DEPEND="${RDEPEND}" +RDEPEND="${DEPEND} + dev-ros/rospack + dev-ros/rosbuild"