www-client/firefox: 132: fix LTO check on USE=pgo path

Signed-off-by: Matt Jolly <kangie@gentoo.org>
This commit is contained in:
Matt Jolly
2024-11-09 16:58:32 +10:00
parent 1fd4265df0
commit 2b646e613d
2 changed files with 2 additions and 2 deletions

View File

@@ -472,7 +472,7 @@ pkg_setup() {
fi
if use pgo ; then
if [[ ${use_lto} == "yes" ]]; then
if [[ ${use_lto} == "no" ]]; then
eerror "Building ${PN} with USE=pgo requires LTO!"
die "Please fix your CFLAGS/CXXFLAGS."
fi

View File

@@ -470,7 +470,7 @@ pkg_setup() {
fi
if use pgo ; then
if [[ ${use_lto} == "yes" ]]; then
if [[ ${use_lto} == "no" ]]; then
eerror "Building ${PN} with USE=pgo requires LTO!"
die "Please fix your CFLAGS/CXXFLAGS."
fi