diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-09 14:23:16 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-09 14:33:36 +0200 |
commit | fa9865f7ef87cd6bd58c3c614568c9090a834157 (patch) | |
tree | 1ccddcd186c4fc0242469bd893b14b7ca8cb04a3 /dev-ros/rviz_python_tutorial | |
parent | dev-ros/calibration_estimation: Remove old (diff) | |
download | gentoo-fa9865f7ef87cd6bd58c3c614568c9090a834157.tar.gz gentoo-fa9865f7ef87cd6bd58c3c614568c9090a834157.tar.bz2 gentoo-fa9865f7ef87cd6bd58c3c614568c9090a834157.zip |
dev-ros/rviz_python_tutorial: 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/rviz_python_tutorial')
-rw-r--r-- | dev-ros/rviz_python_tutorial/rviz_python_tutorial-0.11.0.ebuild | 3 | ||||
-rw-r--r-- | dev-ros/rviz_python_tutorial/rviz_python_tutorial-9999.ebuild | 5 |
2 files changed, 3 insertions, 5 deletions
diff --git a/dev-ros/rviz_python_tutorial/rviz_python_tutorial-0.11.0.ebuild b/dev-ros/rviz_python_tutorial/rviz_python_tutorial-0.11.0.ebuild index 2e6384a388d7..d3fe0c3a8df4 100644 --- a/dev-ros/rviz_python_tutorial/rviz_python_tutorial-0.11.0.ebuild +++ b/dev-ros/rviz_python_tutorial/rviz_python_tutorial-0.11.0.ebuild @@ -1,11 +1,10 @@ # 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-visualization/visualization_tutorials" KEYWORDS="~amd64" ROS_SUBDIR=${PN} -PYTHON_COMPAT=( python2_7 ) inherit ros-catkin diff --git a/dev-ros/rviz_python_tutorial/rviz_python_tutorial-9999.ebuild b/dev-ros/rviz_python_tutorial/rviz_python_tutorial-9999.ebuild index 0f81c43773ff..d3fe0c3a8df4 100644 --- a/dev-ros/rviz_python_tutorial/rviz_python_tutorial-9999.ebuild +++ b/dev-ros/rviz_python_tutorial/rviz_python_tutorial-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-visualization/visualization_tutorials" KEYWORDS="~amd64" ROS_SUBDIR=${PN} -PYTHON_COMPAT=( python2_7 ) inherit ros-catkin |