commit: a405387110419332095ba31074960b1d65e6756b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 10 10:00:01 2026 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 10 10:00:41 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4053871
dev-perl/BSD-Resource: skip t/setpriority.t
It breaks w/ PORTAGE_NICENESS and friends (sched).
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/BSD-Resource/BSD-Resource-1.291.100-r3.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/dev-perl/BSD-Resource/BSD-Resource-1.291.100-r3.ebuild
b/dev-perl/BSD-Resource/BSD-Resource-1.291.100-r3.ebuild
index 21ef2426db10..22cd5c35bdbe 100644
--- a/dev-perl/BSD-Resource/BSD-Resource-1.291.100-r3.ebuild
+++ b/dev-perl/BSD-Resource/BSD-Resource-1.291.100-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -18,4 +18,6 @@ BDEPEND="virtual/perl-ExtUtils-MakeMaker"
PERL_RM_FILES=(
"t/pod.t"
"t/pod-coverage.t"
+ # Sensitive to PORTAGE_NICENESS and friends
+ "t/setpriority.t"
)