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 A73CA158086 for ; Tue, 7 Dec 2021 00:27:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D0392BC002; Tue, 7 Dec 2021 00:27:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 D5B442BC002 for ; Tue, 7 Dec 2021 00:27:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7A85C342F38 for ; Tue, 7 Dec 2021 00:27:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE6B41A0 for ; Tue, 7 Dec 2021 00:27:22 +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: <1638836828.ff550880b7ea0eb873a40279e3d717d611d04c94.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/rubberband/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/rubberband/rubberband-2.0.0.ebuild X-VCS-Directories: media-libs/rubberband/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ff550880b7ea0eb873a40279e3d717d611d04c94 X-VCS-Branch: master Date: Tue, 7 Dec 2021 00:27:22 +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: acc1e5fd-d8b4-4ae6-b855-36c22b8c8b54 X-Archives-Hash: 46e319730ce9375c4f9163a7f05b597f commit: ff550880b7ea0eb873a40279e3d717d611d04c94 Author: Sam James gentoo org> AuthorDate: Tue Dec 7 00:27:08 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Dec 7 00:27:08 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff550880 media-libs/rubberband: fix atomic deux Closes: https://bugs.gentoo.org/827203 Signed-off-by: Sam James gentoo.org> media-libs/rubberband/rubberband-2.0.0.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/media-libs/rubberband/rubberband-2.0.0.ebuild b/media-libs/rubberband/rubberband-2.0.0.ebuild index 93fc5e3e5a79..bafba012e1d6 100644 --- a/media-libs/rubberband/rubberband-2.0.0.ebuild +++ b/media-libs/rubberband/rubberband-2.0.0.ebuild @@ -35,7 +35,9 @@ PATCHES=( multilib_src_configure() { if use ppc ; then # bug #827203 - append-libs -latomic + # meson doesn't respect/use LIBS but mangles LDFLAGS with libs + # correctly. Use this until we get a Meson test for libatomic. + append-ldflags -latomic fi local emesonargs=(