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 E72AA1382C5 for ; Sat, 24 Apr 2021 23:20:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E2C6E0863; Sat, 24 Apr 2021 23:20:09 +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 35F89E0863 for ; Sat, 24 Apr 2021 23:20:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 0F8FD3413B3 for ; Sat, 24 Apr 2021 23:19:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59EB773F for ; Sat, 24 Apr 2021 23:19:42 +0000 (UTC) From: "Theo Anderson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Theo Anderson" Message-ID: <1619290302.2f8fec9c5ffc7a743e73f466dd650d4e57438513.telans@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-libs/skia/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-libs/skia/skia-80_p20191220-r1.ebuild X-VCS-Directories: media-libs/skia/ X-VCS-Committer: telans X-VCS-Committer-Name: Theo Anderson X-VCS-Revision: 2f8fec9c5ffc7a743e73f466dd650d4e57438513 X-VCS-Branch: master Date: Sat, 24 Apr 2021 23:19:42 +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: 92267ea2-5ffd-416b-a5dd-5cc637209d9e X-Archives-Hash: c1cd3bbe145754eee5cdfc4ac16ecb92 commit: 2f8fec9c5ffc7a743e73f466dd650d4e57438513 Author: Alessandro Barbieri gmail com> AuthorDate: Sat Apr 24 18:51:15 2021 +0000 Commit: Theo Anderson posteo de> CommitDate: Sat Apr 24 18:51:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2f8fec9c media-libs/skia: try to respect ldflags Closes: https://bugs.gentoo.org/780981 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri gmail.com> media-libs/skia/skia-80_p20191220-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/skia/skia-80_p20191220-r1.ebuild b/media-libs/skia/skia-80_p20191220-r1.ebuild index 8f876a980..4b6788080 100644 --- a/media-libs/skia/skia-80_p20191220-r1.ebuild +++ b/media-libs/skia/skia-80_p20191220-r1.ebuild @@ -88,7 +88,7 @@ src_configure() { } passflags "${CFLAGS}" cflags_c passflags "${CXXFLAGS}" cflags_cc - passflags "${CFLAGS}" ldflags + passflags "${LDFLAGS}" ldflags myconf_gn+=( ar=\"${AR}\"