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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 617E71382C5 for ; Fri, 26 Feb 2021 00:44:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E497E09EA; Fri, 26 Feb 2021 00:44:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8867EE09EA for ; Fri, 26 Feb 2021 00:44:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 402F534101D for ; Fri, 26 Feb 2021 00:44:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06FCD533 for ; Fri, 26 Feb 2021 00:44:21 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1614300214.994f6c73a0e42df35f93cc448b539c293ce8c3d8.chutzpah@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 X-VCS-Directories: profiles/arch/arm64/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 994f6c73a0e42df35f93cc448b539c293ce8c3d8 X-VCS-Branch: master Date: Fri, 26 Feb 2021 00:44:21 +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: 276e518a-0f89-4aec-945f-8924d5435c62 X-Archives-Hash: 3709eafabbf6a9ce0b4be1199ebf19dd commit: 994f6c73a0e42df35f93cc448b539c293ce8c3d8 Author: Patrick McLean gentoo org> AuthorDate: Thu Feb 25 23:21:36 2021 +0000 Commit: Patrick McLean gentoo org> CommitDate: Fri Feb 26 00:43:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=994f6c73 profiles/arch/arm64/package.use.mask: Mask pmdk and rbd-rwl on ceph Unbundled pmdk to solve bug #752177, mask the USE flag to avoid keyword drop until dev-libs/pmdk is keyworded. Signed-off-by: Patrick McLean gentoo.org> profiles/arch/arm64/package.use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask index a9f294a8023..a5dd76a1b30 100644 --- a/profiles/arch/arm64/package.use.mask +++ b/profiles/arch/arm64/package.use.mask @@ -2,6 +2,10 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Patrick McLean (2021-02-25) +# Requires unkeyworded dev-libs/pmdk, mask until keyworded +sys-cluster/ceph pmdk rbd-rwl + # Roy Bamford (2021-02-24) # Invert the theme-manager mask as it bouilds and tests here # Originaly set by Julian Ospald (2013-03-31)