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@gentoo.org>
This commit is contained in:
Ionen Wolkens 2025-06-30 05:15:07 -04:00
parent fba2d8e00b
commit f663b082c0
No known key found for this signature in database
GPG Key ID: B24406B0B0AC4334
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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