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 C9375158009 for ; Sat, 24 Jun 2023 11:32:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CEBD4E0817; Sat, 24 Jun 2023 11:32:20 +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 B7DA4E0817 for ; Sat, 24 Jun 2023 11:32:20 +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 BDBA4340817 for ; Sat, 24 Jun 2023 11:32:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F31ECA9E for ; Sat, 24 Jun 2023 11:32:17 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1687606334.1959257b666dae415b27c0c4c4c27f178e8b6712.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/, profiles/arch/arm64/, profiles/arch/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/amd64/package.use.mask profiles/arch/arm64/package.use.mask profiles/arch/base/package.use.mask X-VCS-Directories: profiles/arch/arm64/ profiles/arch/base/ profiles/arch/amd64/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1959257b666dae415b27c0c4c4c27f178e8b6712 X-VCS-Branch: master Date: Sat, 24 Jun 2023 11:32:17 +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: 6636b8d5-f0a0-43a9-a00b-22976b36f6af X-Archives-Hash: ffdcfc653f50336c571827221ac020d2 commit: 1959257b666dae415b27c0c4c4c27f178e8b6712 Author: Michał Górny gentoo org> AuthorDate: Sat Jun 24 09:09:18 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jun 24 11:32:14 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1959257b profiles/arch: Mask dev-python/pymongo[test-full] on most arches Signed-off-by: Michał Górny gentoo.org> profiles/arch/amd64/package.use.mask | 4 ++++ profiles/arch/arm64/package.use.mask | 4 ++++ profiles/arch/base/package.use.mask | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 95d4c48b9fb4..1f7b964ebc19 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# Michał Górny (2023-06-24) +# dev-db/mongodb miraculously got keyworded here. +dev-python/pymongo -test-full + # Sam James (2023-06-09) # dev-cpp/cppdap is not keyworded on most arches dev-util/cmake -debugger diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask index 552515ec4e09..0ba072e2ae38 100644 --- a/profiles/arch/arm64/package.use.mask +++ b/profiles/arch/arm64/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny (2023-06-24) +# dev-db/mongodb miraculously got keyworded here. +dev-python/pymongo -test-full + # Sam James (2023-04-17) # Ruby has several JITs available but they need porting to individual arches. # Unmask on specific arches where it's available. diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index b0ca89d14d07..7bc135207b0c 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny (2023-06-24) +# dev-db/mongodb builds practically only on the authors' computer. +dev-python/pymongo test-full + # Sam James (2023-06-09) # dev-cpp/cppdap is not keyworded on most arches dev-util/cmake debugger