public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ionen Wolkens" <ionen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgrapheme/
Date: Fri, 17 Feb 2023 09:41:10 +0000 (UTC)	[thread overview]
Message-ID: <1676626852.080758c1d1a7dbf6c619804462c4692ff225980f.ionen@gentoo> (raw)

commit:     080758c1d1a7dbf6c619804462c4692ff225980f
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 17 09:22:00 2023 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> 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 <ionen <AT> 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}"


             reply	other threads:[~2023-02-17  9:41 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-17  9:41 Ionen Wolkens [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-13 15:03 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgrapheme/ Arthur Zamarin
2024-01-29 17:17 Sam James
2022-11-05  4:03 Ionen Wolkens
2022-11-05  4:03 Ionen Wolkens
2022-11-02 20:00 Ionen Wolkens
2022-11-01 20:39 Ionen Wolkens
2022-11-01 20:39 Ionen Wolkens
2022-10-09 11:47 Ionen Wolkens
2022-10-07  0:56 Ionen Wolkens

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1676626852.080758c1d1a7dbf6c619804462c4692ff225980f.ionen@gentoo \
    --to=ionen@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox