diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-06-19 08:37:36 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-06-19 08:37:42 +0200 |
commit | 8e299dd8da5761999b9fd20e7151ccb527dde026 (patch) | |
tree | a0c65b27167303d23508cc72fa826428686c6441 /net-libs/libzrtpcpp | |
parent | Multiple metadata.xml: reorder to make sure assignee goes first (diff) | |
download | gentoo-8e299dd8da5761999b9fd20e7151ccb527dde026.tar.gz gentoo-8e299dd8da5761999b9fd20e7151ccb527dde026.tar.bz2 gentoo-8e299dd8da5761999b9fd20e7151ccb527dde026.zip |
net-libs/libzrtpcpp: Remove libgcrypt fallback support, #586320
Remove the libgcrypt fallback support since it can not be expressed
correctly with the currently available dependency specifications.
Diffstat (limited to 'net-libs/libzrtpcpp')
-rw-r--r-- | net-libs/libzrtpcpp/libzrtpcpp-2.3.4.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net-libs/libzrtpcpp/libzrtpcpp-2.3.4.ebuild b/net-libs/libzrtpcpp/libzrtpcpp-2.3.4.ebuild index 4f71ea2cb10b..251d1969354c 100644 --- a/net-libs/libzrtpcpp/libzrtpcpp-2.3.4.ebuild +++ b/net-libs/libzrtpcpp/libzrtpcpp-2.3.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,10 +16,7 @@ SLOT="0" RDEPEND=">=net-libs/ccrtp-2 >=dev-cpp/commoncpp2-1.5.1 - || ( - >=dev-libs/openssl-0.9.8[-bindist] - dev-libs/libgcrypt:0= - )" + >=dev-libs/openssl-0.9.8:0=[-bindist]" DEPEND="${RDEPEND} virtual/pkgconfig" |