Skip to content

Commit

Permalink
dev-ros/rosbag_storage: add missing tinyxml2 dep
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Alexis Ballier <[email protected]>
  • Loading branch information
aballier committed Dec 21, 2018
1 parent e992cf3 commit d131fdf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -26,5 +26,6 @@ RDEPEND="
dev-libs/boost:=
app-arch/bzip2
dev-libs/console_bridge:=
dev-libs/tinyxml2:=
"
DEPEND="${RDEPEND}"
3 changes: 2 additions & 1 deletion dev-ros/rosbag_storage/rosbag_storage-9999.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -26,5 +26,6 @@ RDEPEND="
dev-libs/boost:=
app-arch/bzip2
dev-libs/console_bridge:=
dev-libs/tinyxml2:=
"
DEPEND="${RDEPEND}"

0 comments on commit d131fdf

Please sign in to comment.