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 49435158232 for ; Sun, 8 Dec 2024 23:34:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 132C2E0D61; Sun, 8 Dec 2024 23:34:39 +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 CAC88E0D5F for ; Sun, 8 Dec 2024 23:34:38 +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 C49F2343122 for ; Sun, 8 Dec 2024 23:34:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2976416A1 for ; Sun, 8 Dec 2024 23:34:36 +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: <1733700826.311012fcf3f9ccf51204028587c8204e425132f5.kangie@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/s390/, profiles/arch/sparc/, profiles/arch/hppa/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/hppa/package.use.mask profiles/arch/s390/package.use.mask profiles/arch/sparc/package.use.mask X-VCS-Directories: profiles/arch/s390/ profiles/arch/sparc/ profiles/arch/hppa/ X-VCS-Committer: kangie X-VCS-Committer-Name: Matt Jolly X-VCS-Revision: 311012fcf3f9ccf51204028587c8204e425132f5 X-VCS-Branch: master Date: Sun, 8 Dec 2024 23:34:36 +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: 7b048d57-381e-4ad2-9d1f-d0ca3f1024f7 X-Archives-Hash: f05777085d7f5a2c0c131bd74231ea52 commit: 311012fcf3f9ccf51204028587c8204e425132f5 Author: Matt Jolly gentoo org> AuthorDate: Tue Jul 30 03:57:58 2024 +0000 Commit: Matt Jolly gentoo org> CommitDate: Sun Dec 8 23:33:46 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=311012fc profiles/arch: mask app-eselect/eselect-repository[mercurial] ... on hppa, s390, sparc dev-vcs/mercurial is not keyworded on these arches. Bug: https://bugs.gentoo.org/936918 Signed-off-by: Matt Jolly gentoo.org> profiles/arch/hppa/package.use.mask | 4 ++++ profiles/arch/s390/package.use.mask | 4 ++++ profiles/arch/sparc/package.use.mask | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/profiles/arch/hppa/package.use.mask b/profiles/arch/hppa/package.use.mask index 8703af37f837..c727a2e5bb19 100644 --- a/profiles/arch/hppa/package.use.mask +++ b/profiles/arch/hppa/package.use.mask @@ -4,6 +4,10 @@ # NOTE: When masking a USE flag due to missing keywords, please file a keyword # request bug for the hppa arch. +# Matt Jolly (2024-12-08) +# dev-vcs/mercurial is not keyworded on hppa +app-eselect/eselect-repository mercurial + # Ionen Wolkens (2024-12-02) # media-video/pipewire is not keyworded here. dev-qt/qtmultimedia:6 screencast diff --git a/profiles/arch/s390/package.use.mask b/profiles/arch/s390/package.use.mask index ae41e70a698f..fce637692f94 100644 --- a/profiles/arch/s390/package.use.mask +++ b/profiles/arch/s390/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Matt Jolly (2024-12-08) +# dev-vcs/mercurial is not keyworded on s390 +app-eselect/eselect-repository mercurial + # Christopher Byrne (2024-12-01) # requires dev-libs/hidapi to be keyworded dev-libs/libfido2 hidapi diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask index 511d641dc740..af8a79ba9143 100644 --- a/profiles/arch/sparc/package.use.mask +++ b/profiles/arch/sparc/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Matt Jolly (2024-12-08) +# dev-vcs/mercurial is not keyworded on sparc +app-eselect/eselect-repository mercurial + # Ionen Wolkens (2024-12-02) # Needs dev-qt/qtsvg:6 which is not keyworded here (bug #918896), # but neither is gnome so integration is not very useful either way.