summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2015-11-25 15:51:22 +0300
committerSergey Popov <pinkbyte@gentoo.org>2015-11-25 15:51:40 +0300
commitd921063e8c4d93f22f621a74a3af7e13b104040f (patch)
tree87a921c4443736038fb7ad772f977492f4cd46c4 /dev-cpp/commoncpp2
parentdev-cpp/commoncpp2: fix building with libgcrypt 1.6 and higher (diff)
downloadgentoo-d921063e8c4d93f22f621a74a3af7e13b104040f.tar.gz
gentoo-d921063e8c4d93f22f621a74a3af7e13b104040f.tar.bz2
gentoo-d921063e8c4d93f22f621a74a3af7e13b104040f.zip
dev-cpp/commoncpp2: add SLOT to dev-libs/openssl dependency
Package-Manager: portage-2.2.23
Diffstat (limited to 'dev-cpp/commoncpp2')
-rw-r--r--dev-cpp/commoncpp2/commoncpp2-1.8.1-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/commoncpp2/commoncpp2-1.8.1-r1.ebuild b/dev-cpp/commoncpp2/commoncpp2-1.8.1-r1.ebuild
index 1fdd61571867..2703a09f1a3d 100644
--- a/dev-cpp/commoncpp2/commoncpp2-1.8.1-r1.ebuild
+++ b/dev-cpp/commoncpp2/commoncpp2-1.8.1-r1.ebuild
@@ -17,7 +17,7 @@ REQUIRED_USE="gnutls? ( ssl )"
RDEPEND="ssl? ( gnutls? ( dev-libs/libgcrypt:0
net-libs/gnutls )
- !gnutls? ( dev-libs/openssl ) )
+ !gnutls? ( dev-libs/openssl:0 ) )
sys-libs/zlib"
DEPEND="doc? ( >=app-doc/doxygen-1.3.6 )
${RDEPEND}"