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 857F2158042 for ; Thu, 24 Oct 2024 05:24:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D83EE0938; Thu, 24 Oct 2024 05:24:52 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 46546E0938 for ; Thu, 24 Oct 2024 05:24:52 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9216C340C9C for ; Thu, 24 Oct 2024 05:24:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 416E022DA for ; Thu, 24 Oct 2024 05:24:48 +0000 (UTC) From: "Matt Jolly" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Jolly" Message-ID: <1729747473.b01f47283665dce1a5fa83c53cc156b07c1b07d6.kangie@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/opera-developer/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/opera-developer/opera-developer-115.0.5314.0.ebuild www-client/opera-developer/opera-developer-116.0.5326.0.ebuild X-VCS-Directories: www-client/opera-developer/ X-VCS-Committer: kangie X-VCS-Committer-Name: Matt Jolly X-VCS-Revision: b01f47283665dce1a5fa83c53cc156b07c1b07d6 X-VCS-Branch: master Date: Thu, 24 Oct 2024 05:24:48 +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: bdd900de-e5b4-4f98-a4fe-0ebbc534299a X-Archives-Hash: c197457fa26ae8072a37effb803cb3ae commit: b01f47283665dce1a5fa83c53cc156b07c1b07d6 Author: Matt Jolly gentoo org> AuthorDate: Thu Oct 24 05:06:31 2024 +0000 Commit: Matt Jolly gentoo org> CommitDate: Thu Oct 24 05:24:33 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b01f4728 www-client/opera-developer: align CHROMIUM_VERSION Signed-off-by: Matt Jolly gentoo.org> www-client/opera-developer/opera-developer-115.0.5314.0.ebuild | 2 +- www-client/opera-developer/opera-developer-116.0.5326.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www-client/opera-developer/opera-developer-115.0.5314.0.ebuild b/www-client/opera-developer/opera-developer-115.0.5314.0.ebuild index 803a7b7c4565..d1438a2bae9a 100644 --- a/www-client/opera-developer/opera-developer-115.0.5314.0.ebuild +++ b/www-client/opera-developer/opera-developer-115.0.5314.0.ebuild @@ -42,7 +42,7 @@ fi # Commit ref from `strings libffmpeg.so | grep -F "FFmpeg version"` matches this Chromium version # used to select the correct ffmpeg-chromium version (corresponds to a major version of Chromium) # Does not need to be updated for every new version of Opera, only when it breaks -CHROMIUM_VERSION="128" +CHROMIUM_VERSION="130" SRC_URI="${SRC_URI_BASE[@]/%//${PV}/linux/${MY_PN}_${PV}_amd64.${OPERA_ARCHIVE_EXT}}" S=${WORKDIR} diff --git a/www-client/opera-developer/opera-developer-116.0.5326.0.ebuild b/www-client/opera-developer/opera-developer-116.0.5326.0.ebuild index 803a7b7c4565..d1438a2bae9a 100644 --- a/www-client/opera-developer/opera-developer-116.0.5326.0.ebuild +++ b/www-client/opera-developer/opera-developer-116.0.5326.0.ebuild @@ -42,7 +42,7 @@ fi # Commit ref from `strings libffmpeg.so | grep -F "FFmpeg version"` matches this Chromium version # used to select the correct ffmpeg-chromium version (corresponds to a major version of Chromium) # Does not need to be updated for every new version of Opera, only when it breaks -CHROMIUM_VERSION="128" +CHROMIUM_VERSION="130" SRC_URI="${SRC_URI_BASE[@]/%//${PV}/linux/${MY_PN}_${PV}_amd64.${OPERA_ARCHIVE_EXT}}" S=${WORKDIR}