summaryrefslogtreecommitdiff
path: root/net-p2p/retroshare/retroshare-scm.ebuild
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2017-08-27 11:00:44 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2017-08-27 11:00:44 +0300
commit50473eb73e09fee3f7a1a004089c99c58b2e8f42 (patch)
tree3c7ca3ebc3718db874e6ab882c29cb610aa7bdac /net-p2p/retroshare/retroshare-scm.ebuild
parent2a42396c99fa3b65e1177f68134ccf3f4db6d27d (diff)
retroshare: libressl useflag
Diffstat (limited to 'net-p2p/retroshare/retroshare-scm.ebuild')
-rw-r--r--net-p2p/retroshare/retroshare-scm.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-p2p/retroshare/retroshare-scm.ebuild b/net-p2p/retroshare/retroshare-scm.ebuild
index 899fec8..0281ffe 100644
--- a/net-p2p/retroshare/retroshare-scm.ebuild
+++ b/net-p2p/retroshare/retroshare-scm.ebuild
@@ -19,7 +19,7 @@ LICENSE="GPL-2 GPL-3 Apache-2.0 LGPL-2.1"
SLOT="0"
KEYWORDS=""
-IUSE="cli feedreader qt4 +qt5 voip +sqlcipher"
+IUSE="cli feedreader libressl qt4 +qt5 voip +sqlcipher"
REQUIRED_USE="|| ( cli qt5 qt4 )
feedreader? ( || ( qt5 qt4 ) )
voip? ( || ( qt5 qt4 ) )
@@ -32,7 +32,8 @@ RDEPEND="
sqlcipher? (
dev-db/sqlcipher
)
- dev-libs/openssl:0
+ !libressl? ( dev-libs/openssl:0[static-libs(+)?] )
+ libressl? ( dev-libs/libressl[static-libs(+)?] )
gnome-base/libgnome-keyring
net-libs/libmicrohttpd
net-libs/libupnp