diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-09 14:02:47 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-09 14:33:27 +0200 |
commit | 98ea255d1bef6401aa9a3a94a10459d7d4e1faf3 (patch) | |
tree | 0f52d4e82d8154932e29404189057e4a7f7a4ff2 /dev-ros/smach_ros | |
parent | ros-meta/executive_smach: Bump to 2.5.0. (diff) | |
download | gentoo-98ea255d1bef6401aa9a3a94a10459d7d4e1faf3.tar.gz gentoo-98ea255d1bef6401aa9a3a94a10459d7d4e1faf3.tar.bz2 gentoo-98ea255d1bef6401aa9a3a94a10459d7d4e1faf3.zip |
dev-ros/smach_ros: 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/smach_ros')
-rw-r--r-- | dev-ros/smach_ros/smach_ros-2.5.0.ebuild | 3 | ||||
-rw-r--r-- | dev-ros/smach_ros/smach_ros-9999.ebuild | 5 |
2 files changed, 3 insertions, 5 deletions
diff --git a/dev-ros/smach_ros/smach_ros-2.5.0.ebuild b/dev-ros/smach_ros/smach_ros-2.5.0.ebuild index 08b54b8fcd47..a168a09a372f 100644 --- a/dev-ros/smach_ros/smach_ros-2.5.0.ebuild +++ b/dev-ros/smach_ros/smach_ros-2.5.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/executive_smach" KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python2_7 ) ROS_SUBDIR=${PN} inherit ros-catkin diff --git a/dev-ros/smach_ros/smach_ros-9999.ebuild b/dev-ros/smach_ros/smach_ros-9999.ebuild index e2c6774ebe00..a168a09a372f 100644 --- a/dev-ros/smach_ros/smach_ros-9999.ebuild +++ b/dev-ros/smach_ros/smach_ros-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/executive_smach" KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python2_7 ) ROS_SUBDIR=${PN} inherit ros-catkin |