summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-07-15 17:06:12 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-07-15 17:35:50 +0200
commit5b379b7d01246cc1206211534811ddfcd49a3584 (patch)
treea494438f106e9f09c84a6bc41b9f4027d4bc67e9 /ros-meta/rosbridge_suite/rosbridge_suite-9999.ebuild
parentdev-ros/rosbridge_msgs: initial import (diff)
downloadgentoo-5b379b7d01246cc1206211534811ddfcd49a3584.tar.gz
gentoo-5b379b7d01246cc1206211534811ddfcd49a3584.tar.bz2
gentoo-5b379b7d01246cc1206211534811ddfcd49a3584.zip
ros-meta/rosbridge_suite: add rosbridge_msgs
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'ros-meta/rosbridge_suite/rosbridge_suite-9999.ebuild')
-rw-r--r--ros-meta/rosbridge_suite/rosbridge_suite-9999.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/ros-meta/rosbridge_suite/rosbridge_suite-9999.ebuild b/ros-meta/rosbridge_suite/rosbridge_suite-9999.ebuild
index a6be1d27551a..c2709db8545f 100644
--- a/ros-meta/rosbridge_suite/rosbridge_suite-9999.ebuild
+++ b/ros-meta/rosbridge_suite/rosbridge_suite-9999.ebuild
@@ -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/RobotWebTools/rosbridge_suite"
KEYWORDS="~amd64"
ROS_SUBDIR=${PN}
@@ -16,6 +16,7 @@ IUSE=""
RDEPEND="
dev-ros/rosapi
dev-ros/rosbridge_library
+ dev-ros/rosbridge_msgs
dev-ros/rosbridge_server
"
DEPEND=""