net-libs/libzrtpcpp: Remove libgcrypt fallback support, #586320
authorMichał Górny <mgorny@gentoo.org>
Sun, 19 Jun 2016 06:37:36 +0000 (08:37 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 19 Jun 2016 06:37:42 +0000 (08:37 +0200)
Remove the libgcrypt fallback support since it can not be expressed
correctly with the currently available dependency specifications.

net-libs/libzrtpcpp/libzrtpcpp-2.3.4.ebuild

index 4f71ea2cb10b2fda45388f716fb2b451cf403dd5..251d1969354c0495febd73ab01c4db36ad6b2f18 100644 (file)
@@ -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"