From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1643957-garchives=archives.gentoo.org@lists.gentoo.org> 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 ADBCA15817D for <garchives@archives.gentoo.org>; Mon, 17 Jun 2024 07:16:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB8E1E2A3D; Mon, 17 Jun 2024 07:16:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 C9946E2A3D for <gentoo-commits@lists.gentoo.org>; Mon, 17 Jun 2024 07:16:41 +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 E2E31335C7A for <gentoo-commits@lists.gentoo.org>; Mon, 17 Jun 2024 07:16:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 26EEE158 for <gentoo-commits@lists.gentoo.org>; Mon, 17 Jun 2024 07:16:39 +0000 (UTC) From: "Eray Aslan" <eras@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Eray Aslan" <eras@gentoo.org> Message-ID: <1718608397.d7e41a072473acf7584e7368393526d7d91b5241.eras@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm64/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/arm64/package.use.mask profiles/arch/arm64/package.use.stable.mask X-VCS-Directories: profiles/arch/arm64/ X-VCS-Committer: eras X-VCS-Committer-Name: Eray Aslan X-VCS-Revision: d7e41a072473acf7584e7368393526d7d91b5241 X-VCS-Branch: master Date: Mon, 17 Jun 2024 07:16:39 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 17935be4-6c5a-4374-9836-f92c69dc4096 X-Archives-Hash: 94f4ace0bcdeb6584f88556efe8db626 commit: d7e41a072473acf7584e7368393526d7d91b5241 Author: Eray Aslan <eras <AT> gentoo <DOT> org> AuthorDate: Mon Jun 17 07:13:17 2024 +0000 Commit: Eray Aslan <eras <AT> gentoo <DOT> org> CommitDate: Mon Jun 17 07:13:17 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7e41a07 profiles/arch/arm64: stable mask mongo-c-driver ~arm64 is fine as dev-db/mongodb is ~arm64 as well. remove the mask when mongodb gets stable arm64 keyword Signed-off-by: Eray Aslan <eras <AT> gentoo.org> profiles/arch/arm64/package.use.mask | 4 ---- profiles/arch/arm64/package.use.stable.mask | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask index 7043a8f49717..4b533c19aeab 100644 --- a/profiles/arch/arm64/package.use.mask +++ b/profiles/arch/arm64/package.use.mask @@ -1,10 +1,6 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# Eray Aslan <eras@gentoo.org> (2024-06-16) -# mongodb needed for tests which is not keyworded for arm64 -dev-libs/mongo-c-driver test - # Sam James <sam@gentoo.org> (2024-06-13) # Needs as-yet-unkeyworded KF6 (bug #934215) app-crypt/pinentry qt6 diff --git a/profiles/arch/arm64/package.use.stable.mask b/profiles/arch/arm64/package.use.stable.mask index ebdb3928d739..75d33815b7e0 100644 --- a/profiles/arch/arm64/package.use.stable.mask +++ b/profiles/arch/arm64/package.use.stable.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Eray Aslan <eras@gentoo.org> (2024-06-17) +# mongodb needed for tests which is not stable keyworded for arm64 +dev-libs/mongo-c-driver test + # Sam Jamrs <sam@gentoo.org> (2024-06-07) # dev-libs/capstone hasn't been stabilized yet app-emulation/qemu capstone