diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-04-26 19:27:19 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-04-26 19:29:30 +0200 |
commit | 1940d2ee4698be7af98913913e636d7b50cb04e2 (patch) | |
tree | 6bdffc006d2d6af8e72527c28cc4c2c7ae11dc13 /ros-meta/diagnostics | |
parent | dev-ros/rosdiagnostic: initial import (diff) | |
download | gentoo-1940d2ee4698be7af98913913e636d7b50cb04e2.tar.gz gentoo-1940d2ee4698be7af98913913e636d7b50cb04e2.tar.bz2 gentoo-1940d2ee4698be7af98913913e636d7b50cb04e2.zip |
ros-meta/diagnostics: add dep on rosdiagnostic
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'ros-meta/diagnostics')
-rw-r--r-- | ros-meta/diagnostics/diagnostics-1.9.0.ebuild | 1 | ||||
-rw-r--r-- | ros-meta/diagnostics/diagnostics-9999.ebuild | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/ros-meta/diagnostics/diagnostics-1.9.0.ebuild b/ros-meta/diagnostics/diagnostics-1.9.0.ebuild index 7ab7d9f9ee78..d4009c7c7151 100644 --- a/ros-meta/diagnostics/diagnostics-1.9.0.ebuild +++ b/ros-meta/diagnostics/diagnostics-1.9.0.ebuild @@ -18,6 +18,7 @@ RDEPEND=" dev-ros/diagnostic_analysis dev-ros/diagnostic_common_diagnostics dev-ros/diagnostic_updater + dev-ros/rosdiagnostic dev-ros/self_test dev-ros/test_diagnostic_aggregator " diff --git a/ros-meta/diagnostics/diagnostics-9999.ebuild b/ros-meta/diagnostics/diagnostics-9999.ebuild index f89d7b7ec190..d4009c7c7151 100644 --- a/ros-meta/diagnostics/diagnostics-9999.ebuild +++ b/ros-meta/diagnostics/diagnostics-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -18,6 +18,7 @@ RDEPEND=" dev-ros/diagnostic_analysis dev-ros/diagnostic_common_diagnostics dev-ros/diagnostic_updater + dev-ros/rosdiagnostic dev-ros/self_test dev-ros/test_diagnostic_aggregator " |