summaryrefslogtreecommitdiff
path: root/dev-ros/roslint/roslint-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ros/roslint/roslint-9999.ebuild')
-rw-r--r--dev-ros/roslint/roslint-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ros/roslint/roslint-9999.ebuild b/dev-ros/roslint/roslint-9999.ebuild
index 30a13432d8c5..58b60db84260 100644
--- a/dev-ros/roslint/roslint-9999.ebuild
+++ b/dev-ros/roslint/roslint-9999.ebuild
@@ -1,17 +1,17 @@
# 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/roslint"
KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python{2_7,3_6} pypy3 )
inherit ros-catkin
-DESCRIPTION="Performs static checking of Python or C++ source code for errors and standards compliance"
+DESCRIPTION="Static checking of Python or C++ source code for errors and standards compliance"
LICENSE="BSD"
SLOT="0"
IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}"
+CMAKE_MAKEFILE_GENERATOR="emake" # https://bugs.gentoo.org/738584