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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DAF5715808B for ; Wed, 2 Oct 2024 04:35:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6AC06E29A8; Wed, 2 Oct 2024 04:35:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 D7344E29A8 for ; Wed, 2 Oct 2024 04:35:57 +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 08DCA340C77 for ; Wed, 2 Oct 2024 04:35:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37A2B27F2 for ; Wed, 2 Oct 2024 04:35:55 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1727843680.7d8fe16667c8efeb957dce16f704563ce87d699c.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-proton/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/wine-proton/wine-proton-9.0.9999.ebuild X-VCS-Directories: app-emulation/wine-proton/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 7d8fe16667c8efeb957dce16f704563ce87d699c X-VCS-Branch: master Date: Wed, 2 Oct 2024 04:35:55 +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: 0188236d-b573-4ddb-82cf-d0d983a293f0 X-Archives-Hash: fede8e0aee99f722a34320dcbd22123c commit: 7d8fe16667c8efeb957dce16f704563ce87d699c Author: Ionen Wolkens gentoo org> AuthorDate: Wed Oct 2 04:30:52 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Wed Oct 2 04:34:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d8fe166 app-emulation/wine-proton: update live? wine-mono was at 9.3.0 (still seeing the old value in a old checkout) but seems the commit that made that change is gone, was the experimental_9.0 branch force pushed? Odds are it's a mistake and will have to change it back, but adjust anyway in the interim. Signed-off-by: Ionen Wolkens gentoo.org> app-emulation/wine-proton/wine-proton-9.0.9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/wine-proton/wine-proton-9.0.9999.ebuild b/app-emulation/wine-proton/wine-proton-9.0.9999.ebuild index 40365fde2442..9c233aee5903 100644 --- a/app-emulation/wine-proton/wine-proton-9.0.9999.ebuild +++ b/app-emulation/wine-proton/wine-proton-9.0.9999.ebuild @@ -9,7 +9,7 @@ inherit autotools flag-o-matic multilib multilib-build prefix inherit python-any-r1 readme.gentoo-r1 toolchain-funcs wrapper WINE_GECKO=2.47.4 -WINE_MONO=9.3.0 +WINE_MONO=9.1.0 WINE_PV=$(ver_rs 2 -) if [[ ${PV} == *9999 ]]; then