diff options
author | Alexis Ballier <aballier@gentoo.org> | 2018-12-21 16:02:47 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2018-12-21 16:51:27 +0100 |
commit | d131fdf3e4e0abc2f2eed595eab8d584445fbdad (patch) | |
tree | d499c79ded0fb539281113f9d338e982baa08edd /dev-ros | |
parent | dev-util/rosdep: bump to 0.13.0; update EAPI (diff) | |
download | gentoo-d131fdf3e4e0abc2f2eed595eab8d584445fbdad.tar.gz gentoo-d131fdf3e4e0abc2f2eed595eab8d584445fbdad.tar.bz2 gentoo-d131fdf3e4e0abc2f2eed595eab8d584445fbdad.zip |
dev-ros/rosbag_storage: add missing tinyxml2 dep
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros')
-rw-r--r-- | dev-ros/rosbag_storage/rosbag_storage-1.14.3-r1.ebuild (renamed from dev-ros/rosbag_storage/rosbag_storage-1.14.3.ebuild) | 3 | ||||
-rw-r--r-- | dev-ros/rosbag_storage/rosbag_storage-9999.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/dev-ros/rosbag_storage/rosbag_storage-1.14.3.ebuild b/dev-ros/rosbag_storage/rosbag_storage-1.14.3-r1.ebuild index 048f341e9d2d..8cd7afb67508 100644 --- a/dev-ros/rosbag_storage/rosbag_storage-1.14.3.ebuild +++ b/dev-ros/rosbag_storage/rosbag_storage-1.14.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -26,5 +26,6 @@ RDEPEND=" dev-libs/boost:= app-arch/bzip2 dev-libs/console_bridge:= + dev-libs/tinyxml2:= " DEPEND="${RDEPEND}" diff --git a/dev-ros/rosbag_storage/rosbag_storage-9999.ebuild b/dev-ros/rosbag_storage/rosbag_storage-9999.ebuild index 048f341e9d2d..8cd7afb67508 100644 --- a/dev-ros/rosbag_storage/rosbag_storage-9999.ebuild +++ b/dev-ros/rosbag_storage/rosbag_storage-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -26,5 +26,6 @@ RDEPEND=" dev-libs/boost:= app-arch/bzip2 dev-libs/console_bridge:= + dev-libs/tinyxml2:= " DEPEND="${RDEPEND}" |