Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/
Date: Sat, 08 Dec 2018 15:45:58
Message-Id: 1544283951.f19f9d1a7fcb909087499a703143e237a160fdd3.mgorny@gentoo
1 commit: f19f9d1a7fcb909087499a703143e237a160fdd3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 8 15:40:28 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 8 15:45:51 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f19f9d1a
7
8 profiles/base: Mask >=sys-devel/clang-8[z3] due to deps
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 profiles/base/package.use.mask | 4 ++++
13 1 file changed, 4 insertions(+)
14
15 diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
16 index 0bb2172a7ec..96832a07b0a 100644
17 --- a/profiles/base/package.use.mask
18 +++ b/profiles/base/package.use.mask
19 @@ -7,6 +7,10 @@
20 # This file is only for generic masks. For arch-specific masks (i.e.
21 # mask everywhere, unmask on arch/*) use arch/base.
22
23 +# Michał Górny <mgorny@g.o> (08 Dec 2018)
24 +# Requires z3-4.7.1+ that's not packaged in Gentoo.
25 +>=sys-devel/clang-8 z3
26 +
27 # Michał Górny <mgorny@g.o> (01 Dec 2018)
28 # Moved from use.mask to specific packages.
29 # Andreas Sturmlechner <asturm@g.o> (10 May 2018)