diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-09 12:10:11 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-09 12:46:02 +0200 |
commit | dcb0dd4f3b1425eecf76b6a16d6b9a0dc271c915 (patch) | |
tree | 570115766695eb38dc77fcfc4c7abca3929db3fd /dev-ros/tf2_geometry_msgs | |
parent | dev-ros/tf2_kdl: Remove old (diff) | |
download | gentoo-dcb0dd4f3b1425eecf76b6a16d6b9a0dc271c915.tar.gz gentoo-dcb0dd4f3b1425eecf76b6a16d6b9a0dc271c915.tar.bz2 gentoo-dcb0dd4f3b1425eecf76b6a16d6b9a0dc271c915.zip |
dev-ros/tf2_geometry_msgs: 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/tf2_geometry_msgs')
-rw-r--r-- | dev-ros/tf2_geometry_msgs/tf2_geometry_msgs-0.7.2.ebuild | 9 | ||||
-rw-r--r-- | dev-ros/tf2_geometry_msgs/tf2_geometry_msgs-9999.ebuild | 11 |
2 files changed, 11 insertions, 9 deletions
diff --git a/dev-ros/tf2_geometry_msgs/tf2_geometry_msgs-0.7.2.ebuild b/dev-ros/tf2_geometry_msgs/tf2_geometry_msgs-0.7.2.ebuild index dc9aa1d02b50..c6f1c370e9c1 100644 --- a/dev-ros/tf2_geometry_msgs/tf2_geometry_msgs-0.7.2.ebuild +++ b/dev-ros/tf2_geometry_msgs/tf2_geometry_msgs-0.7.2.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/geometry2" KEYWORDS="~amd64 ~arm" ROS_SUBDIR=${PN} -PYTHON_COMPAT=( python2_7 ) CATKIN_HAS_MESSAGES=yes inherit ros-catkin @@ -21,6 +20,8 @@ RDEPEND=" dev-python/python_orocos_kdl[${PYTHON_USEDEP}] dev-ros/tf2 sci-libs/orocos_kdl - dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP},${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] +" +DEPEND="${RDEPEND} + dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] " -DEPEND="${RDEPEND}" diff --git a/dev-ros/tf2_geometry_msgs/tf2_geometry_msgs-9999.ebuild b/dev-ros/tf2_geometry_msgs/tf2_geometry_msgs-9999.ebuild index 244de1604706..c6f1c370e9c1 100644 --- a/dev-ros/tf2_geometry_msgs/tf2_geometry_msgs-9999.ebuild +++ b/dev-ros/tf2_geometry_msgs/tf2_geometry_msgs-9999.ebuild @@ -1,11 +1,10 @@ -# Copyright 1999-2018 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/geometry2" KEYWORDS="~amd64 ~arm" ROS_SUBDIR=${PN} -PYTHON_COMPAT=( python2_7 ) CATKIN_HAS_MESSAGES=yes inherit ros-catkin @@ -21,6 +20,8 @@ RDEPEND=" dev-python/python_orocos_kdl[${PYTHON_USEDEP}] dev-ros/tf2 sci-libs/orocos_kdl - dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP},${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] +" +DEPEND="${RDEPEND} + dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] " -DEPEND="${RDEPEND}" |