Skip to content

Commit

Permalink
net-im/licq: Don't build unit tests.
Browse files Browse the repository at this point in the history
Added slot dependency on openssl.

Package-Manager: portage-2.2.27
Signed-off-by: Lars Wendler <[email protected]>
  • Loading branch information
Lars Wendler committed Mar 2, 2016
1 parent bf00ad8 commit bf7db21
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions net-im/licq/licq-1.8.2.ebuild
Original file line number Diff line number Diff line change
@@ -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$

Expand All @@ -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}
Expand Down Expand Up @@ -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
}
Expand Down

0 comments on commit bf7db21

Please sign in to comment.