diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2024-07-22 02:57:51 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-07-22 03:00:37 -0400 |
commit | 8fb1b9016c7c3bc4dba7c8f7f0b3c439f285fd42 (patch) | |
tree | 14d2eb503d6eb02bfc36e4978fe69157bd3ac063 /games-emulation | |
parent | games-emulation/pcsx2_patches: add 0_p20240714 (diff) | |
download | gentoo-8fb1b9016c7c3bc4dba7c8f7f0b3c439f285fd42.tar.gz gentoo-8fb1b9016c7c3bc4dba7c8f7f0b3c439f285fd42.tar.bz2 gentoo-8fb1b9016c7c3bc4dba7c8f7f0b3c439f285fd42.zip |
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 <ionen@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/pcsx2_patches/pcsx2_patches-0_p20240714.ebuild | 3 | ||||
-rw-r--r-- | games-emulation/pcsx2_patches/pcsx2_patches-9999.ebuild | 3 |
2 files changed, 6 insertions, 0 deletions
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 |