Thomas Bracht Laumann Jespersen
Thomas Bracht Laumann Jespersen
cc @thesamesam @orlitzky
Could maybe also be a fix for bugs https://bugs.gentoo.org/863572 and https://bugs.gentoo.org/863578
diff -Naur libmilter-1.0.2_p2.ebuild libmilter-1.0.2_p2-r1.ebuild ```diff --- libmilter-1.0.2_p2.ebuild 2022-08-11 09:24:16.322803016 +0200 +++ libmilter-1.0.2_p2-r1.ebuild 2022-08-11 09:25:23.423555305 +0200 @@ -23,7 +23,7 @@ # We change the actual "main version" (1.0.2 at time of...
diff -Naur libmilter-1.0.2_p3-r1.ebuild libmilter-1.0.2_p3-r2.ebuil ```diff --- libmilter-1.0.2_p3-r1.ebuild 2022-08-11 09:25:42.250766517 +0200 +++ libmilter-1.0.2_p3-r2.ebuild 2022-08-11 09:24:05.267679109 +0200 @@ -123,8 +123,12 @@ dodoc -r libmilter/docs/. if [[ ${PV} != $(ver_cut 1-3) ]] ;...
> Good job figuring this out, I agree with the solution modulo some revbumps. Thanks! I've pushed the revbumps
cc @asarubbo @mgorny @thesamesam
Quick test build with `dev-libs/libdaemon`: ``` * Package: dev-libs/libdaemon-0.14-r3 * Slot: 0/5 * Repository: gentoo * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>>...
Hi @fkohlgrueber I totally missed this issue being posted, I'm sorry! > Do you agree that a `.gitattributes` file should be added to this repo? It might also be a...
There is none such, and this has never really been a priority. I have limited experience with workspaces (although I'm learning a lot more these days).
@aldanor Thanks for tracking this. Can we just make the change to `link_deps()` directly and use `DYLD_FALLBACK_LIBRARY_PATH` instead of `DYLD_LIBRARY_PATH`? Or are there some caveats?