Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/mk/
Date: Tue, 07 May 2019 10:00:40
Message-Id: 1557223220.f5ea0b371c2fa513be9673e8526cafe28ba76d86.aballier@gentoo
1 commit: f5ea0b371c2fa513be9673e8526cafe28ba76d86
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 7 09:52:04 2019 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue May 7 10:00:20 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5ea0b37
7
8 dev-ros/mk: add missing runtime deps
9
10 Package-Manager: Portage-2.3.66, Repoman-2.3.12
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 dev-ros/mk/mk-9999.ebuild | 5 ++++-
14 1 file changed, 4 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-ros/mk/mk-9999.ebuild b/dev-ros/mk/mk-9999.ebuild
17 index 5a179e92a84..16db9adc702 100644
18 --- a/dev-ros/mk/mk-9999.ebuild
19 +++ b/dev-ros/mk/mk-9999.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -16,3 +16,6 @@ IUSE=""
27
28 RDEPEND=""
29 DEPEND="${RDEPEND}"
30 +RDEPEND="${DEPEND}
31 + dev-ros/rospack
32 + dev-ros/rosbuild"