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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B40A3139345 for ; Fri, 23 Jul 2021 19:50:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0DB41E0C20; Fri, 23 Jul 2021 19:50:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EA40DE0C07 for ; Fri, 23 Jul 2021 19:50:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D2DEF342A2D for ; Fri, 23 Jul 2021 19:50:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D90F783B for ; Fri, 23 Jul 2021 19:50:21 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1627069758.f1b56d18e6fb4361f96a1728d03a044b06f0698c.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/concurrencykit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/concurrencykit/concurrencykit-0.7.1.ebuild X-VCS-Directories: dev-libs/concurrencykit/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: f1b56d18e6fb4361f96a1728d03a044b06f0698c X-VCS-Branch: master Date: Fri, 23 Jul 2021 19:50:21 +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: 41fe65f4-3bc0-4684-a93a-e1de8441c247 X-Archives-Hash: eb4d97d5b6a3e9400ddb026194761cf9 commit: f1b56d18e6fb4361f96a1728d03a044b06f0698c Author: Conrad Kostecki gentoo org> AuthorDate: Fri Jul 23 19:23:56 2021 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Fri Jul 23 19:49:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1b56d18 dev-libs/concurrencykit: fix x86 build Closes: https://bugs.gentoo.org/803248 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Conrad Kostecki gentoo.org> dev-libs/concurrencykit/concurrencykit-0.7.1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-libs/concurrencykit/concurrencykit-0.7.1.ebuild b/dev-libs/concurrencykit/concurrencykit-0.7.1.ebuild index f1b6903eb0a..110318f4711 100644 --- a/dev-libs/concurrencykit/concurrencykit-0.7.1.ebuild +++ b/dev-libs/concurrencykit/concurrencykit-0.7.1.ebuild @@ -18,12 +18,11 @@ SLOT="0" KEYWORDS="amd64 ~arm ~arm64 x86" # The 'libck.so' has a name collision. -# See #616762 for more information. +# See bug #616762 for more information. RDEPEND="!sys-cluster/charm" src_configure() { tc-export AR CC LD - $(usex x86 'export PROFILE=x86' '') local myeconfargs=( "--disable-static"