commit: 994f6c73a0e42df35f93cc448b539c293ce8c3d8 Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org> AuthorDate: Thu Feb 25 23:21:36 2021 +0000 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> 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 <chutzpah <AT> 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 <[email protected]> (2021-02-25) +# Requires unkeyworded dev-libs/pmdk, mask until keyworded +sys-cluster/ceph pmdk rbd-rwl + # Roy Bamford <[email protected]> (2021-02-24) # Invert the theme-manager mask as it bouilds and tests here # Originaly set by Julian Ospald <[email protected]> (2013-03-31)
