commit: f19f9d1a7fcb909087499a703143e237a160fdd3 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Dec 8 15:40:28 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Dec 8 15:45:51 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f19f9d1a
profiles/base: Mask >=sys-devel/clang-8[z3] due to deps Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/base/package.use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 0bb2172a7ec..96832a07b0a 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -7,6 +7,10 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Michał Górny <[email protected]> (08 Dec 2018) +# Requires z3-4.7.1+ that's not packaged in Gentoo. +>=sys-devel/clang-8 z3 + # Michał Górny <[email protected]> (01 Dec 2018) # Moved from use.mask to specific packages. # Andreas Sturmlechner <[email protected]> (10 May 2018)
