diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-08 18:54:45 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-08 19:30:10 +0200 |
commit | 2f00d0e11627c04e61b158358ce4919a96ff8626 (patch) | |
tree | 7ea973e5aebd43f02483c15253df713abe82de5c /dev-ros/rosnode | |
parent | dev-ros/rosmsg: Remove old (diff) | |
download | gentoo-2f00d0e11627c04e61b158358ce4919a96ff8626.tar.gz gentoo-2f00d0e11627c04e61b158358ce4919a96ff8626.tar.bz2 gentoo-2f00d0e11627c04e61b158358ce4919a96ff8626.zip |
dev-ros/rosnode: 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/rosnode')
-rw-r--r-- | dev-ros/rosnode/rosnode-1.15.7.ebuild | 3 | ||||
-rw-r--r-- | dev-ros/rosnode/rosnode-9999.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/dev-ros/rosnode/rosnode-1.15.7.ebuild b/dev-ros/rosnode/rosnode-1.15.7.ebuild index 032e59ae3c1e..ef8125d8b17e 100644 --- a/dev-ros/rosnode/rosnode-1.15.7.ebuild +++ b/dev-ros/rosnode/rosnode-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/rosnode/rosnode-9999.ebuild b/dev-ros/rosnode/rosnode-9999.ebuild index 032e59ae3c1e..ef8125d8b17e 100644 --- a/dev-ros/rosnode/rosnode-9999.ebuild +++ b/dev-ros/rosnode/rosnode-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 |