summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2018-12-21 16:20:06 +0100
committerAlexis Ballier <aballier@gentoo.org>2018-12-21 16:51:27 +0100
commitb3d237138ab9ef68155431247f14bafc0f238983 (patch)
tree8afe39c3ec2a24ca28aac3a33eb01f6ee3a5f441 /dev-ros/robot_localization/robot_localization-9999.ebuild
parentdev-ros/rosbag_storage: add missing tinyxml2 dep (diff)
downloadgentoo-b3d237138ab9ef68155431247f14bafc0f238983.tar.gz
gentoo-b3d237138ab9ef68155431247f14bafc0f238983.tar.bz2
gentoo-b3d237138ab9ef68155431247f14bafc0f238983.zip
dev-ros/robot_localization: bump to 2.6.2
Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/robot_localization/robot_localization-9999.ebuild')
-rw-r--r--dev-ros/robot_localization/robot_localization-9999.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-ros/robot_localization/robot_localization-9999.ebuild b/dev-ros/robot_localization/robot_localization-9999.ebuild
index 939215f937b7..f94e26c36120 100644
--- a/dev-ros/robot_localization/robot_localization-9999.ebuild
+++ b/dev-ros/robot_localization/robot_localization-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -41,3 +41,5 @@ DEPEND="${RDEPEND}
dev-cpp/eigen:3
test? ( dev-ros/rosbag dev-ros/rostest dev-ros/rosunit )
"
+
+PATCHES=( "${FILESDIR}/nowerror.patch" )