diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-09 13:01:53 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-09 13:45:24 +0200 |
commit | 8c0c8ae47e7be5731d54f21fa787424fccec9ad5 (patch) | |
tree | 409b4a4e34ecc4b78d510f08ee1a76cd48ca47b7 /dev-ros/diagnostic_analysis | |
parent | dev-ros/diagnostic_common_diagnostics: Remove old (diff) | |
download | gentoo-8c0c8ae47e7be5731d54f21fa787424fccec9ad5.tar.gz gentoo-8c0c8ae47e7be5731d54f21fa787424fccec9ad5.tar.bz2 gentoo-8c0c8ae47e7be5731d54f21fa787424fccec9ad5.zip |
dev-ros/diagnostic_analysis: 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/diagnostic_analysis')
-rw-r--r-- | dev-ros/diagnostic_analysis/diagnostic_analysis-1.9.4.ebuild | 3 | ||||
-rw-r--r-- | dev-ros/diagnostic_analysis/diagnostic_analysis-9999.ebuild | 5 |
2 files changed, 3 insertions, 5 deletions
diff --git a/dev-ros/diagnostic_analysis/diagnostic_analysis-1.9.4.ebuild b/dev-ros/diagnostic_analysis/diagnostic_analysis-1.9.4.ebuild index ffb0ad5ab0b2..bf479c375c49 100644 --- a/dev-ros/diagnostic_analysis/diagnostic_analysis-1.9.4.ebuild +++ b/dev-ros/diagnostic_analysis/diagnostic_analysis-1.9.4.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/diagnostics" KEYWORDS="~amd64 ~arm" ROS_SUBDIR=${PN} -PYTHON_COMPAT=( python2_7 ) inherit ros-catkin diff --git a/dev-ros/diagnostic_analysis/diagnostic_analysis-9999.ebuild b/dev-ros/diagnostic_analysis/diagnostic_analysis-9999.ebuild index f300b602d629..bf479c375c49 100644 --- a/dev-ros/diagnostic_analysis/diagnostic_analysis-9999.ebuild +++ b/dev-ros/diagnostic_analysis/diagnostic_analysis-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/diagnostics" KEYWORDS="~amd64 ~arm" ROS_SUBDIR=${PN} -PYTHON_COMPAT=( python2_7 ) inherit ros-catkin |