public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-debug/strace/
Date: Wed, 19 Mar 2025 01:17:59 +0000 (UTC)	[thread overview]
Message-ID: <1742347024.f0f84d4b38eebb2dfc7f3206cf2aadbad5de70ef.sam@gentoo> (raw)

commit:     f0f84d4b38eebb2dfc7f3206cf2aadbad5de70ef
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 19 01:17:04 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 19 01:17:04 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0f84d4b

dev-debug/strace: use bundled linux-headers

We don't want to pin to linux-headers, that would be far too much
hassle and mean we have to keep many strace versions in-tree.

Closes: https://bugs.gentoo.org/950309
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-debug/strace/strace-6.12.ebuild | 7 +++++--
 dev-debug/strace/strace-6.13.ebuild | 5 ++++-
 dev-debug/strace/strace-6.9.ebuild  | 5 ++++-
 dev-debug/strace/strace-9999.ebuild | 7 +++++--
 4 files changed, 18 insertions(+), 6 deletions(-)

diff --git a/dev-debug/strace/strace-6.12.ebuild b/dev-debug/strace/strace-6.12.ebuild
index b1c0ddf9a697..c96750b5e48e 100644
--- a/dev-debug/strace/strace-6.12.ebuild
+++ b/dev-debug/strace/strace-6.12.ebuild
@@ -40,7 +40,6 @@ LIB_DEPEND="
 DEPEND="
 	static? ( ${LIB_DEPEND} )
 	aio? ( >=dev-libs/libaio-0.3.106 )
-	sys-kernel/linux-headers
 "
 RDEPEND="
 	!static? ( ${LIB_DEPEND//\[static-libs(+)]} )
@@ -84,14 +83,18 @@ src_configure() {
 	local myeconfargs=(
 		--disable-gcc-Werror
 
-		# Don't require mpers support on non-multilib systems. #649560
+		# Don't require mpers support on non-multilib systems (bug #649560)
 		--enable-mpers=check
 
+		# We don't want to pin to exact linux-headers versions (bug #950309)
+		--enable-bundled=yes
+
 		$(use_enable static)
 		$(use_with unwind libunwind)
 		$(use_with elfutils libdw)
 		$(use_with selinux libselinux)
 	)
+
 	econf "${myeconfargs[@]}"
 }
 

diff --git a/dev-debug/strace/strace-6.13.ebuild b/dev-debug/strace/strace-6.13.ebuild
index d5b1de3c19a2..196f558d280a 100644
--- a/dev-debug/strace/strace-6.13.ebuild
+++ b/dev-debug/strace/strace-6.13.ebuild
@@ -40,7 +40,6 @@ LIB_DEPEND="
 DEPEND="
 	static? ( ${LIB_DEPEND} )
 	aio? ( >=dev-libs/libaio-0.3.106 )
-	sys-kernel/linux-headers
 "
 RDEPEND="
 	!static? ( ${LIB_DEPEND//\[static-libs(+)]} )
@@ -87,11 +86,15 @@ src_configure() {
 		# Don't require mpers support on non-multilib systems. #649560
 		--enable-mpers=check
 
+		# We don't want to pin to exact linux-headers versions (bug #950309)
+		--enable-bundled=yes
+
 		$(use_enable static)
 		$(use_with unwind libunwind)
 		$(use_with elfutils libdw)
 		$(use_with selinux libselinux)
 	)
+
 	econf "${myeconfargs[@]}"
 }
 

diff --git a/dev-debug/strace/strace-6.9.ebuild b/dev-debug/strace/strace-6.9.ebuild
index b1c0ddf9a697..571c162459fb 100644
--- a/dev-debug/strace/strace-6.9.ebuild
+++ b/dev-debug/strace/strace-6.9.ebuild
@@ -40,7 +40,6 @@ LIB_DEPEND="
 DEPEND="
 	static? ( ${LIB_DEPEND} )
 	aio? ( >=dev-libs/libaio-0.3.106 )
-	sys-kernel/linux-headers
 "
 RDEPEND="
 	!static? ( ${LIB_DEPEND//\[static-libs(+)]} )
@@ -87,11 +86,15 @@ src_configure() {
 		# Don't require mpers support on non-multilib systems. #649560
 		--enable-mpers=check
 
+		# We don't want to pin to exact linux-headers versions (bug #950309)
+		--enable-bundled=yes
+
 		$(use_enable static)
 		$(use_with unwind libunwind)
 		$(use_with elfutils libdw)
 		$(use_with selinux libselinux)
 	)
+
 	econf "${myeconfargs[@]}"
 }
 

diff --git a/dev-debug/strace/strace-9999.ebuild b/dev-debug/strace/strace-9999.ebuild
index 3b7b64121199..196f558d280a 100644
--- a/dev-debug/strace/strace-9999.ebuild
+++ b/dev-debug/strace/strace-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -40,7 +40,6 @@ LIB_DEPEND="
 DEPEND="
 	static? ( ${LIB_DEPEND} )
 	aio? ( >=dev-libs/libaio-0.3.106 )
-	sys-kernel/linux-headers
 "
 RDEPEND="
 	!static? ( ${LIB_DEPEND//\[static-libs(+)]} )
@@ -87,11 +86,15 @@ src_configure() {
 		# Don't require mpers support on non-multilib systems. #649560
 		--enable-mpers=check
 
+		# We don't want to pin to exact linux-headers versions (bug #950309)
+		--enable-bundled=yes
+
 		$(use_enable static)
 		$(use_with unwind libunwind)
 		$(use_with elfutils libdw)
 		$(use_with selinux libselinux)
 	)
+
 	econf "${myeconfargs[@]}"
 }
 


             reply	other threads:[~2025-03-19  1:18 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-19  1:17 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-14 10:42 [gentoo-commits] repo/gentoo:master commit in: dev-debug/strace/ Sam James
2025-03-14  5:41 Sam James
2025-02-04 22:13 Sam James
2025-01-12 14:10 Sam James
2025-01-12 14:10 Sam James
2025-01-12 13:48 Sam James
2025-01-12 13:02 Sam James
2025-01-06 10:50 Sam James
2024-12-07  3:04 Sam James
2024-12-07  3:04 Sam James
2024-11-25  3:01 Sam James
2024-09-18  0:06 Sam James
2024-09-18  0:06 Sam James
2024-08-27  1:05 Sam James
2024-07-17  5:15 Sam James
2024-07-17  5:04 Sam James
2024-07-17  4:56 Sam James
2024-07-17  4:56 Sam James
2024-07-17  4:44 Sam James
2024-07-17  4:44 Sam James
2024-07-17  4:44 Sam James
2024-06-19 13:18 Sam James
2024-05-16  2:33 Sam James
2024-04-29  7:51 Jakov Smolić
2024-04-29  7:51 Jakov Smolić
2024-04-13  6:26 Arthur Zamarin
2024-03-29  2:19 Sam James
2024-03-14  8:05 Arthur Zamarin
2024-03-14  7:39 Arthur Zamarin
2024-03-14  7:12 Sam James
2024-03-14  6:23 Sam James
2024-03-14  6:13 Sam James
2024-03-14  6:12 Sam James
2024-03-14  6:11 Sam James
2024-02-02  1:02 Sam James

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=1742347024.f0f84d4b38eebb2dfc7f3206cf2aadbad5de70ef.sam@gentoo \
    --to=sam@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