diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-10 18:20:30 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-10 18:50:34 +0200 |
commit | 9cff2932c8c5506da4c5290acc01b82f851d24ea (patch) | |
tree | 79d5bdae678120caa1d723d901bf78b4e628ab58 /dev-ros/roscreate | |
parent | dev-ros/rosmake: Remove old (diff) | |
download | gentoo-9cff2932c8c5506da4c5290acc01b82f851d24ea.tar.gz gentoo-9cff2932c8c5506da4c5290acc01b82f851d24ea.tar.bz2 gentoo-9cff2932c8c5506da4c5290acc01b82f851d24ea.zip |
dev-ros/roscreate: 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/roscreate')
-rw-r--r-- | dev-ros/roscreate/roscreate-1.15.5.ebuild | 3 | ||||
-rw-r--r-- | dev-ros/roscreate/roscreate-9999.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/dev-ros/roscreate/roscreate-1.15.5.ebuild b/dev-ros/roscreate/roscreate-1.15.5.ebuild index 41dae056f1c9..0f87541950dd 100644 --- a/dev-ros/roscreate/roscreate-1.15.5.ebuild +++ b/dev-ros/roscreate/roscreate-1.15.5.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/ros" KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python2_7 ) ROS_SUBDIR=tools/${PN} inherit ros-catkin diff --git a/dev-ros/roscreate/roscreate-9999.ebuild b/dev-ros/roscreate/roscreate-9999.ebuild index 41dae056f1c9..0f87541950dd 100644 --- a/dev-ros/roscreate/roscreate-9999.ebuild +++ b/dev-ros/roscreate/roscreate-9999.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/ros" KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python2_7 ) ROS_SUBDIR=tools/${PN} inherit ros-catkin |