summaryrefslogtreecommitdiff
path: root/dev-ros/libmavconn/libmavconn-0.19.0-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ros/libmavconn/libmavconn-0.19.0-r1.ebuild')
-rw-r--r--dev-ros/libmavconn/libmavconn-0.19.0-r1.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-ros/libmavconn/libmavconn-0.19.0-r1.ebuild b/dev-ros/libmavconn/libmavconn-0.19.0-r1.ebuild
index dddbbe6be4df..d42a92fd0e64 100644
--- a/dev-ros/libmavconn/libmavconn-0.19.0-r1.ebuild
+++ b/dev-ros/libmavconn/libmavconn-0.19.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -19,4 +19,7 @@ RDEPEND="
dev-libs/console_bridge:=
"
DEPEND="${RDEPEND}"
-PATCHES=( "${FILESDIR}/logging.patch" )
+PATCHES=(
+ "${FILESDIR}/logging.patch"
+ "${FILESDIR}/boost170.patch"
+)