summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2019-08-29 17:50:13 +0200
committerAlexis Ballier <aballier@gentoo.org>2019-08-29 17:50:31 +0200
commit4a20ff3457061f541893ea2a34320272fb172f39 (patch)
tree8379efe2d4faae884ae59e21d1cc502c944aa0eb /dev-ros/laser_cb_detector/laser_cb_detector-0.10.14.ebuild
parentsci-misc/ViSP-images: bump to 3.2.0 (diff)
downloadgentoo-4a20ff3457061f541893ea2a34320272fb172f39.tar.gz
gentoo-4a20ff3457061f541893ea2a34320272fb172f39.tar.bz2
gentoo-4a20ff3457061f541893ea2a34320272fb172f39.zip
dev-ros/laser_cb_detector: fix build with boost 1.70
Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/laser_cb_detector/laser_cb_detector-0.10.14.ebuild')
-rw-r--r--dev-ros/laser_cb_detector/laser_cb_detector-0.10.14.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ros/laser_cb_detector/laser_cb_detector-0.10.14.ebuild b/dev-ros/laser_cb_detector/laser_cb_detector-0.10.14.ebuild
index 605a596b776e..888eec2019d8 100644
--- a/dev-ros/laser_cb_detector/laser_cb_detector-0.10.14.ebuild
+++ b/dev-ros/laser_cb_detector/laser_cb_detector-0.10.14.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
@@ -27,4 +27,4 @@ RDEPEND="
dev-ros/settlerlib
"
DEPEND="${RDEPEND}"
-PATCHES=( "${FILESDIR}/gcc6.patch" )
+PATCHES=( "${FILESDIR}/gcc6.patch" "${FILESDIR}/boost170.patch" )