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 2A4F0139694 for ; Mon, 17 Jul 2017 19:38:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8AE91E0D82; Mon, 17 Jul 2017 19:38:10 +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 68C8DE0D82 for ; Mon, 17 Jul 2017 19:38:10 +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 73AD0341807 for ; Mon, 17 Jul 2017 19:38:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E7E17489 for ; Mon, 17 Jul 2017 19:38:08 +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: <1500320274.53ac4c04bb189cdd0ddb093d3c688f865a418969.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.1.7.ebuild X-VCS-Directories: dev-lang/php/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 53ac4c04bb189cdd0ddb093d3c688f865a418969 X-VCS-Branch: master Date: Mon, 17 Jul 2017 19:38:08 +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: 20bf32e1-3454-40b6-a125-1d00496e2325 X-Archives-Hash: aade3e73f7b2f6fdd0c90bd84daa019d commit: 53ac4c04bb189cdd0ddb093d3c688f865a418969 Author: Brian Evans gentoo org> AuthorDate: Mon Jul 17 19:37:54 2017 +0000 Commit: Brian Evans gentoo org> CommitDate: Mon Jul 17 19:37:54 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53ac4c04 dev-lang/php: More REQUIRED_USE order tweaks Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-lang/php/php-7.1.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/php/php-7.1.7.ebuild b/dev-lang/php/php-7.1.7.ebuild index dca745576e5..912f760a4e0 100644 --- a/dev-lang/php/php-7.1.7.ebuild +++ b/dev-lang/php/php-7.1.7.ebuild @@ -123,12 +123,12 @@ DEPEND="${COMMON_DEPEND} REQUIRED_USE=" || ( cli cgi fpm apache2 embed phpdbg ) cli? ( ^^ ( readline libedit ) ) - gd? ( zlib ) truetype? ( gd ) webp? ( gd ) cjk? ( gd ) exif? ( gd ) xpm? ( gd ) + gd? ( zlib ) simplexml? ( xml ) soap? ( xml ) wddx? ( xml )