mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-04-30 16:57:29 -07:00
This is similar to d83e25b6a59578c519b2910640b5cb4205f0275c. 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
da84c0959ec1fc73002405e18be15b06546e43c9). 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>