commit: 51857000497c251a816b18c9d9b5111c4bb5fe39 Author: Brian Evans <grknight <AT> gentoo <DOT> org> AuthorDate: Fri Jan 11 15:33:57 2019 +0000 Commit: Brian Evans <grknight <AT> gentoo <DOT> org> CommitDate: Fri Jan 11 15:35:30 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51857000
profiles: Mask package USE that depend on PHP 7.0 Signed-off-by: Brian Evans <grknight <AT> gentoo.org> profiles/base/package.use.mask | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 82ac3f93ec4..203f9d99c71 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # This file requires >=portage-2.1.1 @@ -7,6 +7,11 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Brian Evans <[email protected]> (11 Jan 2019) +# Depend on the EOL PHP 7.0 +dev-libs/Ice php +www-servers/nginx-unit php7-0 + # Michał Górny <[email protected]> (01 Dec 2018) # Moved from use.mask to specific packages. # Andreas Sturmlechner <[email protected]> (10 May 2018)
