diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-09 12:07:21 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-09 12:46:01 +0200 |
commit | 4974bcbc005e5ea4130a67e7f816e17ba1ea6d49 (patch) | |
tree | fb11aedce84e757ceed972993059e55472200999 /dev-ros/tf2_py/tf2_py-9999.ebuild | |
parent | dev-ros/tf2_ros: Remove old (diff) | |
download | gentoo-4974bcbc005e5ea4130a67e7f816e17ba1ea6d49.tar.gz gentoo-4974bcbc005e5ea4130a67e7f816e17ba1ea6d49.tar.bz2 gentoo-4974bcbc005e5ea4130a67e7f816e17ba1ea6d49.zip |
dev-ros/tf2_py: 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/tf2_py/tf2_py-9999.ebuild')
-rw-r--r-- | dev-ros/tf2_py/tf2_py-9999.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-ros/tf2_py/tf2_py-9999.ebuild b/dev-ros/tf2_py/tf2_py-9999.ebuild index 8228f47ca0ba..2df081c1a54e 100644 --- a/dev-ros/tf2_py/tf2_py-9999.ebuild +++ b/dev-ros/tf2_py/tf2_py-9999.ebuild @@ -1,11 +1,10 @@ -# Copyright 1999-2017 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/geometry2" KEYWORDS="~amd64 ~arm" ROS_SUBDIR=${PN} -PYTHON_COMPAT=( python2_7 ) inherit ros-catkin |