commit: e81379d5ac3e18bb386aab59a6f0855e0952af77 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Feb 28 22:08:37 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Feb 28 22:21:51 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e81379d5
profiles/arch/arm64: Mask flags w/ masked REQUIRED_USE profiles/arch/arm64/package.use.mask | 5 +++++ profiles/arch/arm64/package.use.stable.mask | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask index 4c6dbb6d2b5..372894dea3d 100644 --- a/profiles/arch/arm64/package.use.mask +++ b/profiles/arch/arm64/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <[email protected]> (28 Feb 2018) +# Requires masked dependent flags. +dev-lang/php ldap-sasl +net-nds/openldap cxx + # Matthew Thode <[email protected]> (23 Feb 2018) # net-proxy/haproxy isn't keyworded for arm64 sys-cluster/neutron haproxy diff --git a/profiles/arch/arm64/package.use.stable.mask b/profiles/arch/arm64/package.use.stable.mask index 6a978bd339b..4e9cf656366 100644 --- a/profiles/arch/arm64/package.use.stable.mask +++ b/profiles/arch/arm64/package.use.stable.mask @@ -1,6 +1,11 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <[email protected]> (28 Feb 2018) +# Requires masked dependent flags. +net-dns/avahi mdnsresponder-compat +net-fs/samba ads + # Michał Górny <[email protected]> (19 Feb 2018) # Masked due to unstable deps. dev-db/redis tcmalloc
