diff options
author | Brian Evans <grknight@gentoo.org> | 2017-08-14 08:49:04 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2017-08-14 11:00:42 -0400 |
commit | 27b2b93cd506b89431d588b25ec58fbdeb300e10 (patch) | |
tree | 176d377c665616331e83d7d81bc8700c0c8c144c /profiles/base | |
parent | app-i18n/ibus: add missing REQUIRED_USE (diff) | |
download | gentoo-27b2b93cd506b89431d588b25ec58fbdeb300e10.tar.gz gentoo-27b2b93cd506b89431d588b25ec58fbdeb300e10.tar.bz2 gentoo-27b2b93cd506b89431d588b25ec58fbdeb300e10.zip |
base/use.{,stable.}mask: Initial masks for php_targets_php7-2 slot
Diffstat (limited to 'profiles/base')
-rw-r--r-- | profiles/base/use.mask | 4 | ||||
-rw-r--r-- | profiles/base/use.stable.mask | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/profiles/base/use.mask b/profiles/base/use.mask index fcefea31dc44..df87aee58c20 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -4,6 +4,10 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Brian Evans <grknight@gentoo.org> (14 Aug 2017) +# php 7.2 beta is masked for initial testing +php_targets_php7-2 + # Michael Palimaka <kensington@gentoo.org> (03 Jun 2017) # Unkeyworded on most arches, unmasked in supported arch profiles. elogind diff --git a/profiles/base/use.stable.mask b/profiles/base/use.stable.mask index 5bc36ff52361..58648158bef0 100644 --- a/profiles/base/use.stable.mask +++ b/profiles/base/use.stable.mask @@ -4,6 +4,10 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask +# Brian Evans <grknight@gentoo.org> (14 Aug 2017) +# Needs dev-lang/php:7.2 stable +php_targets_php7-2 + # Michał Górny <mgorny@gentoo.org> (25 Jan 2017) # Early pre-stabilization mask for dev-lang/python:3.6 python_targets_python3_6 |