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:
Alexis Ballier
2020-07-10 18:37:35 +02:00
parent 51327a778f
commit c1667ae774
2 changed files with 11 additions and 8 deletions

View File

@@ -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" )

View File

@@ -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" )