Skip to content

Commit 6b881d8

Browse files
ionenwksflint2
authored andcommitted
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 <[email protected]>
1 parent 7da523c commit 6b881d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

games-emulation/pcsx2/pcsx2-2.4.0.ebuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ src_prepare() {
104104
# relax some version requirements which often get restricted without
105105
# a specific need, please report a bug to Gentoo (not upstream) if a
106106
# still-available older version is really causing issues
107-
sed -e '/find_package(\(Qt6\|SDL3\|plutos?vg\)/s/ [0-9.]*//' \
107+
sed -e '/find_package(\(Qt6\|SDL3\)/s/ [0-9.]*//' \
108108
-i cmake/SearchForStuff.cmake || die
109109

110110
# pluto(s)vg likewise often restrict versions and Gentoo also does not

games-emulation/pcsx2/pcsx2-9999.ebuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ src_prepare() {
104104
# relax some version requirements which often get restricted without
105105
# a specific need, please report a bug to Gentoo (not upstream) if a
106106
# still-available older version is really causing issues
107-
sed -e '/find_package(\(Qt6\|SDL3\|plutos?vg\)/s/ [0-9.]*//' \
107+
sed -e '/find_package(\(Qt6\|SDL3\)/s/ [0-9.]*//' \
108108
-i cmake/SearchForStuff.cmake || die
109109

110110
# pluto(s)vg likewise often restrict versions and Gentoo also does not

0 commit comments

Comments
 (0)