summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-07-09 13:02:40 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-07-09 13:45:25 +0200
commit693f28781f35c6883631a58ae4c4773d400c3746 (patch)
tree19bfc1951660922735c3dec2cde0779c3d1112ee
parentdev-ros/diagnostic_analysis: Remove old (diff)
downloadgentoo-693f28781f35c6883631a58ae4c4773d400c3746.tar.gz
gentoo-693f28781f35c6883631a58ae4c4773d400c3746.tar.bz2
gentoo-693f28781f35c6883631a58ae4c4773d400c3746.zip
dev-ros/diagnostic_aggregator: bump eapi
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
-rw-r--r--dev-ros/diagnostic_aggregator/diagnostic_aggregator-1.9.4.ebuild4
-rw-r--r--dev-ros/diagnostic_aggregator/diagnostic_aggregator-9999.ebuild6
2 files changed, 5 insertions, 5 deletions
diff --git a/dev-ros/diagnostic_aggregator/diagnostic_aggregator-1.9.4.ebuild b/dev-ros/diagnostic_aggregator/diagnostic_aggregator-1.9.4.ebuild
index e7f3ddcc7b92..345bf6055e76 100644
--- a/dev-ros/diagnostic_aggregator/diagnostic_aggregator-1.9.4.ebuild
+++ b/dev-ros/diagnostic_aggregator/diagnostic_aggregator-1.9.4.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
ROS_REPO_URI="https://github.com/ros/diagnostics"
KEYWORDS="~amd64 ~arm"
ROS_SUBDIR=${PN}
@@ -14,7 +14,6 @@ SLOT="0"
IUSE=""
RDEPEND="
- dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
dev-ros/pluginlib
dev-libs/tinyxml2:=
dev-ros/roscpp
@@ -26,4 +25,5 @@ RDEPEND="
dev-libs/console_bridge:=
"
DEPEND="${RDEPEND}
+ dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
test? ( dev-ros/rostest )"
diff --git a/dev-ros/diagnostic_aggregator/diagnostic_aggregator-9999.ebuild b/dev-ros/diagnostic_aggregator/diagnostic_aggregator-9999.ebuild
index 7a610fadd9fb..345bf6055e76 100644
--- a/dev-ros/diagnostic_aggregator/diagnostic_aggregator-9999.ebuild
+++ b/dev-ros/diagnostic_aggregator/diagnostic_aggregator-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
ROS_REPO_URI="https://github.com/ros/diagnostics"
KEYWORDS="~amd64 ~arm"
ROS_SUBDIR=${PN}
@@ -14,7 +14,6 @@ SLOT="0"
IUSE=""
RDEPEND="
- dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
dev-ros/pluginlib
dev-libs/tinyxml2:=
dev-ros/roscpp
@@ -26,4 +25,5 @@ RDEPEND="
dev-libs/console_bridge:=
"
DEPEND="${RDEPEND}
+ dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
test? ( dev-ros/rostest )"