summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2019-12-11 17:01:09 +0100
committerAlexis Ballier <aballier@gentoo.org>2019-12-11 17:12:28 +0100
commit975e7a8356041a3f0550af470c57c61792c5ae17 (patch)
treef03047ecc0c072b232960e7dc6d1df52d3ed9ffc
parentdev-ros/roslaunch: remove yaml.load() usages (diff)
downloadgentoo-975e7a8356041a3f0550af470c57c61792c5ae17.tar.gz
gentoo-975e7a8356041a3f0550af470c57c61792c5ae17.tar.bz2
gentoo-975e7a8356041a3f0550af470c57c61792c5ae17.zip
dev-ros/fake_localization: forward port boost patch
Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
-rw-r--r--dev-ros/fake_localization/fake_localization-1.16.3.ebuild1
-rw-r--r--dev-ros/fake_localization/fake_localization-9999.ebuild3
2 files changed, 3 insertions, 1 deletions
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 b045349a3fe4..946772aaddd8 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 0c7895911491..946772aaddd8 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" )