diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-09 13:02:40 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-09 13:45:25 +0200 |
commit | 693f28781f35c6883631a58ae4c4773d400c3746 (patch) | |
tree | 19bfc1951660922735c3dec2cde0779c3d1112ee /dev-ros/diagnostic_aggregator | |
parent | dev-ros/diagnostic_analysis: Remove old (diff) | |
download | gentoo-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>
Diffstat (limited to 'dev-ros/diagnostic_aggregator')
-rw-r--r-- | dev-ros/diagnostic_aggregator/diagnostic_aggregator-1.9.4.ebuild | 4 | ||||
-rw-r--r-- | dev-ros/diagnostic_aggregator/diagnostic_aggregator-9999.ebuild | 6 |
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 )" |