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 04117138334 for ; Wed, 4 Sep 2019 14:02:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91440E0806; Wed, 4 Sep 2019 14:02:36 +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 19422E0806 for ; Wed, 4 Sep 2019 14:02:36 +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 C0F5134ABF8 for ; Wed, 4 Sep 2019 14:02:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2D87776 for ; Wed, 4 Sep 2019 14:02:32 +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: <1567605743.e506599f5f8c711f7596ef6e576e59595a6116c7.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/php/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/php/php-7.2.22.ebuild X-VCS-Directories: dev-lang/php/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: e506599f5f8c711f7596ef6e576e59595a6116c7 X-VCS-Branch: master Date: Wed, 4 Sep 2019 14:02:32 +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: 29fa6138-4c31-4dd7-bd8a-2f650d50c190 X-Archives-Hash: 7c957f6bc728325799f0ab30b55cd221 commit: e506599f5f8c711f7596ef6e576e59595a6116c7 Author: Brian Evans gentoo org> AuthorDate: Wed Sep 4 14:02:23 2019 +0000 Commit: Brian Evans gentoo org> CommitDate: Wed Sep 4 14:02:23 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e506599f dev-lang/php: Add explicit RESTRICT on 7.2.22 Package-Manager: Portage-2.3.75, Repoman-2.3.17 Signed-off-by: Brian Evans gentoo.org> dev-lang/php/php-7.2.22.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/php/php-7.2.22.ebuild b/dev-lang/php/php-7.2.22.ebuild index 3163c80e3d4..4156c8c952e 100644 --- a/dev-lang/php/php-7.2.22.ebuild +++ b/dev-lang/php/php-7.2.22.ebuild @@ -156,7 +156,7 @@ PATCHES=( "${FILESDIR}/php-freetype-2.9.1.patch" "${FILESDIR}/php-7.2.13-intl-use-icu-namespace.patch" ) - +RESTRICT="!test? ( test )" PHP_MV="$(ver_cut 1)" php_install_ini() {