From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9E074158020 for ; Thu, 10 Nov 2022 16:15:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF241E09F9; Thu, 10 Nov 2022 16:15:41 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C76C2E09F8 for ; Thu, 10 Nov 2022 16:15:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1A58D340CA7 for ; Thu, 10 Nov 2022 16:15:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95872741 for ; Thu, 10 Nov 2022 16:15:38 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1668096933.ed148ef3a5c5bc769a7ffe7bb6b3e8fe586ba322.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/icaclient/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/icaclient/icaclient-22.9.0.21-r1.ebuild net-misc/icaclient/icaclient-22.9.0.21-r2.ebuild X-VCS-Directories: net-misc/icaclient/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: ed148ef3a5c5bc769a7ffe7bb6b3e8fe586ba322 X-VCS-Branch: master Date: Thu, 10 Nov 2022 16:15:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3a622e91-e034-4d06-961f-90ddc3346d7e X-Archives-Hash: a13229ec2a3b90c72458dedf0cfbc063 commit: ed148ef3a5c5bc769a7ffe7bb6b3e8fe586ba322 Author: Henning Schild hennsch de> AuthorDate: Thu Oct 20 08:05:34 2022 +0000 Commit: Joonas Niilola gentoo 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 hennsch.de> Closes: https://github.com/gentoo/gentoo/pull/27867 Signed-off-by: Joonas Niilola 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