commit: f5ea0b371c2fa513be9673e8526cafe28ba76d86
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue May 7 09:52:04 2019 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue May 7 10:00:20 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5ea0b37
dev-ros/mk: add missing runtime deps
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
dev-ros/mk/mk-9999.ebuild | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/dev-ros/mk/mk-9999.ebuild b/dev-ros/mk/mk-9999.ebuild
index 5a179e92a84..16db9adc702 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"