commit: c96d075a371cb2dbe33c50a55969400ddb1f5487 Author: Manuel Nickschas <sputnick <AT> quassel-irc <DOT> org> AuthorDate: Wed Dec 20 19:01:40 2017 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Dec 20 19:17:46 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c96d075a
net-irc/quassel: add LDAP support Package-Manager: Portage-2.3.19, Repoman-2.3.6 Closes: https://github.com/gentoo/gentoo/pull/6591 net-irc/quassel/quassel-9999.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/net-irc/quassel/quassel-9999.ebuild b/net-irc/quassel/quassel-9999.ebuild index dc4527b4df8..bf4fa999424 100644 --- a/net-irc/quassel/quassel-9999.ebuild +++ b/net-irc/quassel/quassel-9999.ebuild @@ -15,11 +15,12 @@ HOMEPAGE="http://quassel-irc.org/" LICENSE="GPL-3" SLOT="0" KEYWORDS="" -IUSE="+breeze crypt +dbus debug kde monolithic oxygen postgres +server snorenotify +ssl syslog urlpreview X" +IUSE="+breeze crypt +dbus debug kde ldap monolithic oxygen postgres +server snorenotify +ssl syslog urlpreview X" SERVER_RDEPEND=" dev-qt/qtscript:5 crypt? ( app-crypt/qca:2[qt5(+),ssl] ) + ldap? ( net-nds/openldap ) postgres? ( dev-qt/qtsql:5[postgres] ) !postgres? ( dev-qt/qtsql:5[sqlite] dev-db/sqlite:3[threadsafe(+),-secure-delete] ) syslog? ( virtual/logger ) @@ -73,6 +74,7 @@ REQUIRED_USE=" || ( X server monolithic ) crypt? ( || ( server monolithic ) ) kde? ( || ( X monolithic ) ) + ldap? ( || ( server monolithic ) ) monolithic? ( || ( breeze oxygen ) ) postgres? ( || ( server monolithic ) ) snorenotify? ( || ( X monolithic ) ) @@ -98,6 +100,7 @@ src_configure() { -DWANT_MONO=$(usex monolithic) -DWANT_QTCLIENT=$(usex X) -DWITH_KDE=$(usex kde) + -DWITH_LDAP=$(usex ldap) -DWITH_WEBKIT=OFF -DWITH_WEBENGINE=$(usex urlpreview) -DWITH_BREEZE=OFF
