commit: 2c0695d516a3da6eac7b3c335f4dc03be7418cc5 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Jan 20 08:53:42 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Jan 20 08:54:41 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c0695d5
profiles/arch/*-fbsd: Mask sys-devel/llvm[ocaml] profiles/arch/amd64-fbsd/package.use.mask | 7 ++++++- profiles/arch/x86-fbsd/package.use.mask | 5 +++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/profiles/arch/amd64-fbsd/package.use.mask b/profiles/arch/amd64-fbsd/package.use.mask index ada83da9f35..5260dac332c 100644 --- a/profiles/arch/amd64-fbsd/package.use.mask +++ b/profiles/arch/amd64-fbsd/package.use.mask @@ -1,6 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <[email protected]> (20 Jan 2018) +# Needs dev-ml/ocaml-ctypes which is not keyworded. Newer versions +# no longer have the flag, so no point in keywording it for old. +sys-devel/llvm ocaml + # Ulrich Müller <[email protected]> (23 Oct 2017) # Needs net-mail/mailutils which is not keyworded, bug #635216. app-editors/emacs-vcs mailutils diff --git a/profiles/arch/x86-fbsd/package.use.mask b/profiles/arch/x86-fbsd/package.use.mask index c68b05ffdbb..3b66e6f48c5 100644 --- a/profiles/arch/x86-fbsd/package.use.mask +++ b/profiles/arch/x86-fbsd/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]> (20 Jan 2018) +# Needs dev-ml/ocaml-ctypes which is not keyworded. Newer versions +# no longer have the flag, so no point in keywording it for old. +sys-devel/llvm ocaml + # Michał Górny <[email protected]> (12 Jan 2018) # Requires USE=qt5 that is masked in this profile. media-video/vlc skins
