summaryrefslogtreecommitdiff
path: root/dev-python/python_orocos_kdl/python_orocos_kdl-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/python_orocos_kdl/python_orocos_kdl-9999.ebuild')
-rw-r--r--dev-python/python_orocos_kdl/python_orocos_kdl-9999.ebuild14
1 files changed, 7 insertions, 7 deletions
diff --git a/dev-python/python_orocos_kdl/python_orocos_kdl-9999.ebuild b/dev-python/python_orocos_kdl/python_orocos_kdl-9999.ebuild
index f48a378d75f0..228748e30394 100644
--- a/dev-python/python_orocos_kdl/python_orocos_kdl-9999.ebuild
+++ b/dev-python/python_orocos_kdl/python_orocos_kdl-9999.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
-PYTHON_COMPAT=( python3_{5,6,7,8,9} )
+EAPI=7
+PYTHON_COMPAT=( python{3_6,3_7,3_8,3_9} )
SCM=""
if [ "${PV#9999}" != "${PV}" ] ; then
@@ -10,7 +10,7 @@ if [ "${PV#9999}" != "${PV}" ] ; then
EGIT_REPO_URI="https://github.com/orocos/orocos_kinematics_dynamics"
fi
-inherit ${SCM} python-r1 cmake-utils
+inherit ${SCM} python-r1 cmake
if [ "${PV#9999}" != "${PV}" ] ; then
KEYWORDS=""
@@ -40,19 +40,19 @@ else
fi
src_configure() {
- python_foreach_impl cmake-utils_src_configure
+ python_foreach_impl cmake_src_configure
}
src_compile() {
- python_foreach_impl cmake-utils_src_compile
+ python_foreach_impl cmake_src_compile
}
src_test() {
- python_foreach_impl cmake-utils_src_test
+ python_foreach_impl cmake_src_test
}
src_install() {
- python_foreach_impl cmake-utils_src_install
+ python_foreach_impl cmake_src_install
# Need to have package.xml in our custom gentoo path
insinto /usr/share/ros_packages/${PN}