summaryrefslogtreecommitdiff
path: root/ros-meta/ament_cmake/ament_cmake-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'ros-meta/ament_cmake/ament_cmake-9999.ebuild')
-rw-r--r--ros-meta/ament_cmake/ament_cmake-9999.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/ros-meta/ament_cmake/ament_cmake-9999.ebuild b/ros-meta/ament_cmake/ament_cmake-9999.ebuild
index dc733c1f5430..ea49e151e0f9 100644
--- a/ros-meta/ament_cmake/ament_cmake-9999.ebuild
+++ b/ros-meta/ament_cmake/ament_cmake-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2019-2020 Gentoo Authors
+# Copyright 2019-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{3_7,3_8} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit cmake python-r1
@@ -23,9 +23,7 @@ HOMEPAGE="https://github.com/ament/ament_cmake"
LICENSE="Apache-2.0"
SLOT="0"
-if [ "${PV#9999}" != "${PV}" ] ; then
- KEYWORDS=""
-else
+if [[ "${PV#9999}" == "${PV}" ]] ; then
KEYWORDS="~amd64"
fi
IUSE=""