dev-ros/rosbag_storage: add missing crypto deps

Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
This commit is contained in:
Alexis Ballier
2019-01-03 13:00:08 +01:00
parent 3e81bfb689
commit 85f12a8de3
2 changed files with 8 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2018 Gentoo Authors
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -27,5 +27,8 @@ RDEPEND="
app-arch/bzip2
dev-libs/console_bridge:=
dev-libs/tinyxml2:=
dev-libs/openssl:0=
app-crypt/gpgme
"
DEPEND="${RDEPEND}"

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2018 Gentoo Authors
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -27,5 +27,8 @@ RDEPEND="
app-arch/bzip2
dev-libs/console_bridge:=
dev-libs/tinyxml2:=
dev-libs/openssl:0=
app-crypt/gpgme
"
DEPEND="${RDEPEND}"