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 793F9158003 for ; Wed, 24 Nov 2021 23:59:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92A94E07D0; Wed, 24 Nov 2021 23:59:40 +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 745E1E07D0 for ; Wed, 24 Nov 2021 23:59:40 +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 1CDA2342DE2 for ; Wed, 24 Nov 2021 23:59:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 820CC8E for ; Wed, 24 Nov 2021 23:59:37 +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: <1637798327.cd2222be2af4cd6b59b05a311f7dc02780ab0115.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: cd2222be2af4cd6b59b05a311f7dc02780ab0115 X-VCS-Branch: master Date: Wed, 24 Nov 2021 23:59:37 +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: d41670a0-9528-4a83-8528-d25dec5916ce X-Archives-Hash: a592e71455481e524512c9cbcdc497dc commit: cd2222be2af4cd6b59b05a311f7dc02780ab0115 Author: Sam James gentoo org> AuthorDate: Wed Nov 24 23:45:52 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Nov 24 23:58:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd2222be media-libs/rubberband: link against libatomic for ppc Closes: https://bugs.gentoo.org/827203 Signed-off-by: Sam James gentoo.org> media-libs/rubberband/rubberband-2.0.0.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/media-libs/rubberband/rubberband-2.0.0.ebuild b/media-libs/rubberband/rubberband-2.0.0.ebuild index 6de805f74505..93fc5e3e5a79 100644 --- a/media-libs/rubberband/rubberband-2.0.0.ebuild +++ b/media-libs/rubberband/rubberband-2.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit meson-multilib +inherit meson-multilib flag-o-matic DESCRIPTION="An audio time-stretching and pitch-shifting library and utility program" HOMEPAGE="https://www.breakfastquay.com/rubberband/" @@ -33,6 +33,11 @@ PATCHES=( ) multilib_src_configure() { + if use ppc ; then + # bug #827203 + append-libs -latomic + fi + local emesonargs=( --buildtype=release -Dfft=fftw