diff options
author | Brian Evans <grknight@gentoo.org> | 2015-12-18 00:12:52 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2015-12-18 00:13:21 -0500 |
commit | 098a3a35f6fa40900b6fa9cb29da3f557558c7f2 (patch) | |
tree | ed1bae821e4e69d94a778ee36dc9ebcdc67c4d66 | |
parent | dev-lang/php: Version bump including phpdbg support (diff) | |
download | gentoo-098a3a35f6fa40900b6fa9cb29da3f557558c7f2.tar.gz gentoo-098a3a35f6fa40900b6fa9cb29da3f557558c7f2.tar.bz2 gentoo-098a3a35f6fa40900b6fa9cb29da3f557558c7f2.zip |
Unmask php:7.0 to ~arch
Signed-off-by: Brian Evans <grknight@gentoo.org>
-rw-r--r-- | profiles/base/use.mask | 3 | ||||
-rw-r--r-- | profiles/base/use.stable.mask | 4 | ||||
-rw-r--r-- | profiles/package.mask | 16 |
3 files changed, 5 insertions, 18 deletions
diff --git a/profiles/base/use.mask b/profiles/base/use.mask index a7a4a072c8f3..266f2f717ab3 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -13,9 +13,6 @@ php_targets_php5-4 # 540540 and 525674 sssd -# php 7 is still masked for testing -php_targets_php7-0 - # cilk has been ported only to x86 systems cilk diff --git a/profiles/base/use.stable.mask b/profiles/base/use.stable.mask index 2d3846d7f86c..f9e89e4b9aae 100644 --- a/profiles/base/use.stable.mask +++ b/profiles/base/use.stable.mask @@ -5,6 +5,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> (18 Dec 2015) +# Needs dev-lang/php:7.0 stable +php_targets_php7-0 + # Mike Gilbert <floppym@gentoo.org> (02 Oct 2015) # Needs dev-lang/python:3.5 stable python_targets_python3_5 diff --git a/profiles/package.mask b/profiles/package.mask index 2d87568a040a..c6fe2fdd7ba8 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -77,10 +77,6 @@ dev-java/jscience # experimental features and accept a more unstable release. >=www-client/chromium-49 -# Michael Orlitzky <mjo@gentoo.org> (06 Dec 2015) -# Masked for testing of the new apache2/php7 support. ->=app-eselect/eselect-php-0.8.0 - # Mike Gilbert <floppym@gentoo.org> (06 Dec 2015) # Masked for testing. =sys-apps/dbus-1.10* @@ -120,8 +116,7 @@ dev-java/jigsaw # Brian Evans <grknight@gentoo.org> (02 Dec 2015) # All current targets are masked. -# New version only works on PHP7. -dev-php/pecl-taint +<dev-php/pecl-taint-1.99.99 # Brian Evans <grknight@gentoo.org> (02 Dec 2015) # Zend Opcache was integrated into PHP versions 5.5 and later @@ -229,10 +224,6 @@ dev-tex/latex-unicode # Masked for removal in 30 days. dev-perl/Parse-CPAN-Meta -# Brian Evans <grknight@gentoo.org> (06 Nov 2015) -# Mask new versions of dev-php/pecl-yaml that only work with PHP-7+ ->=dev-php/pecl-yaml-2.0 - # Michał Górny <mgorny@gentoo.org> (30 Oct 2015) # Uses unsafe ioctls that could result in data corruption. Upstream # is working on replacing them in the wip/dedup-syscall branch. @@ -327,11 +318,6 @@ dev-libs/iniparser:4 # See #551724 and duplicates =sys-fs/udev-init-scripts-29 -# Ole Markus With <olemarkus@gentoo.org> (12 Jun 2015) -# Masking PHP 7 pre-release versions -dev-lang/php:7.0 -=virtual/httpd-php-7.0 - # Ryan Hill <rhill@gentoo.org> (28 Apr 2015) # Moving to /lib/gentoo/functions.sh broke the eclass # by changing output it relies on. See bug #504118, |