commit: bf7db21c26fed5f4e2ba8cac200e420533747c09
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 2 13:40:39 2016 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Wed Mar 2 13:40:56 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf7db21c
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 <AT> gentoo.org>
net-im/licq/licq-1.8.2.ebuild | 7 ++++---
1 file 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 a75d8a3..95fb2ac 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
}