commit:     ed148ef3a5c5bc769a7ffe7bb6b3e8fe586ba322
Author:     Henning Schild <henning <AT> hennsch <DOT> de>
AuthorDate: Thu Oct 20 08:05:34 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Nov 10 16:15:33 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed148ef3

net-misc/icaclient: RDEPEND on sys-libs/llvm-libunwind

Some binaries need libunwind.so.1 and installing sys-libs/llvm-libunwind
used to be an issue because it caused a conflict with net-fs/samba.
Plus it was unknown if the llvm version was the correct one, or if
icaclient in fact needed an old sys-libs/libunwind.

Now it is clear that sys-libs/llvm-libunwind is correct.
https://docs.citrix.com/en-us/citrix-workspace-app-for-linux/configure-xenapp.html#adding-the-libunwind-12-library-dependency-for-llvm-12

Closes: https://bugs.gentoo.org/855374
Signed-off-by: Henning Schild <henning <AT> hennsch.de>
Closes: https://github.com/gentoo/gentoo/pull/27867
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 ...{icaclient-22.9.0.21-r1.ebuild => icaclient-22.9.0.21-r2.ebuild} | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/net-misc/icaclient/icaclient-22.9.0.21-r1.ebuild 
b/net-misc/icaclient/icaclient-22.9.0.21-r2.ebuild
similarity index 98%
rename from net-misc/icaclient/icaclient-22.9.0.21-r1.ebuild
rename to net-misc/icaclient/icaclient-22.9.0.21-r2.ebuild
index ac4d460a6a72..6d50e753d17b 100644
--- a/net-misc/icaclient/icaclient-22.9.0.21-r1.ebuild
+++ b/net-misc/icaclient/icaclient-22.9.0.21-r2.ebuild
@@ -35,11 +35,6 @@ REQUIRES_EXCLUDE="${REQUIRES_EXCLUDE}
        libgstpbutils-0.10.so.0
        libgstreamer-0.10.so.0
 "
-# we have binaries which depend on some ancient libunwind
-REQUIRES_EXCLUDE="${REQUIRES_EXCLUDE}
-       libunwind.so.1
-"
-
 RDEPEND="
        app-crypt/libsecret
        dev-libs/atk
@@ -65,6 +60,7 @@ RDEPEND="
        sys-apps/util-linux
        sys-libs/libcxx
        sys-libs/libcxxabi
+       sys-libs/llvm-libunwind
        sys-libs/zlib
        virtual/krb5
        virtual/libudev

Reply via email to