diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-12-28 17:27:36 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-12-28 20:10:15 +0100 |
commit | 0e913188bdbc6dcc82f60f9dc92d7bd6d00845b7 (patch) | |
tree | 8966e2b28ba65b06d13bb71c429af1de655d5c98 /dev-ros/costmap_2d | |
parent | dev-ros/costmap_2d: Remove old (diff) | |
download | gentoo-0e913188bdbc6dcc82f60f9dc92d7bd6d00845b7.tar.gz gentoo-0e913188bdbc6dcc82f60f9dc92d7bd6d00845b7.tar.bz2 gentoo-0e913188bdbc6dcc82f60f9dc92d7bd6d00845b7.zip |
dev-ros/costmap_2d: add missing := dep on tinyxml2
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-ros/costmap_2d')
-rw-r--r-- | dev-ros/costmap_2d/costmap_2d-1.15.1-r1.ebuild (renamed from dev-ros/costmap_2d/costmap_2d-1.15.1.ebuild) | 1 | ||||
-rw-r--r-- | dev-ros/costmap_2d/costmap_2d-9999.ebuild | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/dev-ros/costmap_2d/costmap_2d-1.15.1.ebuild b/dev-ros/costmap_2d/costmap_2d-1.15.1-r1.ebuild index cd9d06ed3222..82162901a3db 100644 --- a/dev-ros/costmap_2d/costmap_2d-1.15.1.ebuild +++ b/dev-ros/costmap_2d/costmap_2d-1.15.1-r1.ebuild @@ -33,6 +33,7 @@ RDEPEND=" dev-cpp/eigen:3 sci-libs/pcl:= dev-libs/boost:=[threads] + dev-libs/tinyxml2:= " DEPEND="${RDEPEND} dev-ros/cmake_modules diff --git a/dev-ros/costmap_2d/costmap_2d-9999.ebuild b/dev-ros/costmap_2d/costmap_2d-9999.ebuild index 20b82059e451..82162901a3db 100644 --- a/dev-ros/costmap_2d/costmap_2d-9999.ebuild +++ b/dev-ros/costmap_2d/costmap_2d-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -33,6 +33,7 @@ RDEPEND=" dev-cpp/eigen:3 sci-libs/pcl:= dev-libs/boost:=[threads] + dev-libs/tinyxml2:= " DEPEND="${RDEPEND} dev-ros/cmake_modules |