diff options
author | Sam James <sam@gentoo.org> | 2022-03-22 23:50:24 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-22 23:50:24 +0000 |
commit | 3416f99e4cac42ab844207698bb830f510143f64 (patch) | |
tree | 79c08a067a31c2f21553c6e8beb8dfba00d59c76 /net-misc/x2goclient | |
parent | net-mail/dovecot: add subslot dep on OpenLDAP (diff) | |
download | gentoo-3416f99e4cac42ab844207698bb830f510143f64.tar.gz gentoo-3416f99e4cac42ab844207698bb830f510143f64.tar.bz2 gentoo-3416f99e4cac42ab844207698bb830f510143f64.zip |
net-misc/x2goclient: add subslot dep on OpenLDAP
New OpenLDAP breaks ABI (changes SONAME)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/x2goclient')
-rw-r--r-- | net-misc/x2goclient/x2goclient-4.1.2.2-r1.ebuild (renamed from net-misc/x2goclient/x2goclient-4.1.2.2.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/x2goclient/x2goclient-4.1.2.2.ebuild b/net-misc/x2goclient/x2goclient-4.1.2.2-r1.ebuild index 313291619a0b..5d5407b1424f 100644 --- a/net-misc/x2goclient/x2goclient-4.1.2.2.ebuild +++ b/net-misc/x2goclient/x2goclient-4.1.2.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -23,7 +23,7 @@ COMMON_DEPEND="dev-qt/qtcore:5 >=net-libs/libssh-0.7.5-r2 net-print/cups x11-libs/libXpm - ldap? ( net-nds/openldap )" + ldap? ( net-nds/openldap:= )" DEPEND="${COMMON_DEPEND} dev-qt/linguist-tools:5" RDEPEND="${COMMON_DEPEND} |