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 D7408158089 for ; Tue, 31 Oct 2023 03:43:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E91A72BC016; Tue, 31 Oct 2023 03:43:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 C916A2BC016 for ; Tue, 31 Oct 2023 03:43:08 +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 C5F99335C0F for ; Tue, 31 Oct 2023 03:43:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2AB0C922 for ; Tue, 31 Oct 2023 03:43:06 +0000 (UTC) From: "Matt Turner" 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 Turner" Message-ID: <1698723778.18782c21fd41876d7784170ea7e2ccb1919a5520.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/x86/, profiles/arch/arm/, profiles/arch/riscv/, ... X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/amd64/package.use.stable.mask profiles/arch/arm/package.use.stable.mask profiles/arch/arm64/package.use.stable.mask profiles/arch/loong/package.use.stable.mask profiles/arch/riscv/package.use.stable.mask profiles/arch/x86/package.use.stable.mask X-VCS-Directories: profiles/arch/x86/ profiles/arch/arm/ profiles/arch/loong/ profiles/arch/amd64/ profiles/arch/riscv/ profiles/arch/arm64/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 18782c21fd41876d7784170ea7e2ccb1919a5520 X-VCS-Branch: master Date: Tue, 31 Oct 2023 03:43:06 +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: 515865eb-66e2-4d44-99ac-0d3256c44047 X-Archives-Hash: 30d52f4e8e76c577b09450c4e6a59510 commit: 18782c21fd41876d7784170ea7e2ccb1919a5520 Author: Matt Turner gentoo org> AuthorDate: Tue Oct 31 03:39:10 2023 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Oct 31 03:42:58 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18782c21 profiles: Stable mask USE=libei on x11-base/xwayland xwayland-23.2 optionally depends on dev-libs/libei and >=sys-apps/xdg-desktop-portal-1.18.0, the latter of which isn't ready to be stabilized. Bug: https://bugs.gentoo.org/916441 Bug: https://bugs.gentoo.org/916442 Bug: https://bugs.gentoo.org/916443 Signed-off-by: Matt Turner gentoo.org> profiles/arch/amd64/package.use.stable.mask | 4 ++++ profiles/arch/arm/package.use.stable.mask | 4 ++++ profiles/arch/arm64/package.use.stable.mask | 4 ++++ profiles/arch/loong/package.use.stable.mask | 6 ++++++ profiles/arch/riscv/package.use.stable.mask | 4 ++++ profiles/arch/x86/package.use.stable.mask | 4 ++++ 6 files changed, 26 insertions(+) diff --git a/profiles/arch/amd64/package.use.stable.mask b/profiles/arch/amd64/package.use.stable.mask index 3db074d0c4a1..2fd9ec85b7b9 100644 --- a/profiles/arch/amd64/package.use.stable.mask +++ b/profiles/arch/amd64/package.use.stable.mask @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# Matt Turner (2023-10-30) +# libei not stable yet +x11-base/xwayland libei + # Jon Janzen (2023-09-11) # librttopo has not been stabalized on this arch yet dev-db/spatialite rttopo diff --git a/profiles/arch/arm/package.use.stable.mask b/profiles/arch/arm/package.use.stable.mask index 5cbcc08621ad..9da31bf6be49 100644 --- a/profiles/arch/arm/package.use.stable.mask +++ b/profiles/arch/arm/package.use.stable.mask @@ -1,6 +1,10 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Matt Turner (2023-10-30) +# libei not stable yet +x11-base/xwayland libei + # Sam James (2023-07-28) # media-libs/libffado not marked stable here media-video/pipewire ieee1394 diff --git a/profiles/arch/arm64/package.use.stable.mask b/profiles/arch/arm64/package.use.stable.mask index 988b978b47b6..1f9283250ebb 100644 --- a/profiles/arch/arm64/package.use.stable.mask +++ b/profiles/arch/arm64/package.use.stable.mask @@ -1,6 +1,10 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Matt Turner (2023-10-30) +# libei not stable yet +x11-base/xwayland libei + # Michał Górny (2023-04-22) # Needs unkeyworded dev-python/sympy dev-python/nbval test diff --git a/profiles/arch/loong/package.use.stable.mask b/profiles/arch/loong/package.use.stable.mask new file mode 100644 index 000000000000..4c516cc46c9a --- /dev/null +++ b/profiles/arch/loong/package.use.stable.mask @@ -0,0 +1,6 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Matt Turner (2023-10-30) +# libei not stable yet +x11-base/xwayland libei diff --git a/profiles/arch/riscv/package.use.stable.mask b/profiles/arch/riscv/package.use.stable.mask index be1d074b6773..ce36e2613c03 100644 --- a/profiles/arch/riscv/package.use.stable.mask +++ b/profiles/arch/riscv/package.use.stable.mask @@ -1,6 +1,10 @@ # Copyright 2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Matt Turner (2023-10-30) +# libei not stable yet +x11-base/xwayland libei + # Matt Turner (2023-05-30) # sys-apps/dbus-broker is not stable app-accessibility/at-spi2-core dbus-broker diff --git a/profiles/arch/x86/package.use.stable.mask b/profiles/arch/x86/package.use.stable.mask index 9e2282f168af..d62cb13fd200 100644 --- a/profiles/arch/x86/package.use.stable.mask +++ b/profiles/arch/x86/package.use.stable.mask @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# Matt Turner (2023-10-30) +# libei not stable yet +x11-base/xwayland libei + # Arthur Zamarin (2023-06-03) # Destabilizing x86 keywords on sci-*/* packages app-metrics/collectd collectd_plugins_gps collectd_plugins_sigrok