From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BD9B5138334 for ; Mon, 30 Sep 2019 22:45:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0B9CE087B; Mon, 30 Sep 2019 22:45:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D685AE087B for ; Mon, 30 Sep 2019 22:45:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 69A4D34B6F2 for ; Mon, 30 Sep 2019 22:45:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5584764 for ; Mon, 30 Sep 2019 22:45:48 +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: <1569883506.e3c19aa07c006f1f556c6eb452a3c2287b68542b.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/package.use.mask profiles/package.mask X-VCS-Directories: profiles/base/ profiles/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: e3c19aa07c006f1f556c6eb452a3c2287b68542b X-VCS-Branch: master Date: Mon, 30 Sep 2019 22:45:48 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c7a33ce0-cde3-48d5-95c0-ae4ed85a001e X-Archives-Hash: 3d35ef395d19f50cbc0970802f423952 commit: e3c19aa07c006f1f556c6eb452a3c2287b68542b Author: Brian Evans gentoo org> AuthorDate: Mon Sep 30 22:45:06 2019 +0000 Commit: Brian Evans gentoo org> CommitDate: Mon Sep 30 22:45:06 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3c19aa0 profiles: Fix issues with PHP 5.6 mask Forgot virtual/httpd-php Wrong USE mask for nginx-unit Signed-off-by: Brian Evans gentoo.org> profiles/base/package.use.mask | 2 +- profiles/package.mask | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 1cb868f67d7..aa5d61f3eea 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -13,7 +13,7 @@ =dev-libs/xapian-bindings-1.2.25 php media-gfx/exact-image php sci-geosciences/mapserver php -www-servers/nginx-unit php56 +www-servers/nginx-unit php5-6 # Michał Górny (2019-09-28) # media-fonts/hkscs-ming is slated for removal. diff --git a/profiles/package.mask b/profiles/package.mask index 7c3b8de4338..b8550222923 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,7 @@ # End of life. Please upgrade. # Removal in 90 days. Bug 651784 dev-lang/php:5.6 +virtual/httpd-php:5.6 # Brian Evans (2019-10-01) # Requires end of life PHP 5.6. Please upgrade.