diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-09 14:24:57 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-09 14:33:37 +0200 |
commit | 709525d41ee4958d5a90d106e4553952bf675b70 (patch) | |
tree | 7476a4a40a23ab34a94b65f4418af4f7fdb1424d /dev-ros | |
parent | dev-ros/rviz_plugin_tutorials: Remove old (diff) | |
download | gentoo-709525d41ee4958d5a90d106e4553952bf675b70.tar.gz gentoo-709525d41ee4958d5a90d106e4553952bf675b70.tar.bz2 gentoo-709525d41ee4958d5a90d106e4553952bf675b70.zip |
dev-ros/librviz_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')
-rw-r--r-- | dev-ros/librviz_tutorial/librviz_tutorial-0.11.0.ebuild | 4 | ||||
-rw-r--r-- | dev-ros/librviz_tutorial/librviz_tutorial-9999.ebuild | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/dev-ros/librviz_tutorial/librviz_tutorial-0.11.0.ebuild b/dev-ros/librviz_tutorial/librviz_tutorial-0.11.0.ebuild index b8d5a83d3174..fa17abc3aed7 100644 --- a/dev-ros/librviz_tutorial/librviz_tutorial-0.11.0.ebuild +++ b/dev-ros/librviz_tutorial/librviz_tutorial-0.11.0.ebuild @@ -1,14 +1,14 @@ # 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} inherit ros-catkin -DESCRIPTION="Tutorial showing how to compile your own C++ program with RViz displays and features" +DESCRIPTION="Tutorial showing how to build a C++ program with RViz displays and features" LICENSE="BSD" SLOT="0" IUSE="" diff --git a/dev-ros/librviz_tutorial/librviz_tutorial-9999.ebuild b/dev-ros/librviz_tutorial/librviz_tutorial-9999.ebuild index a87a8ddccb99..fa17abc3aed7 100644 --- a/dev-ros/librviz_tutorial/librviz_tutorial-9999.ebuild +++ b/dev-ros/librviz_tutorial/librviz_tutorial-9999.ebuild @@ -1,14 +1,14 @@ -# 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-visualization/visualization_tutorials" KEYWORDS="~amd64" ROS_SUBDIR=${PN} inherit ros-catkin -DESCRIPTION="Tutorial showing how to compile your own C++ program with RViz displays and features" +DESCRIPTION="Tutorial showing how to build a C++ program with RViz displays and features" LICENSE="BSD" SLOT="0" IUSE="" |