From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 62312138335 for ; Wed, 11 Dec 2019 16:12:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76167E08C3; Wed, 11 Dec 2019 16:12:51 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5F4E8E08C3 for ; Wed, 11 Dec 2019 16:12:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5B6E934D947 for ; Wed, 11 Dec 2019 16:12:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 832B6991 for ; Wed, 11 Dec 2019 16:12:46 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1576080748.975e7a8356041a3f0550af470c57c61792c5ae17.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/fake_localization/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/fake_localization/fake_localization-1.16.3.ebuild dev-ros/fake_localization/fake_localization-9999.ebuild X-VCS-Directories: dev-ros/fake_localization/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 975e7a8356041a3f0550af470c57c61792c5ae17 X-VCS-Branch: master Date: Wed, 11 Dec 2019 16:12:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c976fec6-e0f3-4aea-a8f4-d83b933bc340 X-Archives-Hash: 164a2ef8092600aebc0375ea7d364342 commit: 975e7a8356041a3f0550af470c57c61792c5ae17 Author: Alexis Ballier gentoo org> AuthorDate: Wed Dec 11 16:01:09 2019 +0000 Commit: Alexis Ballier gentoo 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 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" )