diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-08 18:59:37 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-08 19:30:13 +0200 |
commit | 57ae600315b6e7d9ace74fef1b7e391090833daf (patch) | |
tree | 9cc5f08c4a01ed1dbf0abac47606a9dd27760a98 /dev-ros/rostest/rostest-9999.ebuild | |
parent | dev-ros/rosservice: Remove old (diff) | |
download | gentoo-57ae600315b6e7d9ace74fef1b7e391090833daf.tar.gz gentoo-57ae600315b6e7d9ace74fef1b7e391090833daf.tar.bz2 gentoo-57ae600315b6e7d9ace74fef1b7e391090833daf.zip |
dev-ros/rostest: 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/rostest/rostest-9999.ebuild')
-rw-r--r-- | dev-ros/rostest/rostest-9999.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-ros/rostest/rostest-9999.ebuild b/dev-ros/rostest/rostest-9999.ebuild index c8b1067e86a3..8b6226d4ffee 100644 --- a/dev-ros/rostest/rostest-9999.ebuild +++ b/dev-ros/rostest/rostest-9999.ebuild @@ -1,16 +1,15 @@ # 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=tools/${PN} -PYTHON_COMPAT=( python{2_7,3_6} pypy3 ) inherit ros-catkin -DESCRIPTION="Integration test suite based on roslaunch that is compatible with xUnit frameworks" +DESCRIPTION="Integration test suite based on roslaunch compatible with xUnit frameworks" LICENSE="BSD" SLOT="0" IUSE="" |