diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-08 19:07:20 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-08 19:30:18 +0200 |
commit | 638cf96f28adcb30ba14d685e809399c868c65bb (patch) | |
tree | cecab4ca8966376e7e165efaa5c5f6eaad70e810 /dev-ros | |
parent | dev-ros/test_roslib_comm: Remove old (diff) | |
download | gentoo-638cf96f28adcb30ba14d685e809399c868c65bb.tar.gz gentoo-638cf96f28adcb30ba14d685e809399c868c65bb.tar.bz2 gentoo-638cf96f28adcb30ba14d685e809399c868c65bb.zip |
dev-ros/test_rosmaster: 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/test_rosmaster/test_rosmaster-1.15.7.ebuild | 4 | ||||
-rw-r--r-- | dev-ros/test_rosmaster/test_rosmaster-9999.ebuild | 6 |
2 files changed, 3 insertions, 7 deletions
diff --git a/dev-ros/test_rosmaster/test_rosmaster-1.15.7.ebuild b/dev-ros/test_rosmaster/test_rosmaster-1.15.7.ebuild index ea88573de821..ce3dc8154500 100644 --- a/dev-ros/test_rosmaster/test_rosmaster-1.15.7.ebuild +++ b/dev-ros/test_rosmaster/test_rosmaster-1.15.7.ebuild @@ -1,15 +1,13 @@ # 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 rosmaster" diff --git a/dev-ros/test_rosmaster/test_rosmaster-9999.ebuild b/dev-ros/test_rosmaster/test_rosmaster-9999.ebuild index aec1968cf2c2..ce3dc8154500 100644 --- a/dev-ros/test_rosmaster/test_rosmaster-9999.ebuild +++ b/dev-ros/test_rosmaster/test_rosmaster-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 rosmaster" |