From f663b082c086eb7eb874d70eeb11870e30dbe918 Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Mon, 30 Jun 2025 05:15:07 -0400 Subject: [PATCH] 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 --- 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 6a86b30e99b9a..c54b32169a726 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 6a86b30e99b9a..c54b32169a726 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