From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A1FA4158042 for ; Mon, 21 Oct 2024 07:34:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6E55E08F6; Mon, 21 Oct 2024 07:34:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C16B8E08F6 for ; Mon, 21 Oct 2024 07:34:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DF1FD343067 for ; Mon, 21 Oct 2024 07:34:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E1EAEA0 for ; Mon, 21 Oct 2024 07:34:34 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1729496071.0146d7b18efb6040322a814e57d94351bb5b522f.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/firefox/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/firefox/firefox-131.0.3.ebuild X-VCS-Directories: www-client/firefox/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 0146d7b18efb6040322a814e57d94351bb5b522f X-VCS-Branch: master Date: Mon, 21 Oct 2024 07:34:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 425383a0-3181-46fd-a768-c2168af2dd36 X-Archives-Hash: ca21c40a5b0dc24f97469b13dbc433c5 commit: 0146d7b18efb6040322a814e57d94351bb5b522f Author: Joonas Niilola gentoo org> AuthorDate: Mon Oct 21 07:33:50 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Oct 21 07:34:31 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0146d7b1 www-client/firefox: enable llvm_slot_19 on 131.0.3 Signed-off-by: Joonas Niilola gentoo.org> www-client/firefox/firefox-131.0.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-client/firefox/firefox-131.0.3.ebuild b/www-client/firefox/firefox-131.0.3.ebuild index f38e59b13795..e746e07abc33 100644 --- a/www-client/firefox/firefox-131.0.3.ebuild +++ b/www-client/firefox/firefox-131.0.3.ebuild @@ -5,7 +5,7 @@ EAPI=8 FIREFOX_PATCHSET="firefox-131-patches-01.tar.xz" -LLVM_COMPAT=( 17 18 ) +LLVM_COMPAT=( 17 18 19 ) PYTHON_COMPAT=( python3_{10..12} ) PYTHON_REQ_USE="ncurses,sqlite,ssl"