diff options
author | Henning Schild <henning@hennsch.de> | 2022-10-20 10:05:34 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-11-10 18:15:33 +0200 |
commit | ed148ef3a5c5bc769a7ffe7bb6b3e8fe586ba322 (patch) | |
tree | 42dea1aa250c8a5051154aabc94267ee09c95106 /net-misc/icaclient | |
parent | app-misc/trash-cli: drop 0.22.4.16 (diff) | |
download | gentoo-ed148ef3a5c5bc769a7ffe7bb6b3e8fe586ba322.tar.gz gentoo-ed148ef3a5c5bc769a7ffe7bb6b3e8fe586ba322.tar.bz2 gentoo-ed148ef3a5c5bc769a7ffe7bb6b3e8fe586ba322.zip |
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@hennsch.de>
Closes: https://github.com/gentoo/gentoo/pull/27867
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-misc/icaclient')
-rw-r--r-- | net-misc/icaclient/icaclient-22.9.0.21-r2.ebuild (renamed from net-misc/icaclient/icaclient-22.9.0.21-r1.ebuild) | 6 |
1 files changed, 1 insertions, 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 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 |