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 6389B138334 for ; Sat, 23 Nov 2019 14:56:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 792C4E070D; Sat, 23 Nov 2019 14:56:29 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 27277E070D for ; Sat, 23 Nov 2019 14:56:29 +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 D984434D267 for ; Sat, 23 Nov 2019 14:56:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F4328B4 for ; Sat, 23 Nov 2019 14:56:25 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1574520975.386fed3c1f469a481a3333a09431d88f27e20c4f.whissi@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.1.33.ebuild dev-lang/php/php-7.2.24.ebuild dev-lang/php/php-7.2.25.ebuild dev-lang/php/php-7.3.11.ebuild dev-lang/php/php-7.3.12.ebuild X-VCS-Directories: dev-lang/php/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 386fed3c1f469a481a3333a09431d88f27e20c4f X-VCS-Branch: master Date: Sat, 23 Nov 2019 14:56:25 +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: ca1bffa6-db26-47da-b36c-a2ab68cf8483 X-Archives-Hash: 9f91f8f3717ab18e25546de976f61e46 commit: 386fed3c1f469a481a3333a09431d88f27e20c4f Author: Thomas Deutschmann gentoo org> AuthorDate: Sat Nov 23 14:56:15 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sat Nov 23 14:56:15 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=386fed3c dev-lang/php: add missing RESTRICT="!test? ( test )" Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Thomas Deutschmann gentoo.org> dev-lang/php/php-7.1.33.ebuild | 3 +++ dev-lang/php/php-7.2.24.ebuild | 5 ++++- dev-lang/php/php-7.2.25.ebuild | 5 ++++- dev-lang/php/php-7.3.11.ebuild | 3 +++ dev-lang/php/php-7.3.12.ebuild | 3 +++ 5 files changed, 17 insertions(+), 2 deletions(-) diff --git a/dev-lang/php/php-7.1.33.ebuild b/dev-lang/php/php-7.1.33.ebuild index d6b54b2cba3..3ddc7c8941b 100644 --- a/dev-lang/php/php-7.1.33.ebuild +++ b/dev-lang/php/php-7.1.33.ebuild @@ -146,6 +146,9 @@ REQUIRED_USE=" mysql? ( hash || ( mysqli pdo ) ) mysqli? ( hash ) " + +RESTRICT="!test? ( test )" + PATCHES=( "${FILESDIR}/php-freetype-2.9.1.patch" "${FILESDIR}/php-7.1.25-intl-use-icu-namespace.patch" diff --git a/dev-lang/php/php-7.2.24.ebuild b/dev-lang/php/php-7.2.24.ebuild index f47ed4aaf95..9b29c8d3e9d 100644 --- a/dev-lang/php/php-7.2.24.ebuild +++ b/dev-lang/php/php-7.2.24.ebuild @@ -151,11 +151,14 @@ REQUIRED_USE=" mysqli? ( hash ) zip-encryption? ( zip ) " + +RESTRICT="!test? ( test )" + 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() { diff --git a/dev-lang/php/php-7.2.25.ebuild b/dev-lang/php/php-7.2.25.ebuild index 7a4b01c291e..ec31c9cfef4 100644 --- a/dev-lang/php/php-7.2.25.ebuild +++ b/dev-lang/php/php-7.2.25.ebuild @@ -151,11 +151,14 @@ REQUIRED_USE=" mysqli? ( hash ) zip-encryption? ( zip ) " + +RESTRICT="!test? ( test )" + 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() { diff --git a/dev-lang/php/php-7.3.11.ebuild b/dev-lang/php/php-7.3.11.ebuild index c0862291df3..74fc91e4547 100644 --- a/dev-lang/php/php-7.3.11.ebuild +++ b/dev-lang/php/php-7.3.11.ebuild @@ -153,6 +153,9 @@ REQUIRED_USE=" mysql? ( || ( mysqli pdo ) ) zip-encryption? ( zip ) " + +RESTRICT="!test? ( test )" + PATCHES=( "${FILESDIR}/php-freetype-2.9.1.patch" ) diff --git a/dev-lang/php/php-7.3.12.ebuild b/dev-lang/php/php-7.3.12.ebuild index e466f57d0e3..8f92a1b3a86 100644 --- a/dev-lang/php/php-7.3.12.ebuild +++ b/dev-lang/php/php-7.3.12.ebuild @@ -153,6 +153,9 @@ REQUIRED_USE=" mysql? ( || ( mysqli pdo ) ) zip-encryption? ( zip ) " + +RESTRICT="!test? ( test )" + PATCHES=( "${FILESDIR}/php-freetype-2.9.1.patch" )