mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-03 11:58:07 -07:00
dev-ros/joint_states_settler: bump eapi
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
# Copyright 1999-2017 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-perception/calibration"
|
||||
CATKIN_HAS_MESSAGES=yes
|
||||
KEYWORDS="~amd64 ~arm"
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
ROS_SUBDIR=${PN}
|
||||
|
||||
inherit ros-catkin
|
||||
@@ -22,9 +21,9 @@ RDEPEND="
|
||||
dev-ros/roscpp
|
||||
dev-ros/roscpp_serialization
|
||||
dev-ros/settlerlib
|
||||
dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
|
||||
dev-ros/actionlib_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
|
||||
dev-ros/actionlib_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
|
||||
test? ( dev-cpp/gtest )"
|
||||
PATCHES=( "${FILESDIR}/gcc6.patch" )
|
||||
|
||||
@@ -1,11 +1,10 @@
|
||||
# Copyright 1999-2017 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-perception/calibration"
|
||||
CATKIN_HAS_MESSAGES=yes
|
||||
KEYWORDS="~amd64 ~arm"
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
ROS_SUBDIR=${PN}
|
||||
|
||||
inherit ros-catkin
|
||||
@@ -22,9 +21,9 @@ RDEPEND="
|
||||
dev-ros/roscpp
|
||||
dev-ros/roscpp_serialization
|
||||
dev-ros/settlerlib
|
||||
dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
|
||||
dev-ros/actionlib_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
|
||||
dev-ros/actionlib_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
|
||||
test? ( dev-cpp/gtest )"
|
||||
PATCHES=( "${FILESDIR}/gcc6.patch" )
|
||||
|
||||
Reference in New Issue
Block a user