Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/
Date: Fri, 11 Jan 2019 15:35:46
Message-Id: 1547220930.51857000497c251a816b18c9d9b5111c4bb5fe39.grknight@gentoo
1 commit: 51857000497c251a816b18c9d9b5111c4bb5fe39
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 11 15:33:57 2019 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 11 15:35:30 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51857000
7
8 profiles: Mask package USE that depend on PHP 7.0
9
10 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
11
12 profiles/base/package.use.mask | 7 ++++++-
13 1 file changed, 6 insertions(+), 1 deletion(-)
14
15 diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
16 index 82ac3f93ec4..203f9d99c71 100644
17 --- a/profiles/base/package.use.mask
18 +++ b/profiles/base/package.use.mask
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2018 Gentoo Authors
21 +# Copyright 1999-2019 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 # This file requires >=portage-2.1.1
25 @@ -7,6 +7,11 @@
26 # This file is only for generic masks. For arch-specific masks (i.e.
27 # mask everywhere, unmask on arch/*) use arch/base.
28
29 +# Brian Evans <grknight@g.o> (11 Jan 2019)
30 +# Depend on the EOL PHP 7.0
31 +dev-libs/Ice php
32 +www-servers/nginx-unit php7-0
33 +
34 # Michał Górny <mgorny@g.o> (01 Dec 2018)
35 # Moved from use.mask to specific packages.
36 # Andreas Sturmlechner <asturm@g.o> (10 May 2018)