commit: 975e7a8356041a3f0550af470c57c61792c5ae17
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 11 16:01:09 2019 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Dec 11 16:12:28 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=975e7a83
dev-ros/fake_localization: forward port boost patch
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
dev-ros/fake_localization/fake_localization-1.16.3.ebuild | 1 +
dev-ros/fake_localization/fake_localization-9999.ebuild | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/dev-ros/fake_localization/fake_localization-1.16.3.ebuild
b/dev-ros/fake_localization/fake_localization-1.16.3.ebuild
index b045349a3fe..946772aaddd 100644
--- a/dev-ros/fake_localization/fake_localization-1.16.3.ebuild
+++ b/dev-ros/fake_localization/fake_localization-1.16.3.ebuild
@@ -27,3 +27,4 @@ RDEPEND="
dev-ros/tf2_geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
"
DEPEND="${RDEPEND}"
+PATCHES=( "${FILESDIR}/boost170.patch" )
diff --git a/dev-ros/fake_localization/fake_localization-9999.ebuild
b/dev-ros/fake_localization/fake_localization-9999.ebuild
index 0c789591149..946772aaddd 100644
--- a/dev-ros/fake_localization/fake_localization-9999.ebuild
+++ b/dev-ros/fake_localization/fake_localization-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -27,3 +27,4 @@ RDEPEND="
dev-ros/tf2_geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
"
DEPEND="${RDEPEND}"
+PATCHES=( "${FILESDIR}/boost170.patch" )