diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-08 18:58:41 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-08 19:30:12 +0200 |
commit | 274841a395b13823fec8f357ce19def867ef4bc9 (patch) | |
tree | ea187e0eb9d7aab3d0e9e5414f86251221146974 /dev-ros/rosservice | |
parent | dev-ros/rosparam: Remove old (diff) | |
download | gentoo-274841a395b13823fec8f357ce19def867ef4bc9.tar.gz gentoo-274841a395b13823fec8f357ce19def867ef4bc9.tar.bz2 gentoo-274841a395b13823fec8f357ce19def867ef4bc9.zip |
dev-ros/rosservice: 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/rosservice')
-rw-r--r-- | dev-ros/rosservice/rosservice-1.15.7.ebuild | 3 | ||||
-rw-r--r-- | dev-ros/rosservice/rosservice-9999.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/dev-ros/rosservice/rosservice-1.15.7.ebuild b/dev-ros/rosservice/rosservice-1.15.7.ebuild index dec58f5c3cba..051158a69289 100644 --- a/dev-ros/rosservice/rosservice-1.15.7.ebuild +++ b/dev-ros/rosservice/rosservice-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/rosservice/rosservice-9999.ebuild b/dev-ros/rosservice/rosservice-9999.ebuild index dec58f5c3cba..051158a69289 100644 --- a/dev-ros/rosservice/rosservice-9999.ebuild +++ b/dev-ros/rosservice/rosservice-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 |