diff options
author | 2020-07-08 19:06:32 +0200 | |
---|---|---|
committer | 2020-07-08 19:30:17 +0200 | |
commit | bc96bba922e55c4795830dc7e2e13648a66144e2 (patch) | |
tree | b80e0a62c0420c5182a7a055a588fa79f9582745 | |
parent | dev-ros/test_roslaunch: Remove old (diff) | |
download | gentoo-bc96bba922e55c4795830dc7e2e13648a66144e2.tar.gz gentoo-bc96bba922e55c4795830dc7e2e13648a66144e2.tar.bz2 gentoo-bc96bba922e55c4795830dc7e2e13648a66144e2.zip |
dev-ros/test_roslib_comm: 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/test_roslib_comm/test_roslib_comm-1.15.7.ebuild | 4 | ||||
-rw-r--r-- | dev-ros/test_roslib_comm/test_roslib_comm-9999.ebuild | 6 |
2 files changed, 3 insertions, 7 deletions
diff --git a/dev-ros/test_roslib_comm/test_roslib_comm-1.15.7.ebuild b/dev-ros/test_roslib_comm/test_roslib_comm-1.15.7.ebuild index ae126d32d92f..aa2a38935294 100644 --- a/dev-ros/test_roslib_comm/test_roslib_comm-1.15.7.ebuild +++ b/dev-ros/test_roslib_comm/test_roslib_comm-1.15.7.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/ros_comm" KEYWORDS="~amd64 ~arm" @@ -9,8 +9,6 @@ ROS_SUBDIR=test/${PN} CATKIN_HAS_MESSAGES=yes CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/rosgraph_msgs dev-ros/std_msgs" -PYTHON_COMPAT=( python2_7 ) - inherit ros-catkin DESCRIPTION="Unit tests for roslib" diff --git a/dev-ros/test_roslib_comm/test_roslib_comm-9999.ebuild b/dev-ros/test_roslib_comm/test_roslib_comm-9999.ebuild index 6e3cc6e9db0c..aa2a38935294 100644 --- a/dev-ros/test_roslib_comm/test_roslib_comm-9999.ebuild +++ b/dev-ros/test_roslib_comm/test_roslib_comm-9999.ebuild @@ -1,7 +1,7 @@ -# 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" @@ -9,8 +9,6 @@ ROS_SUBDIR=test/${PN} CATKIN_HAS_MESSAGES=yes CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/rosgraph_msgs dev-ros/std_msgs" -PYTHON_COMPAT=( python2_7 ) - inherit ros-catkin DESCRIPTION="Unit tests for roslib" |