Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: ros-meta/diagnostics/
Date: Wed, 26 Apr 2017 17:54:00
Message-Id: 1493227770.1940d2ee4698be7af98913913e636d7b50cb04e2.aballier@gentoo
1 commit: 1940d2ee4698be7af98913913e636d7b50cb04e2
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 26 17:27:19 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 26 17:29:30 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1940d2ee
7
8 ros-meta/diagnostics: add dep on rosdiagnostic
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 ros-meta/diagnostics/diagnostics-1.9.0.ebuild | 1 +
13 ros-meta/diagnostics/diagnostics-9999.ebuild | 3 ++-
14 2 files changed, 3 insertions(+), 1 deletion(-)
15
16 diff --git a/ros-meta/diagnostics/diagnostics-1.9.0.ebuild b/ros-meta/diagnostics/diagnostics-1.9.0.ebuild
17 index 7ab7d9f9ee7..d4009c7c715 100644
18 --- a/ros-meta/diagnostics/diagnostics-1.9.0.ebuild
19 +++ b/ros-meta/diagnostics/diagnostics-1.9.0.ebuild
20 @@ -18,6 +18,7 @@ RDEPEND="
21 dev-ros/diagnostic_analysis
22 dev-ros/diagnostic_common_diagnostics
23 dev-ros/diagnostic_updater
24 + dev-ros/rosdiagnostic
25 dev-ros/self_test
26 dev-ros/test_diagnostic_aggregator
27 "
28
29 diff --git a/ros-meta/diagnostics/diagnostics-9999.ebuild b/ros-meta/diagnostics/diagnostics-9999.ebuild
30 index f89d7b7ec19..d4009c7c715 100644
31 --- a/ros-meta/diagnostics/diagnostics-9999.ebuild
32 +++ b/ros-meta/diagnostics/diagnostics-9999.ebuild
33 @@ -1,4 +1,4 @@
34 -# Copyright 1999-2014 Gentoo Foundation
35 +# Copyright 1999-2017 Gentoo Foundation
36 # Distributed under the terms of the GNU General Public License v2
37
38 EAPI=5
39 @@ -18,6 +18,7 @@ RDEPEND="
40 dev-ros/diagnostic_analysis
41 dev-ros/diagnostic_common_diagnostics
42 dev-ros/diagnostic_updater
43 + dev-ros/rosdiagnostic
44 dev-ros/self_test
45 dev-ros/test_diagnostic_aggregator
46 "