commit: f663b082c086eb7eb874d70eeb11870e30dbe918
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 30 09:15:07 2025 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Mon Jun 30 09:16:34 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f663b082
games-emulation/pcsx2: cleanup unnecessary sed bit
>From an earlier version that did not mean to keep, obsoleted
by the other sed below it.
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
games-emulation/pcsx2/pcsx2-2.4.0.ebuild | 2 +-
games-emulation/pcsx2/pcsx2-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-emulation/pcsx2/pcsx2-2.4.0.ebuild
b/games-emulation/pcsx2/pcsx2-2.4.0.ebuild
index 6a86b30e99b9..c54b32169a72 100644
--- a/games-emulation/pcsx2/pcsx2-2.4.0.ebuild
+++ b/games-emulation/pcsx2/pcsx2-2.4.0.ebuild
@@ -104,7 +104,7 @@ src_prepare() {
# relax some version requirements which often get restricted without
# a specific need, please report a bug to Gentoo (not upstream) if a
# still-available older version is really causing issues
- sed -e '/find_package(\(Qt6\|SDL3\|plutos?vg\)/s/ [0-9.]*//' \
+ sed -e '/find_package(\(Qt6\|SDL3\)/s/ [0-9.]*//' \
-i cmake/SearchForStuff.cmake || die
# pluto(s)vg likewise often restrict versions and Gentoo also does not
diff --git a/games-emulation/pcsx2/pcsx2-9999.ebuild
b/games-emulation/pcsx2/pcsx2-9999.ebuild
index 6a86b30e99b9..c54b32169a72 100644
--- a/games-emulation/pcsx2/pcsx2-9999.ebuild
+++ b/games-emulation/pcsx2/pcsx2-9999.ebuild
@@ -104,7 +104,7 @@ src_prepare() {
# relax some version requirements which often get restricted without
# a specific need, please report a bug to Gentoo (not upstream) if a
# still-available older version is really causing issues
- sed -e '/find_package(\(Qt6\|SDL3\|plutos?vg\)/s/ [0-9.]*//' \
+ sed -e '/find_package(\(Qt6\|SDL3\)/s/ [0-9.]*//' \
-i cmake/SearchForStuff.cmake || die
# pluto(s)vg likewise often restrict versions and Gentoo also does not