dev-ros/mk: add missing runtime deps
authorAlexis Ballier <aballier@gentoo.org>
Tue, 7 May 2019 09:52:04 +0000 (11:52 +0200)
committerAlexis Ballier <aballier@gentoo.org>
Tue, 7 May 2019 10:00:20 +0000 (12:00 +0200)
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
dev-ros/mk/mk-9999.ebuild

index 5a179e92a842473bff2a377b5c4d5f391a5d0583..16db9adc702776b63e4143ac53c7b1dfb6348ffe 100644 (file)
@@ -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"