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 C747E15800F for ; Fri, 17 Feb 2023 09:41:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F263FE07F9; Fri, 17 Feb 2023 09:41:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DF12EE07F9 for ; Fri, 17 Feb 2023 09:41:12 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0C33533E362 for ; Fri, 17 Feb 2023 09:41:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9DE4275 for ; Fri, 17 Feb 2023 09:41:10 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1676626852.080758c1d1a7dbf6c619804462c4692ff225980f.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgrapheme/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libgrapheme/libgrapheme-2.0.2.ebuild X-VCS-Directories: dev-libs/libgrapheme/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 080758c1d1a7dbf6c619804462c4692ff225980f X-VCS-Branch: master Date: Fri, 17 Feb 2023 09:41:10 +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: 6e3e5682-e5d7-45a5-b046-89bc153ffd6f X-Archives-Hash: 14a01dccf3c3cf831dcf6ec1b528e8a4 commit: 080758c1d1a7dbf6c619804462c4692ff225980f Author: Ionen Wolkens gentoo org> AuthorDate: Fri Feb 17 09:22:00 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Fri Feb 17 09:40:52 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=080758c1 dev-libs/libgrapheme: drop -nostdlib This does use libc and isn't a plugin, not really seeing a reason to pass this. Skipping revbump given mostly harmless beside QA noise. Closes: https://bugs.gentoo.org/895068 Signed-off-by: Ionen Wolkens gentoo.org> dev-libs/libgrapheme/libgrapheme-2.0.2.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dev-libs/libgrapheme/libgrapheme-2.0.2.ebuild b/dev-libs/libgrapheme/libgrapheme-2.0.2.ebuild index d86626bd309d..bbdd40983f99 100644 --- a/dev-libs/libgrapheme/libgrapheme-2.0.2.ebuild +++ b/dev-libs/libgrapheme/libgrapheme-2.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2022 Gentoo Authors +# Copyright 2021-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -22,8 +22,13 @@ src_prepare() { tc-export CC AR RANLIB tc-export_build_env BUILD_CC sed -Ei '/^(BUILD_|)(CC|AR|RANLIB|CFLAGS|LDFLAGS|LDCONFIG).*=/d' config.mk || die + + # does use libc and dropping this avoids QA noise with clang (bug #895068) + sed -i 's/-nostdlib //' config.mk || die } +src_configure() { :; } + src_install() { local emakeargs=( DESTDIR="${D}"