diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2016-03-02 14:40:39 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2016-03-02 14:40:56 +0100 |
commit | bf7db21c26fed5f4e2ba8cac200e420533747c09 (patch) | |
tree | b2eb42fb9c42d94b04874832a79fb688b8e5119b /net-im | |
parent | bf00ad8bf8be60fc60cf70562f4cbe088f485642 (diff) | |
download | gentoo-bf7db21c26fed5f4e2ba8cac200e420533747c09.tar.gz gentoo-bf7db21c26fed5f4e2ba8cac200e420533747c09.tar.xz |
net-im/licq: Don't build unit tests.
Added slot dependency on openssl.
Package-Manager: portage-2.2.27
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/licq/licq-1.8.2.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-im/licq/licq-1.8.2.ebuild b/net-im/licq/licq-1.8.2.ebuild index a75d8a32eba..95fb2acfede 100644 --- a/net-im/licq/licq-1.8.2.ebuild +++ b/net-im/licq/licq-1.8.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -19,7 +19,7 @@ RDEPEND=">=app-crypt/gpgme-1 xmpp? ( net-libs/gloox ) qt4? ( dev-qt/qtgui:4 ) socks5? ( net-proxy/dante ) - ssl? ( >=dev-libs/openssl-0.9.5a ) + ssl? ( >=dev-libs/openssl-0.9.5a:0= ) xosd? ( x11-libs/xosd ) aosd? ( x11-libs/libaosd )" DEPEND="${RDEPEND} @@ -57,7 +57,8 @@ src_configure() { $(cmake-utils_use socks5 USE_SOCKS5) $(cmake-utils_use ssl USE_OPENSSL) -DUSE_FIFO=ON - -DBUILD_PLUGINS=ON" + -DBUILD_PLUGINS=ON + -DBUILD_TESTS=OFF" cmake-utils_src_configure } |