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 D0ABA138334 for ; Wed, 6 Mar 2019 21:31:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2543E09B8; Wed, 6 Mar 2019 21:31:03 +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 82ACDE09B6 for ; Wed, 6 Mar 2019 21:31:03 +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 D159E335CFB for ; Wed, 6 Mar 2019 21:31:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4AA8555D for ; Wed, 6 Mar 2019 21:31:00 +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: <1551907852.d73ba6ff2bfe67fb326c3191e92d60da0759430f.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.2.16.ebuild dev-lang/php/php-7.3.3.ebuild X-VCS-Directories: dev-lang/php/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: d73ba6ff2bfe67fb326c3191e92d60da0759430f X-VCS-Branch: master Date: Wed, 6 Mar 2019 21:31:00 +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: 328bdcda-a030-4505-9832-7ca2d5a15e59 X-Archives-Hash: db4073221c8e3abe327bdf9167c449b1 commit: d73ba6ff2bfe67fb326c3191e92d60da0759430f Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Mar 6 21:30:17 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Mar 6 21:30:52 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d73ba6ff dev-lang/php: add BDEPEND=virtual/pkgconfig Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann gentoo.org> dev-lang/php/php-7.2.16.ebuild | 2 ++ dev-lang/php/php-7.3.3.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/dev-lang/php/php-7.2.16.ebuild b/dev-lang/php/php-7.2.16.ebuild index 95f10092b3b..2d85e9d999e 100644 --- a/dev-lang/php/php-7.2.16.ebuild +++ b/dev-lang/php/php-7.2.16.ebuild @@ -123,6 +123,8 @@ DEPEND="${COMMON_DEPEND} app-arch/xz-utils >=sys-devel/bison-3.0.1" +BDEPEND="virtual/pkgconfig" + # Without USE=readline or libedit, the interactive "php -a" CLI will hang. REQUIRED_USE=" || ( cli cgi fpm apache2 embed phpdbg ) diff --git a/dev-lang/php/php-7.3.3.ebuild b/dev-lang/php/php-7.3.3.ebuild index 4e9c43da74f..1e66c720846 100644 --- a/dev-lang/php/php-7.3.3.ebuild +++ b/dev-lang/php/php-7.3.3.ebuild @@ -126,6 +126,8 @@ DEPEND="${COMMON_DEPEND} app-arch/xz-utils >=sys-devel/bison-3.0.1" +BDEPEND="virtual/pkgconfig" + # Without USE=readline or libedit, the interactive "php -a" CLI will hang. REQUIRED_USE=" || ( cli cgi fpm apache2 embed phpdbg )