summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2023-05-16 23:15:53 +0100
committerJames Le Cuirot <chewi@gentoo.org>2023-05-16 23:15:53 +0100
commit26532a745e96a2bcd4cab5e8d4a469133cec7055 (patch)
tree64ca8a04b31f3ba3dca77e47b1dec9314260cb41
parentx11-wm/xpra: Use setup.py args to avoid sd_listen/service files (diff)
downloadgentoo-26532a745e96a2bcd4cab5e8d4a469133cec7055.tar.gz
gentoo-26532a745e96a2bcd4cab5e8d4a469133cec7055.tar.bz2
gentoo-26532a745e96a2bcd4cab5e8d4a469133cec7055.zip
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@gentoo.org>
-rw-r--r--x11-wm/xpra/xpra-4.3.4-r1.ebuild2
-rw-r--r--x11-wm/xpra/xpra-4.4.4.ebuild2
-rw-r--r--x11-wm/xpra/xpra-9999.ebuild2
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)