File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments