diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-08 18:04:31 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-08 19:29:35 +0200 |
commit | 2a005c710136524610ced7b85dda4b18398d29eb (patch) | |
tree | 2e6e3461f2b97f46176936ee0d7d21787e1f9942 /dev-ros/rqt_controller_manager | |
parent | dev-ros/transmission_interface: Remove old (diff) | |
download | gentoo-2a005c710136524610ced7b85dda4b18398d29eb.tar.gz gentoo-2a005c710136524610ced7b85dda4b18398d29eb.tar.bz2 gentoo-2a005c710136524610ced7b85dda4b18398d29eb.zip |
dev-ros/rqt_controller_manager: 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/rqt_controller_manager')
-rw-r--r-- | dev-ros/rqt_controller_manager/rqt_controller_manager-0.19.1.ebuild | 3 | ||||
-rw-r--r-- | dev-ros/rqt_controller_manager/rqt_controller_manager-9999.ebuild | 5 |
2 files changed, 3 insertions, 5 deletions
diff --git a/dev-ros/rqt_controller_manager/rqt_controller_manager-0.19.1.ebuild b/dev-ros/rqt_controller_manager/rqt_controller_manager-0.19.1.ebuild index 64df5bb5466c..086f2a36352a 100644 --- a/dev-ros/rqt_controller_manager/rqt_controller_manager-0.19.1.ebuild +++ b/dev-ros/rqt_controller_manager/rqt_controller_manager-0.19.1.ebuild @@ -1,11 +1,10 @@ # 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-controls/ros_control" KEYWORDS="~amd64" ROS_SUBDIR=${PN} -PYTHON_COMPAT=( python2_7 ) inherit ros-catkin diff --git a/dev-ros/rqt_controller_manager/rqt_controller_manager-9999.ebuild b/dev-ros/rqt_controller_manager/rqt_controller_manager-9999.ebuild index 63a0aca8be84..086f2a36352a 100644 --- a/dev-ros/rqt_controller_manager/rqt_controller_manager-9999.ebuild +++ b/dev-ros/rqt_controller_manager/rqt_controller_manager-9999.ebuild @@ -1,11 +1,10 @@ -# Copyright 1999-2014 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-controls/ros_control" KEYWORDS="~amd64" ROS_SUBDIR=${PN} -PYTHON_COMPAT=( python2_7 ) inherit ros-catkin |