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 91B8515808C for ; Mon, 28 Feb 2022 00:24:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9FA58E0848; Mon, 28 Feb 2022 00:24:17 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8B8D6E0848 for ; Mon, 28 Feb 2022 00:24:17 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 25240343464 for ; Mon, 28 Feb 2022 00:24:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B6362D8 for ; Mon, 28 Feb 2022 00:24:14 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1646007833.af10fe810dd1e7d1c6c132a2e659a0dc40df2ed9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/capnproto/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/capnproto/capnproto-0.9.1.ebuild X-VCS-Directories: dev-libs/capnproto/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: af10fe810dd1e7d1c6c132a2e659a0dc40df2ed9 X-VCS-Branch: master Date: Mon, 28 Feb 2022 00:24:14 +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: 5527086e-6fe4-49f6-a17b-9417e206f035 X-Archives-Hash: 3c1c19a7050c0b7b0183b3e06bfefe2d commit: af10fe810dd1e7d1c6c132a2e659a0dc40df2ed9 Author: Sam James gentoo org> AuthorDate: Mon Feb 28 00:23:24 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Feb 28 00:23:53 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af10fe81 dev-libs/capnproto: final(!) libatomic fix Bug: https://bugs.gentoo.org/832816 Signed-off-by: Sam James gentoo.org> dev-libs/capnproto/capnproto-0.9.1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-libs/capnproto/capnproto-0.9.1.ebuild b/dev-libs/capnproto/capnproto-0.9.1.ebuild index 69ef73c4bba3..2dae5197996e 100644 --- a/dev-libs/capnproto/capnproto-0.9.1.ebuild +++ b/dev-libs/capnproto/capnproto-0.9.1.ebuild @@ -27,7 +27,9 @@ DEPEND="${RDEPEND} src_configure() { if use arm || use ppc || use mips || [[ ${CHOST} == *i486* ]] ; then - append-libs -latomic + # append-libs won't work here, cmake doesn't respect it + # ... and ldflags gets missed once + append-flags -latomic fi local mycmakeargs=(