commit: a6eedbb57205efee323b578a9a816f256e207305 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Nov 19 15:19:43 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Nov 19 15:19:59 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6eedbb5
dev-util/babeltrace: disable -Werror Closes: https://bugs.gentoo.org/920929 Closes: https://bugs.gentoo.org/920320 Closes: https://bugs.gentoo.org/924957 Closes: https://bugs.gentoo.org/925900 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-util/babeltrace/babeltrace-2.0.5.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-util/babeltrace/babeltrace-2.0.5.ebuild b/dev-util/babeltrace/babeltrace-2.0.5.ebuild index ceb1a33dc490..a903675a4222 100644 --- a/dev-util/babeltrace/babeltrace-2.0.5.ebuild +++ b/dev-util/babeltrace/babeltrace-2.0.5.ebuild @@ -51,7 +51,8 @@ src_configure() { $(usex python $(use_enable doc python-bindings-doc) --disable-python-bindings-doc) \ $(use_enable plugins python-plugins) \ --disable-built-in-plugins \ - --disable-built-in-python-plugin-support + --disable-built-in-python-plugin-support \ + --disable-Werror } src_install() {
