diff options
author | Alexis Ballier <aballier@gentoo.org> | 2019-01-03 13:00:08 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2019-01-03 13:00:20 +0100 |
commit | 85f12a8de3b4dc4aa10209c052d205f5b700fa95 (patch) | |
tree | 44371ba9f31c7f0d9d472a2a4b90812fa6eedc22 /dev-ros/rosbag_storage | |
parent | dev-libs/libxml2: fix CVE-2018-14404 (diff) | |
download | gentoo-85f12a8de3b4dc4aa10209c052d205f5b700fa95.tar.gz gentoo-85f12a8de3b4dc4aa10209c052d205f5b700fa95.tar.bz2 gentoo-85f12a8de3b4dc4aa10209c052d205f5b700fa95.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>
Diffstat (limited to 'dev-ros/rosbag_storage')
-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.ebuild | 5 |
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}" |