summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2018-04-11 20:13:10 +0200
committerAlexis Ballier <aballier@gentoo.org>2018-04-11 20:13:21 +0200
commita23d166737c4de4aa12ae7c8767ad9225f0af8a5 (patch)
tree997cf0962984a8dd812590f6f7697c2d644c66d7 /dev-ros/laser_proc/laser_proc-0.1.4-r1.ebuild
parentapp-admin/sudo: Fixed /var/db/sudo permissions for real. (diff)
downloadgentoo-a23d166737c4de4aa12ae7c8767ad9225f0af8a5.tar.gz
gentoo-a23d166737c4de4aa12ae7c8767ad9225f0af8a5.tar.bz2
gentoo-a23d166737c4de4aa12ae7c8767ad9225f0af8a5.zip
dev-ros/laser_proc: fix build
Closes: https://bugs.gentoo.org/652978 Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'dev-ros/laser_proc/laser_proc-0.1.4-r1.ebuild')
-rw-r--r--dev-ros/laser_proc/laser_proc-0.1.4-r1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-ros/laser_proc/laser_proc-0.1.4-r1.ebuild b/dev-ros/laser_proc/laser_proc-0.1.4-r1.ebuild
index daae664dcaa5..56bf959350e3 100644
--- a/dev-ros/laser_proc/laser_proc-0.1.4-r1.ebuild
+++ b/dev-ros/laser_proc/laser_proc-0.1.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -22,3 +22,4 @@ RDEPEND="
dev-libs/boost:=
"
DEPEND="${RDEPEND}"
+PATCHES=( "${FILESDIR}/pluginlib.patch" )