diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2017-08-21 04:57:44 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2017-08-21 04:57:44 +0300 |
commit | 8a918d7a367265fa945ec3b47e1666733b873325 (patch) | |
tree | da69f26d3c2135130f2687cc8a9f0646cb3dfcb0 /net-im/spectrum | |
parent | 9c1c9af04427602c9eb52e3d99601e8cd87ff89e (diff) |
libressl related changes
Diffstat (limited to 'net-im/spectrum')
-rw-r--r-- | net-im/spectrum/spectrum-scm.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-im/spectrum/spectrum-scm.ebuild b/net-im/spectrum/spectrum-scm.ebuild index 0237f12..9e88eac 100644 --- a/net-im/spectrum/spectrum-scm.ebuild +++ b/net-im/spectrum/spectrum-scm.ebuild @@ -16,12 +16,13 @@ SLOT="0" KEYWORDS="" IUSE_PLUGINS="frotz irc purple skype smstools" -IUSE="debug doc libev log mysql postgres sqlite staticport symlinks test tools ${IUSE_PLUGINS}" +IUSE="debug doc libev libressl log mysql postgres sqlite staticport symlinks test tools ${IUSE_PLUGINS}" RDEPEND="net-im/jabber-base net-im/swiften dev-libs/popt - dev-libs/openssl + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) log? ( dev-libs/log4cxx ) mysql? ( virtual/mysql ) postgres? ( dev-libs/libpqxx ) |