diff options
author | Alexis Ballier <aballier@gentoo.org> | 2019-12-13 13:15:50 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2019-12-13 13:15:50 +0100 |
commit | 11dbcfc8bf1872b5861c1fd7837c14156b9878d9 (patch) | |
tree | 3abbc233fe386350c0e4870e724e4a7cec5003c1 /dev-ros | |
parent | ros-meta/ament_cmake: specify transitive deps for usedeps (diff) | |
download | gentoo-11dbcfc8bf1872b5861c1fd7837c14156b9878d9.tar.gz gentoo-11dbcfc8bf1872b5861c1fd7837c14156b9878d9.tar.bz2 gentoo-11dbcfc8bf1872b5861c1fd7837c14156b9878d9.zip |
dev-ros/hector_mapping: forward port boost patch
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros')
-rw-r--r-- | dev-ros/hector_mapping/hector_mapping-0.4.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-ros/hector_mapping/hector_mapping-0.4.0.ebuild b/dev-ros/hector_mapping/hector_mapping-0.4.0.ebuild index 4e49dd7e8a0e..fbcf32d16868 100644 --- a/dev-ros/hector_mapping/hector_mapping-0.4.0.ebuild +++ b/dev-ros/hector_mapping/hector_mapping-0.4.0.ebuild @@ -26,3 +26,4 @@ RDEPEND=" " DEPEND="${RDEPEND} dev-cpp/eigen:3" +PATCHES=( "${FILESDIR}/boost170.patch" ) |