mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-ros/rosserial_server: 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,7 +1,7 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# 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-drivers/rosserial"
|
||||
KEYWORDS="~amd64 ~arm"
|
||||
ROS_SUBDIR=${PN}
|
||||
@@ -15,9 +15,10 @@ IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
dev-ros/roscpp
|
||||
dev-ros/rosserial_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
|
||||
dev-ros/topic_tools
|
||||
dev-libs/boost:=[threads]
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-ros/rosserial_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
|
||||
"
|
||||
PATCHES=( "${FILESDIR}/boost170.patch" )
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Copyright 1999-2014 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-drivers/rosserial"
|
||||
KEYWORDS="~amd64 ~arm"
|
||||
ROS_SUBDIR=${PN}
|
||||
@@ -15,8 +15,10 @@ IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
dev-ros/roscpp
|
||||
dev-ros/rosserial_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
|
||||
dev-ros/topic_tools
|
||||
dev-libs/boost:=[threads]
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-ros/rosserial_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
|
||||
"
|
||||
PATCHES=( "${FILESDIR}/boost170.patch" )
|
||||
|
||||
Reference in New Issue
Block a user