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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B25E3158086 for ; Sat, 18 Dec 2021 06:36:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB6BF2BC061; Sat, 18 Dec 2021 06:36:05 +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 7742A2BC061 for ; Sat, 18 Dec 2021 06:36:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 E689334306E for ; Sat, 18 Dec 2021 06:36:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E5FE250 for ; Sat, 18 Dec 2021 06:36:01 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1639809297.e257807aa423986ee54caea6e7a35a33e097bbc7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/chromium/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/chromium/chromium-97.0.4692.56-r1.ebuild www-client/chromium/chromium-97.0.4692.56.ebuild www-client/chromium/chromium-98.0.4750.0-r1.ebuild www-client/chromium/chromium-98.0.4750.0.ebuild X-VCS-Directories: www-client/chromium/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e257807aa423986ee54caea6e7a35a33e097bbc7 X-VCS-Branch: master Date: Sat, 18 Dec 2021 06:36:01 +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: 49c596f4-4a9f-49b2-baa6-d439a2f0e473 X-Archives-Hash: 04ef042a5bae7d33377eb08384f84b73 commit: e257807aa423986ee54caea6e7a35a33e097bbc7 Author: Sam James gentoo org> AuthorDate: Sat Dec 18 06:32:57 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Dec 18 06:34:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e257807a www-client/chromium: lift pipewire subslot restriction PW broke ABI recently and pinning the subslot like this prevents rebuilds. Signed-off-by: Sam James gentoo.org> .../{chromium-97.0.4692.56.ebuild => chromium-97.0.4692.56-r1.ebuild} | 2 +- .../{chromium-98.0.4750.0.ebuild => chromium-98.0.4750.0-r1.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www-client/chromium/chromium-97.0.4692.56.ebuild b/www-client/chromium/chromium-97.0.4692.56-r1.ebuild similarity index 99% rename from www-client/chromium/chromium-97.0.4692.56.ebuild rename to www-client/chromium/chromium-97.0.4692.56-r1.ebuild index 78dde3c997dd..933da6984230 100644 --- a/www-client/chromium/chromium-97.0.4692.56.ebuild +++ b/www-client/chromium/chromium-97.0.4692.56-r1.ebuild @@ -87,7 +87,7 @@ COMMON_DEPEND=" x11-libs/gtk+:3[X] wayland? ( dev-libs/wayland:= - screencast? ( media-video/pipewire:0/0.3 ) + screencast? ( media-video/pipewire:= ) x11-libs/gtk+:3[wayland,X] x11-libs/libdrm:= ) diff --git a/www-client/chromium/chromium-98.0.4750.0.ebuild b/www-client/chromium/chromium-98.0.4750.0-r1.ebuild similarity index 99% rename from www-client/chromium/chromium-98.0.4750.0.ebuild rename to www-client/chromium/chromium-98.0.4750.0-r1.ebuild index 840aa825a9bb..75ea036037c3 100644 --- a/www-client/chromium/chromium-98.0.4750.0.ebuild +++ b/www-client/chromium/chromium-98.0.4750.0-r1.ebuild @@ -87,7 +87,7 @@ COMMON_DEPEND=" x11-libs/gtk+:3[X] wayland? ( dev-libs/wayland:= - screencast? ( media-video/pipewire:0/0.3 ) + screencast? ( media-video/pipewire:= ) x11-libs/gtk+:3[wayland,X] x11-libs/libdrm:= )