diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-08 19:00:24 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-08 19:30:13 +0200 |
commit | 09e8133061a65fd83894a0b60e4a5284febacf15 (patch) | |
tree | 8335530d8d0a1553694e65f7e15e38ef96fa6053 /dev-ros/rostopic | |
parent | dev-ros/rostest: Remove old (diff) | |
download | gentoo-09e8133061a65fd83894a0b60e4a5284febacf15.tar.gz gentoo-09e8133061a65fd83894a0b60e4a5284febacf15.tar.bz2 gentoo-09e8133061a65fd83894a0b60e4a5284febacf15.zip |
dev-ros/rostopic: 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/rostopic')
-rw-r--r-- | dev-ros/rostopic/rostopic-1.15.7.ebuild | 3 | ||||
-rw-r--r-- | dev-ros/rostopic/rostopic-9999.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/dev-ros/rostopic/rostopic-1.15.7.ebuild b/dev-ros/rostopic/rostopic-1.15.7.ebuild index 647d292a6d3f..d1d5309b47b9 100644 --- a/dev-ros/rostopic/rostopic-1.15.7.ebuild +++ b/dev-ros/rostopic/rostopic-1.15.7.ebuild @@ -1,12 +1,11 @@ # 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/ros_comm" KEYWORDS="~amd64 ~arm" ROS_SUBDIR=tools/${PN} -PYTHON_COMPAT=( python2_7 ) inherit ros-catkin diff --git a/dev-ros/rostopic/rostopic-9999.ebuild b/dev-ros/rostopic/rostopic-9999.ebuild index 647d292a6d3f..d1d5309b47b9 100644 --- a/dev-ros/rostopic/rostopic-9999.ebuild +++ b/dev-ros/rostopic/rostopic-9999.ebuild @@ -1,12 +1,11 @@ # 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/ros_comm" KEYWORDS="~amd64 ~arm" ROS_SUBDIR=tools/${PN} -PYTHON_COMPAT=( python2_7 ) inherit ros-catkin |