mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
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:
parent
fba2d8e00b
commit
f663b082c0
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user