diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-08 19:01:11 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-08 19:30:14 +0200 |
commit | 8d8653e508b1a9bab2f9abad53c0f97b92af382d (patch) | |
tree | 59daad025a14942839f053ae617329a9bc4cf92c /dev-ros/topic_tools | |
parent | dev-ros/rostopic: Remove old (diff) | |
download | gentoo-8d8653e508b1a9bab2f9abad53c0f97b92af382d.tar.gz gentoo-8d8653e508b1a9bab2f9abad53c0f97b92af382d.tar.bz2 gentoo-8d8653e508b1a9bab2f9abad53c0f97b92af382d.zip |
dev-ros/topic_tools: 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/topic_tools')
-rw-r--r-- | dev-ros/topic_tools/topic_tools-1.15.7.ebuild | 3 | ||||
-rw-r--r-- | dev-ros/topic_tools/topic_tools-9999.ebuild | 5 |
2 files changed, 3 insertions, 5 deletions
diff --git a/dev-ros/topic_tools/topic_tools-1.15.7.ebuild b/dev-ros/topic_tools/topic_tools-1.15.7.ebuild index 49f8f6d9bbb1..b26890d60d63 100644 --- a/dev-ros/topic_tools/topic_tools-1.15.7.ebuild +++ b/dev-ros/topic_tools/topic_tools-1.15.7.ebuild @@ -1,13 +1,12 @@ # 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" CATKIN_HAS_MESSAGES=yes ROS_SUBDIR=tools/${PN} -PYTHON_COMPAT=( python2_7 ) CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs" inherit ros-catkin diff --git a/dev-ros/topic_tools/topic_tools-9999.ebuild b/dev-ros/topic_tools/topic_tools-9999.ebuild index a14a336c7fdc..b26890d60d63 100644 --- a/dev-ros/topic_tools/topic_tools-9999.ebuild +++ b/dev-ros/topic_tools/topic_tools-9999.ebuild @@ -1,13 +1,12 @@ -# 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/ros_comm" KEYWORDS="~amd64 ~arm" CATKIN_HAS_MESSAGES=yes ROS_SUBDIR=tools/${PN} -PYTHON_COMPAT=( python2_7 ) CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs" inherit ros-catkin |