diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-08 19:03:48 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-08 19:30:16 +0200 |
commit | c8425dfa65c4402105dee508eecf26e554d874b7 (patch) | |
tree | 90ac7cb07485d1bc2c60d89821207ce2791d0d7d /dev-ros/test_roscpp | |
parent | dev-ros/test_rosbag_storage: Remove old (diff) | |
download | gentoo-c8425dfa65c4402105dee508eecf26e554d874b7.tar.gz gentoo-c8425dfa65c4402105dee508eecf26e554d874b7.tar.bz2 gentoo-c8425dfa65c4402105dee508eecf26e554d874b7.zip |
dev-ros/test_roscpp: 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/test_roscpp')
-rw-r--r-- | dev-ros/test_roscpp/test_roscpp-1.15.7.ebuild | 3 | ||||
-rw-r--r-- | dev-ros/test_roscpp/test_roscpp-9999.ebuild | 5 |
2 files changed, 3 insertions, 5 deletions
diff --git a/dev-ros/test_roscpp/test_roscpp-1.15.7.ebuild b/dev-ros/test_roscpp/test_roscpp-1.15.7.ebuild index e1720ee72889..235d2cb10b71 100644 --- a/dev-ros/test_roscpp/test_roscpp-1.15.7.ebuild +++ b/dev-ros/test_roscpp/test_roscpp-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" ROS_SUBDIR=test/${PN} CATKIN_HAS_MESSAGES=yes -PYTHON_COMPAT=( python2_7 ) CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/rosgraph_msgs dev-ros/std_msgs" inherit ros-catkin diff --git a/dev-ros/test_roscpp/test_roscpp-9999.ebuild b/dev-ros/test_roscpp/test_roscpp-9999.ebuild index 13637bb57f1f..235d2cb10b71 100644 --- a/dev-ros/test_roscpp/test_roscpp-9999.ebuild +++ b/dev-ros/test_roscpp/test_roscpp-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" ROS_SUBDIR=test/${PN} CATKIN_HAS_MESSAGES=yes -PYTHON_COMPAT=( python2_7 ) CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/rosgraph_msgs dev-ros/std_msgs" inherit ros-catkin |