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 7AEC4158083 for ; Sat, 7 Sep 2024 18:16:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9356E2A0A; Sat, 7 Sep 2024 18:16:02 +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 8E008E2A0A for ; Sat, 7 Sep 2024 18:16:02 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 921BE33D3CF for ; Sat, 7 Sep 2024 18:16:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2AA5814CA for ; Sat, 7 Sep 2024 18:16:00 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1725732951.e07d0f8ca13a384c4746aea466512ad6264f1348.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/protontricks/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/protontricks/protontricks-1.10.5-r1.ebuild app-emulation/protontricks/protontricks-1.10.5.ebuild app-emulation/protontricks/protontricks-1.11.1-r1.ebuild app-emulation/protontricks/protontricks-1.11.1.ebuild X-VCS-Directories: app-emulation/protontricks/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e07d0f8ca13a384c4746aea466512ad6264f1348 X-VCS-Branch: master Date: Sat, 7 Sep 2024 18:16:00 +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: b2ad102e-1f01-40b9-a874-2811dd415bd9 X-Archives-Hash: 6440fcf4f77325d19bdd2073a62320df commit: e07d0f8ca13a384c4746aea466512ad6264f1348 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Sep 7 18:13:38 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Sep 7 18:15:51 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e07d0f8c app-emulation/protontricks: Revert "Follow-up winetricks[gtk|kde => gui]" Too soon. (and revert "drop 1.10.5, 1.11.1") This reverts commit 00e850797f3036b87aadb0ef906785ffc0ce2eb4. Signed-off-by: Andreas Sturmlechner gentoo.org> ...rotontricks-1.10.5-r1.ebuild => protontricks-1.10.5.ebuild} | 10 +++++++--- ...rotontricks-1.11.1-r1.ebuild => protontricks-1.11.1.ebuild} | 10 +++++++--- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/app-emulation/protontricks/protontricks-1.10.5-r1.ebuild b/app-emulation/protontricks/protontricks-1.10.5.ebuild similarity index 89% rename from app-emulation/protontricks/protontricks-1.10.5-r1.ebuild rename to app-emulation/protontricks/protontricks-1.10.5.ebuild index 70c4324ac6e7..01f45db1d061 100644 --- a/app-emulation/protontricks/protontricks-1.10.5-r1.ebuild +++ b/app-emulation/protontricks/protontricks-1.10.5.ebuild @@ -17,14 +17,18 @@ SLOT="0" KEYWORDS="amd64" IUSE="+gui" -RDEPEND=" - app-emulation/winetricks[gui?] +RDEPEND="app-emulation/winetricks $(python_gen_cond_dep ' dev-python/pillow[${PYTHON_USEDEP}] dev-python/setuptools[${PYTHON_USEDEP}] dev-python/vdf[${PYTHON_USEDEP}] ') - gui? ( gnome-extra/zenity )" + gui? ( gnome-extra/zenity + || ( + app-emulation/winetricks[gtk] + app-emulation/winetricks[kde] + ) + )" BDEPEND="$(python_gen_cond_dep ' dev-python/setuptools-scm[${PYTHON_USEDEP}] ')" diff --git a/app-emulation/protontricks/protontricks-1.11.1-r1.ebuild b/app-emulation/protontricks/protontricks-1.11.1.ebuild similarity index 89% rename from app-emulation/protontricks/protontricks-1.11.1-r1.ebuild rename to app-emulation/protontricks/protontricks-1.11.1.ebuild index f936c815408b..fc9689a51050 100644 --- a/app-emulation/protontricks/protontricks-1.11.1-r1.ebuild +++ b/app-emulation/protontricks/protontricks-1.11.1.ebuild @@ -17,14 +17,18 @@ SLOT="0" KEYWORDS="~amd64" IUSE="+gui" -RDEPEND=" - app-emulation/winetricks[gui?] +RDEPEND="app-emulation/winetricks $(python_gen_cond_dep ' dev-python/pillow[${PYTHON_USEDEP}] dev-python/setuptools[${PYTHON_USEDEP}] dev-python/vdf[${PYTHON_USEDEP}] ') - gui? ( gnome-extra/zenity )" + gui? ( gnome-extra/zenity + || ( + app-emulation/winetricks[gtk] + app-emulation/winetricks[kde] + ) + )" BDEPEND="$(python_gen_cond_dep ' dev-python/setuptools-scm[${PYTHON_USEDEP}] ')"