From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6986B15806E for ; Tue, 16 May 2023 22:16:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF602E0856; Tue, 16 May 2023 22:16:17 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D16F0E084A for ; Tue, 16 May 2023 22:16:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C748D340C37 for ; Tue, 16 May 2023 22:16:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2617CA5B for ; Tue, 16 May 2023 22:16:15 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1684275353.26532a745e96a2bcd4cab5e8d4a469133cec7055.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/xpra/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/xpra/xpra-4.3.4-r1.ebuild x11-wm/xpra/xpra-4.4.4.ebuild x11-wm/xpra/xpra-9999.ebuild X-VCS-Directories: x11-wm/xpra/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 26532a745e96a2bcd4cab5e8d4a469133cec7055 X-VCS-Branch: master Date: Tue, 16 May 2023 22:16:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cc798fc9-dbf1-4b15-8560-13851633c44c X-Archives-Hash: af6ca6d7e73398158f9e6d9df89aa3b0 commit: 26532a745e96a2bcd4cab5e8d4a469133cec7055 Author: James Le Cuirot gentoo org> AuthorDate: Tue May 16 22:15:53 2023 +0000 Commit: James Le Cuirot gentoo 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 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)