public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alfredo Tupone" <tupone@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/breakpad/
Date: Mon, 20 May 2024 20:28:54 +0000 (UTC)	[thread overview]
Message-ID: <1716236910.3eb56416e3eac83b4eef8fc79b6d8988f6fbb64c.tupone@gentoo> (raw)

commit:     3eb56416e3eac83b4eef8fc79b6d8988f6fbb64c
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon May 20 20:27:59 2024 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon May 20 20:28:30 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eb56416

dev-util/breakpad: do not build tools on musl

Closes: https://bugs.gentoo.org/861404
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-util/breakpad/breakpad-2023.01.27.ebuild | 6 ++++--
 dev-util/breakpad/metadata.xml               | 3 +++
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/dev-util/breakpad/breakpad-2023.01.27.ebuild b/dev-util/breakpad/breakpad-2023.01.27.ebuild
index 398f79e86f23..f577690b56e5 100644
--- a/dev-util/breakpad/breakpad-2023.01.27.ebuild
+++ b/dev-util/breakpad/breakpad-2023.01.27.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022-2023 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/google/${PN}/archive/refs/tags/v${PV}.tar.gz
 LICENSE="BSD BSD-4"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE="test"
+IUSE="test tools"
 
 RDEPEND="
 	net-misc/curl
@@ -24,6 +24,7 @@ DEPEND="${RDEPEND}
 "
 BDEPEND="test? ( dev-cpp/gtest )"
 RESTRICT="!test? ( test )"
+REQUIRED_USE="elibc_musl? ( !tools )"
 
 PATCHES=(
 	"${FILESDIR}"/${P}-gentoo.patch
@@ -51,5 +52,6 @@ src_prepare() {
 src_configure() {
 	econf \
 		--enable-system-test-libs \
+		$(use_enable tools) \
 		|| die
 }

diff --git a/dev-util/breakpad/metadata.xml b/dev-util/breakpad/metadata.xml
index 99c21f0c89d6..746ae36c4204 100644
--- a/dev-util/breakpad/metadata.xml
+++ b/dev-util/breakpad/metadata.xml
@@ -5,6 +5,9 @@
 		<email>tupone@gentoo.org</email>
 		<name>Tupone Alfredo</name>
 	</maintainer>
+	<use>
+		<flag name="tools">Build tools</flag>
+	</use>
 	<upstream>
 		<remote-id type="github">google/breakpad</remote-id>
 	</upstream>


             reply	other threads:[~2024-05-20 20:28 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-20 20:28 Alfredo Tupone [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-01-13 21:38 [gentoo-commits] repo/gentoo:master commit in: dev-util/breakpad/ Alfredo Tupone
2023-01-10 20:27 Alfredo Tupone
2022-06-09 19:09 Alfredo Tupone

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=1716236910.3eb56416e3eac83b4eef8fc79b6d8988f6fbb64c.tupone@gentoo \
    --to=tupone@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