summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2019-01-03 13:00:08 +0100
committerAlexis Ballier <aballier@gentoo.org>2019-01-03 13:00:20 +0100
commit85f12a8de3b4dc4aa10209c052d205f5b700fa95 (patch)
tree44371ba9f31c7f0d9d472a2a4b90812fa6eedc22
parentdev-libs/libxml2: fix CVE-2018-14404 (diff)
downloadgentoo-85f12a8d.tar.gz
gentoo-85f12a8d.tar.bz2
gentoo-85f12a8d.zip
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>
-rw-r--r--dev-ros/rosbag_storage/rosbag_storage-1.14.3-r2.ebuild (renamed from dev-ros/rosbag_storage/rosbag_storage-1.14.3-r1.ebuild)5
-rw-r--r--dev-ros/rosbag_storage/rosbag_storage-9999.ebuild5
2 files changed, 8 insertions, 2 deletions
diff --git a/dev-ros/rosbag_storage/rosbag_storage-1.14.3-r1.ebuild b/dev-ros/rosbag_storage/rosbag_storage-1.14.3-r2.ebuild
index 8cd7afb67508..d2265060d274 100644
--- a/dev-ros/rosbag_storage/rosbag_storage-1.14.3-r1.ebuild
+++ b/dev-ros/rosbag_storage/rosbag_storage-1.14.3-r2.ebuild
@@ -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}"
diff --git a/dev-ros/rosbag_storage/rosbag_storage-9999.ebuild b/dev-ros/rosbag_storage/rosbag_storage-9999.ebuild
index 8cd7afb67508..d2265060d274 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 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}"