diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-08 19:08:07 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-08 19:30:18 +0200 |
commit | 11c66c9cd49973b339d24b92d7f329d27e6ad73c (patch) | |
tree | 2f4193953bde7b93b01a305eeb9af2eee7d7321a /dev-ros/test_rosparam/test_rosparam-9999.ebuild | |
parent | dev-ros/test_rosmaster: Remove old (diff) | |
download | gentoo-11c66c9cd49973b339d24b92d7f329d27e6ad73c.tar.gz gentoo-11c66c9cd49973b339d24b92d7f329d27e6ad73c.tar.bz2 gentoo-11c66c9cd49973b339d24b92d7f329d27e6ad73c.zip |
dev-ros/test_rosparam: 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/test_rosparam/test_rosparam-9999.ebuild')
-rw-r--r-- | dev-ros/test_rosparam/test_rosparam-9999.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-ros/test_rosparam/test_rosparam-9999.ebuild b/dev-ros/test_rosparam/test_rosparam-9999.ebuild index 3a0084ca2436..58010524e0b6 100644 --- a/dev-ros/test_rosparam/test_rosparam-9999.ebuild +++ b/dev-ros/test_rosparam/test_rosparam-9999.ebuild @@ -1,15 +1,13 @@ -# 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/ros_comm" KEYWORDS="~amd64 ~arm" ROS_SUBDIR=test/${PN} CATKIN_HAS_MESSAGES=yes -PYTHON_COMPAT=( python2_7 ) - inherit ros-catkin DESCRIPTION="Unit tests for rosparam" |