summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2019-08-25 20:21:20 +0200
committerAlexis Ballier <aballier@gentoo.org>2019-08-25 20:21:43 +0200
commit4d893616106d03558c8f403911e33b42ef3b731d (patch)
treebf2215482e0bbab0a8498349ddce17d05615b067 /dev-ros/tf/tf-1.12.0.ebuild
parentdev-ros/tf: Remove old (diff)
downloadgentoo-4d893616106d03558c8f403911e33b42ef3b731d.tar.gz
gentoo-4d893616106d03558c8f403911e33b42ef3b731d.tar.bz2
gentoo-4d893616106d03558c8f403911e33b42ef3b731d.zip
dev-ros/tf: upstream fix for boost 1.70.0
Package-Manager: Portage-2.3.72, Repoman-2.3.17 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/tf/tf-1.12.0.ebuild')
-rw-r--r--dev-ros/tf/tf-1.12.0.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-ros/tf/tf-1.12.0.ebuild b/dev-ros/tf/tf-1.12.0.ebuild
index d129d24ee28a..201cf57ee6b6 100644
--- a/dev-ros/tf/tf-1.12.0.ebuild
+++ b/dev-ros/tf/tf-1.12.0.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
@@ -36,3 +36,4 @@ DEPEND="${RDEPEND}
dev-cpp/gtest
dev-python/nose[${PYTHON_USEDEP}]
)"
+PATCHES=( "${FILESDIR}/boost.patch" )