From: Alexis Ballier Date: Wed, 11 Dec 2019 16:01:09 +0000 (+0100) Subject: dev-ros/fake_localization: forward port boost patch X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=975e7a8356041a3f0550af470c57c61792c5ae17;p=gentoo.git dev-ros/fake_localization: forward port boost patch Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Alexis Ballier --- 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" )