2
0
mirror of https://github.com/gentoo-mirror/gentoo.git synced 2026-02-09 00:10:23 +03:00
Files
Sam James 9e8d0acdcb */*: depend on newer gdbus-codegen as a workaround
This is similar to d83e25b6a5. Adapted parona's
sed then checked results:
```
$ sed -E '/dev-util\/gdbus-codegen(:=|\s|$|-[0-9]|\[)/ { s/(>=)?dev-util\/gdbus-codegen(-[0-9.r-]*)?/>=dev-util\/gdbus-codegen-2.80.5-r1/ }' */*/*.ebuild -i
```

We need to make the PM upgrade to newer gdbus-codegen (see
da84c0959e). Otherwise, a gdbus-codegen
that is broken (even if we added a newer version and dropped old etc)
may be used to build other packages and cause build failures.

Bug: https://bugs.gentoo.org/919904
Bug: https://bugs.gentoo.org/922654
Bug: https://bugs.gentoo.org/959259
Signed-off-by: Sam James <sam@gentoo.org>
2026-01-13 21:24:11 +00:00
..