commit:     1f0d8e6c618eec95490aaa44146bf6cbf17a0ea6
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 13 13:36:28 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Nov 13 13:37:19 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f0d8e6c

www-client/firefox: fix a syntax error in check-reqs run in 132.0.2

Closes: https://bugs.gentoo.org/943358
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 www-client/firefox/firefox-132.0.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-client/firefox/firefox-132.0.2.ebuild 
b/www-client/firefox/firefox-132.0.2.ebuild
index 075f0027366f..339d343491f9 100644
--- a/www-client/firefox/firefox-132.0.2.ebuild
+++ b/www-client/firefox/firefox-132.0.2.ebuild
@@ -452,7 +452,7 @@ pkg_pretend() {
                elif tc-is-lto ; then
                        CHECKREQS_DISK_BUILD="10600M"
                else
-                       CHECKREQS_DISK_BUILD="6800"
+                       CHECKREQS_DISK_BUILD="6800M"
                fi
 
                check-reqs_pkg_pretend
@@ -490,7 +490,7 @@ pkg_setup() {
                elif [[ ${use_lto} == "yes" ]] ; then
                        CHECKREQS_DISK_BUILD="10600M"
                else
-                       CHECKREQS_DISK_BUILD="6800"
+                       CHECKREQS_DISK_BUILD="6800M"
                fi
 
                check-reqs_pkg_setup

Reply via email to