commit: 2aa2760278d95cce026b3b39e67a59051db6fa5f Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Wed Aug 22 22:43:10 2018 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Wed Aug 22 22:44:48 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2aa27602
profiles: Mask net-fs/samba[ceph] and unmask only where available Bug: https://bugs.gentoo.org/664314 profiles/arch/amd64/package.use.mask | 4 ++++ profiles/arch/x86/package.use.mask | 4 ++++ profiles/base/package.use.mask | 3 ++- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 1d1a39a0266..3a9127d80ef 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# Thomas Deutschmann <[email protected]> (23 Aug 2018) +# Dependency sys-cluster/ceph is keyworded for amd64 +net-fs/samba -ceph + # Göktürk Yüksek <[email protected]> (6 Jul 2018) # Dependency app-crypt/jitterentropy is keyworded for amd64 sys-apps/rng-tools -jitterentropy diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index c9a3ef9916d..9c635e6d37e 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -3,6 +3,10 @@ # This file requires >=portage-2.1.1 +# Thomas Deutschmann <[email protected]> (23 Aug 2018) +# Dependency sys-cluster/ceph is keyworded for x86 +net-fs/samba -ceph + # Rick Farina <[email protected]> (27 Jun 2018) # Catalyst has support for assembling bootloader on this arch dev-util/catalyst -system-bootloader diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 3dfff9e910d..4955c74c212 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -100,7 +100,8 @@ media-plugins/vdr-music graphtft # Lars Wendler <[email protected]> (14 Mar 2018) # Broken on all 32bit arches. Globally masked because of sys-apps/dmapi having # no active upstream anymore. -net-fs/samba dmapi +# sys-cluster/ceph is only available on amd64 & x86, unmask per arch +net-fs/samba dmapi ceph # Jan Ziak <[email protected]> (14 Mar 2018) # Mask local USE flag to satisfy repoman
