diff options
author | Sam James <sam@gentoo.org> | 2022-03-23 00:11:47 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-23 00:13:42 +0000 |
commit | a12d923544a8e4ae875ff97bb2e6bd8a0a857ca3 (patch) | |
tree | 3c0df414e015f6438223959452b38d6329647d2e /net-irc | |
parent | mail-client/claws-mail: add subslot dep on OpenLDAP (diff) | |
download | gentoo-a12d923544a8e4ae875ff97bb2e6bd8a0a857ca3.tar.gz gentoo-a12d923544a8e4ae875ff97bb2e6bd8a0a857ca3.tar.bz2 gentoo-a12d923544a8e4ae875ff97bb2e6bd8a0a857ca3.zip |
net-irc/quassel: add subslot dep on OpenLDAP
New OpenLDAP breaks ABI (changes SONAME)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/quassel/quassel-0.13.1-r3.ebuild (renamed from net-irc/quassel/quassel-0.13.1-r2.ebuild) | 4 | ||||
-rw-r--r-- | net-irc/quassel/quassel-0.14.0-r1.ebuild (renamed from net-irc/quassel/quassel-0.14.0.ebuild) | 2 | ||||
-rw-r--r-- | net-irc/quassel/quassel-9999.ebuild | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/net-irc/quassel/quassel-0.13.1-r2.ebuild b/net-irc/quassel/quassel-0.13.1-r3.ebuild index a1eff20dad59..6e710d92abd3 100644 --- a/net-irc/quassel/quassel-0.13.1-r2.ebuild +++ b/net-irc/quassel/quassel-0.13.1-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -27,7 +27,7 @@ SERVER_DEPEND=" acct-user/quassel dev-qt/qtscript:5 crypt? ( app-crypt/qca:2[ssl] ) - ldap? ( net-nds/openldap ) + 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 ) diff --git a/net-irc/quassel/quassel-0.14.0.ebuild b/net-irc/quassel/quassel-0.14.0-r1.ebuild index ad984f995d66..f25fed0bc1d5 100644 --- a/net-irc/quassel/quassel-0.14.0.ebuild +++ b/net-irc/quassel/quassel-0.14.0-r1.ebuild @@ -31,7 +31,7 @@ SERVER_DEPEND="acct-group/quassel acct-user/quassel dev-qt/qtscript:5 crypt? ( app-crypt/qca:2[ssl] ) - ldap? ( net-nds/openldap ) + 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 )" diff --git a/net-irc/quassel/quassel-9999.ebuild b/net-irc/quassel/quassel-9999.ebuild index 4508c79fbeb9..d4dca6dc95f1 100644 --- a/net-irc/quassel/quassel-9999.ebuild +++ b/net-irc/quassel/quassel-9999.ebuild @@ -31,7 +31,7 @@ SERVER_DEPEND="acct-group/quassel acct-user/quassel dev-qt/qtscript:5 crypt? ( app-crypt/qca:2[ssl] ) - ldap? ( net-nds/openldap ) + 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 )" |