commit:     58ddb821ec2969c6cadb18471900596a3d82b52f
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Tue May  9 19:59:04 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue May  9 20:00:05 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58ddb821

www-client/chromium: require GCC 12

Closes: https://bugs.gentoo.org/905794
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

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

diff --git a/www-client/chromium/chromium-113.0.5672.63.ebuild 
b/www-client/chromium/chromium-113.0.5672.63.ebuild
index cdd81cb02473..89980d3b69a2 100644
--- a/www-client/chromium/chromium-113.0.5672.63.ebuild
+++ b/www-client/chromium/chromium-113.0.5672.63.ebuild
@@ -294,8 +294,8 @@ pkg_setup() {
 
        if [[ ${MERGE_TYPE} != binary ]]; then
                local -x CPP="$(tc-getCXX) -E"
-               if tc-is-gcc && ! ver_test "$(gcc-version)" -ge 10.4; then
-                       die "At least gcc 10.4 is required"
+               if tc-is-gcc && ! ver_test "$(gcc-version)" -ge 12; then
+                       die "At least gcc 12 is required"
                fi
                if use pgo && tc-is-cross-compiler; then
                        die "The pgo USE flag cannot be used when 
cross-compiling"

Reply via email to