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 E1B7115838C for ; Wed, 17 Jan 2024 16:20:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F26C2E2B69; Wed, 17 Jan 2024 16:20:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 D5165E2B69 for ; Wed, 17 Jan 2024 16:20:41 +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 C7E30343368 for ; Wed, 17 Jan 2024 16:20:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 18BC714A8 for ; Wed, 17 Jan 2024 16:20:39 +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: <1705508377.8dd5687bfa3b6e6a45d19f24e1e119ca03ec1dd2.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-7.0.6.ebuild app-emulation/wine-proton/wine-proton-8.0.4.ebuild app-emulation/wine-proton/wine-proton-8.0.9999.ebuild X-VCS-Directories: app-emulation/wine-proton/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 8dd5687bfa3b6e6a45d19f24e1e119ca03ec1dd2 X-VCS-Branch: master Date: Wed, 17 Jan 2024 16:20:39 +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: f5b3049c-2e37-4e31-bfaf-363d91259a7f X-Archives-Hash: 0576f888269e444001f64ae4c2d92994 commit: 8dd5687bfa3b6e6a45d19f24e1e119ca03ec1dd2 Author: Ionen Wolkens gentoo org> AuthorDate: Wed Jan 17 15:50:13 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Wed Jan 17 16:19:37 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dd5687b app-emulation/wine-proton: add ebuild comment tip for user patches Closes: https://github.com/gentoo/gentoo/pull/34865 Signed-off-by: Ionen Wolkens gentoo.org> app-emulation/wine-proton/wine-proton-7.0.6.ebuild | 3 +++ app-emulation/wine-proton/wine-proton-8.0.4.ebuild | 3 +++ app-emulation/wine-proton/wine-proton-8.0.9999.ebuild | 3 +++ 3 files changed, 9 insertions(+) diff --git a/app-emulation/wine-proton/wine-proton-7.0.6.ebuild b/app-emulation/wine-proton/wine-proton-7.0.6.ebuild index 7e922c196988..b04f298e473a 100644 --- a/app-emulation/wine-proton/wine-proton-7.0.6.ebuild +++ b/app-emulation/wine-proton/wine-proton-7.0.6.ebuild @@ -178,6 +178,9 @@ src_prepare() { eautoreconf tools/make_requests || die # perl dlls/winevulkan/make_vulkan -x vk.xml || die # python, needed for proton's + # tip: if need more for user patches, with portage can e.g. do + # echo "post_src_prepare() { tools/make_specfiles || die; }" \ + # > /etc/portage/env/app-emulation/wine-proton } src_configure() { diff --git a/app-emulation/wine-proton/wine-proton-8.0.4.ebuild b/app-emulation/wine-proton/wine-proton-8.0.4.ebuild index 8ab559caf709..359ad7c9f4e1 100644 --- a/app-emulation/wine-proton/wine-proton-8.0.4.ebuild +++ b/app-emulation/wine-proton/wine-proton-8.0.4.ebuild @@ -181,6 +181,9 @@ src_prepare() { eautoreconf tools/make_requests || die # perl dlls/winevulkan/make_vulkan -x vk.xml || die # python, needed for proton's + # tip: if need more for user patches, with portage can e.g. do + # echo "post_src_prepare() { tools/make_specfiles || die; }" \ + # > /etc/portage/env/app-emulation/wine-proton } src_configure() { diff --git a/app-emulation/wine-proton/wine-proton-8.0.9999.ebuild b/app-emulation/wine-proton/wine-proton-8.0.9999.ebuild index e6660a9082bf..a2711662b536 100644 --- a/app-emulation/wine-proton/wine-proton-8.0.9999.ebuild +++ b/app-emulation/wine-proton/wine-proton-8.0.9999.ebuild @@ -182,6 +182,9 @@ src_prepare() { eautoreconf tools/make_requests || die # perl dlls/winevulkan/make_vulkan -x vk.xml || die # python, needed for proton's + # tip: if need more for user patches, with portage can e.g. do + # echo "post_src_prepare() { tools/make_specfiles || die; }" \ + # > /etc/portage/env/app-emulation/wine-proton } src_configure() {