diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-10 18:40:50 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-10 18:50:44 +0200 |
commit | 16927bad216be7396bea1f4f058b3441b3437434 (patch) | |
tree | eec4ad00c8dd47dd75c7a8b6e72e4d9f646f5489 /dev-ros | |
parent | dev-ros/rosserial_client: Remove old (diff) | |
download | gentoo-16927bad216be7396bea1f4f058b3441b3437434.tar.gz gentoo-16927bad216be7396bea1f4f058b3441b3437434.tar.bz2 gentoo-16927bad216be7396bea1f4f058b3441b3437434.zip |
dev-ros/rosserial_arduino: 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')
-rw-r--r-- | dev-ros/rosserial_arduino/rosserial_arduino-0.8.0.ebuild | 5 | ||||
-rw-r--r-- | dev-ros/rosserial_arduino/rosserial_arduino-9999.ebuild | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/dev-ros/rosserial_arduino/rosserial_arduino-0.8.0.ebuild b/dev-ros/rosserial_arduino/rosserial_arduino-0.8.0.ebuild index 2891fc8927ff..4e8b6cf8a735 100644 --- a/dev-ros/rosserial_arduino/rosserial_arduino-0.8.0.ebuild +++ b/dev-ros/rosserial_arduino/rosserial_arduino-0.8.0.ebuild @@ -1,11 +1,10 @@ -# Copyright 1999-2018 Gentoo Authors +# 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-drivers/rosserial" CATKIN_HAS_MESSAGES=yes KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python2_7 ) ROS_SUBDIR=${PN} inherit ros-catkin diff --git a/dev-ros/rosserial_arduino/rosserial_arduino-9999.ebuild b/dev-ros/rosserial_arduino/rosserial_arduino-9999.ebuild index fbaa323fda1f..4e8b6cf8a735 100644 --- a/dev-ros/rosserial_arduino/rosserial_arduino-9999.ebuild +++ b/dev-ros/rosserial_arduino/rosserial_arduino-9999.ebuild @@ -1,11 +1,10 @@ -# 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-drivers/rosserial" CATKIN_HAS_MESSAGES=yes KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python2_7 ) ROS_SUBDIR=${PN} inherit ros-catkin |