From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id CB2761388C2 for ; Fri, 18 Dec 2015 05:13:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A1FCE08B8; Fri, 18 Dec 2015 05:13:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1C369E08BA for ; Fri, 18 Dec 2015 05:13:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CD5A03402A2 for ; Fri, 18 Dec 2015 05:13:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D96EEC94 for ; Fri, 18 Dec 2015 05:13:26 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1450415601.098a3a35f6fa40900b6fa9cb29da3f557558c7f2.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/use.mask profiles/base/use.stable.mask profiles/package.mask X-VCS-Directories: profiles/ profiles/base/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 098a3a35f6fa40900b6fa9cb29da3f557558c7f2 X-VCS-Branch: master Date: Fri, 18 Dec 2015 05:13:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a20aef27-8a96-40dc-9dbb-efc6dd5a5d48 X-Archives-Hash: 496f85856eee36b6aec2257a0adba452 commit: 098a3a35f6fa40900b6fa9cb29da3f557558c7f2 Author: Brian Evans gentoo org> AuthorDate: Fri Dec 18 05:12:52 2015 +0000 Commit: Brian Evans gentoo org> CommitDate: Fri Dec 18 05:13:21 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=098a3a35 Unmask php:7.0 to ~arch Signed-off-by: Brian Evans gentoo.org> profiles/base/use.mask | 3 --- profiles/base/use.stable.mask | 4 ++++ profiles/package.mask | 16 +--------------- 3 files changed, 5 insertions(+), 18 deletions(-) diff --git a/profiles/base/use.mask b/profiles/base/use.mask index a7a4a07..266f2f7 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 2d3846d..f9e89e4 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 (18 Dec 2015) +# Needs dev-lang/php:7.0 stable +php_targets_php7-0 + # Mike Gilbert (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 2d87568..c6fe2fd 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 (06 Dec 2015) -# Masked for testing of the new apache2/php7 support. ->=app-eselect/eselect-php-0.8.0 - # Mike Gilbert (06 Dec 2015) # Masked for testing. =sys-apps/dbus-1.10* @@ -120,8 +116,7 @@ dev-java/jigsaw # Brian Evans (02 Dec 2015) # All current targets are masked. -# New version only works on PHP7. -dev-php/pecl-taint + (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 (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 (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 (12 Jun 2015) -# Masking PHP 7 pre-release versions -dev-lang/php:7.0 -=virtual/httpd-php-7.0 - # Ryan Hill (28 Apr 2015) # Moving to /lib/gentoo/functions.sh broke the eclass # by changing output it relies on. See bug #504118,