Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 897373 Details for
Bug 935788
dev-util/bear-3.1.4-r1 fails tests: 1 - bear::func_test (Failed)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix ebuild typo
bear-3.1.4-r1-fix-test.patch (text/plain), 950 bytes, created by
Paul Zander
on 2024-07-09 13:48:49 UTC
(
hide
)
Description:
fix ebuild typo
Filename:
MIME Type:
Creator:
Paul Zander
Created:
2024-07-09 13:48:49 UTC
Size:
950 bytes
patch
obsolete
>From c6aeec536c3b6f406733c22d50939f967b7f4f4b Mon Sep 17 00:00:00 2001 >From: Paul Zander <negril.nx+gentoo@gmail.com> >Date: Tue, 9 Jul 2024 15:47:17 +0200 >Subject: [PATCH] dev-util/bear: fix 3.1.4-r1 test > >Typo from using cmake.eclass code. > >Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> >--- > dev-util/bear/bear-3.1.4-r1.ebuild | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/dev-util/bear/bear-3.1.4-r1.ebuild b/dev-util/bear/bear-3.1.4-r1.ebuild >index d573a78f9b1..4dfcf1c91fa 100644 >--- a/dev-util/bear/bear-3.1.4-r1.ebuild >+++ b/dev-util/bear/bear-3.1.4-r1.ebuild >@@ -104,7 +104,7 @@ src_test() { > fi > > mylitopts+=(-j "$(makeopts_jobs)" ) >- [[ -n "${LIT_SKIP_TESTS[*]}" ]] && mylitopts+=( --filter-out "($( IFS='|'; echo "${CMAKE_SKIP_TESTS[*]}"))" ) >+ [[ -n "${LIT_SKIP_TESTS[*]}" ]] && mylitopts+=( --filter-out "($( IFS='|'; echo "${LIT_SKIP_TESTS[*]}"))" ) > > export LIT_OPTS="${mylitopts[*]}" > >-- >2.45.2 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 935788
:
897370
|
897371
|
897372
| 897373 |
897374