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 10620159C9B for ; Mon, 22 Jul 2024 07:02:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01877E2AC6; Mon, 22 Jul 2024 07:02:02 +0000 (UTC) Received: from smtp.gentoo.org (dev.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D89EBE2AC6 for ; Mon, 22 Jul 2024 07:02:01 +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 DF19F342FA1 for ; Mon, 22 Jul 2024 07:02:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EEB421E64 for ; Mon, 22 Jul 2024 07:01:57 +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: <1721631637.8fb1b9016c7c3bc4dba7c8f7f0b3c439f285fd42.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/pcsx2_patches/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/pcsx2_patches/pcsx2_patches-0_p20240714.ebuild games-emulation/pcsx2_patches/pcsx2_patches-9999.ebuild X-VCS-Directories: games-emulation/pcsx2_patches/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 8fb1b9016c7c3bc4dba7c8f7f0b3c439f285fd42 X-VCS-Branch: master Date: Mon, 22 Jul 2024 07:01:57 +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: e14a7820-6f68-4688-bff5-a3540e9a6ea6 X-Archives-Hash: b9cc4304bd058786454fd7e25c096669 commit: 8fb1b9016c7c3bc4dba7c8f7f0b3c439f285fd42 Author: Ionen Wolkens gentoo org> AuthorDate: Mon Jul 22 06:57:51 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Mon Jul 22 07:00:37 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fb1b901 games-emulation/pcsx2_patches: add note about bumping Odds are won't bump this regularly anymore and only when there is a stable pcsx2 release (can use 9999 if really want newer patches/changes, or request a bump if feel it's worth it). Signed-off-by: Ionen Wolkens gentoo.org> games-emulation/pcsx2_patches/pcsx2_patches-0_p20240714.ebuild | 3 +++ games-emulation/pcsx2_patches/pcsx2_patches-9999.ebuild | 3 +++ 2 files changed, 6 insertions(+) diff --git a/games-emulation/pcsx2_patches/pcsx2_patches-0_p20240714.ebuild b/games-emulation/pcsx2_patches/pcsx2_patches-0_p20240714.ebuild index fdf84ffdb9cb..714bc58117f8 100644 --- a/games-emulation/pcsx2_patches/pcsx2_patches-0_p20240714.ebuild +++ b/games-emulation/pcsx2_patches/pcsx2_patches-0_p20240714.ebuild @@ -3,6 +3,9 @@ EAPI=8 +# note: not "required" but should typically be bumped at same +# time as pcsx2 to match the patches.zip shipped with it + PYTHON_COMPAT=( python3_{10..13} ) inherit python-any-r1 diff --git a/games-emulation/pcsx2_patches/pcsx2_patches-9999.ebuild b/games-emulation/pcsx2_patches/pcsx2_patches-9999.ebuild index 5db2b6b2fda3..56f3ee5c5a2f 100644 --- a/games-emulation/pcsx2_patches/pcsx2_patches-9999.ebuild +++ b/games-emulation/pcsx2_patches/pcsx2_patches-9999.ebuild @@ -3,6 +3,9 @@ EAPI=8 +# note: not "required" but should typically be bumped at same +# time as pcsx2 to match the patches.zip shipped with it + PYTHON_COMPAT=( python3_{10..13} ) inherit python-any-r1