commit: 26532a745e96a2bcd4cab5e8d4a469133cec7055 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Tue May 16 22:15:53 2023 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Tue May 16 22:15:53 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26532a74
x11-wm/xpra: Set --without-strict to avoid -Werror I don't know why --with-strict was given before as it's a bad idea. Closes: https://bugs.gentoo.org/906343 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org> x11-wm/xpra/xpra-4.3.4-r1.ebuild | 2 +- x11-wm/xpra/xpra-4.4.4.ebuild | 2 +- x11-wm/xpra/xpra-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-wm/xpra/xpra-4.3.4-r1.ebuild b/x11-wm/xpra/xpra-4.3.4-r1.ebuild index 88e345b4b4c5..1bb5ff518511 100644 --- a/x11-wm/xpra/xpra-4.3.4-r1.ebuild +++ b/x11-wm/xpra/xpra-4.3.4-r1.ebuild @@ -169,7 +169,7 @@ python_configure_all() { $(use_with server shadow) $(use_with server) $(use_with sound) - --with-strict + --without-strict $(use_with vpx) --with-warn $(use_with webcam) diff --git a/x11-wm/xpra/xpra-4.4.4.ebuild b/x11-wm/xpra/xpra-4.4.4.ebuild index 1111ef2fc4e3..e1b6b335baab 100644 --- a/x11-wm/xpra/xpra-4.4.4.ebuild +++ b/x11-wm/xpra/xpra-4.4.4.ebuild @@ -166,7 +166,7 @@ python_configure_all() { $(use_with server shadow) $(use_with server) $(use_with sound) - --with-strict + --without-strict $(use_with vpx) --with-warn $(use_with webcam) diff --git a/x11-wm/xpra/xpra-9999.ebuild b/x11-wm/xpra/xpra-9999.ebuild index 23c923b710aa..b338f3df7a4f 100644 --- a/x11-wm/xpra/xpra-9999.ebuild +++ b/x11-wm/xpra/xpra-9999.ebuild @@ -167,7 +167,7 @@ python_configure_all() { $(use_with opengl) $(use_with server shadow) $(use_with server) - --with-strict + --without-strict $(use_with vpx) --with-warn $(use_with webcam)