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 7CB8B138350 for ; Thu, 26 Mar 2020 22:50:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3CBBE0DA7; Thu, 26 Mar 2020 22:50:22 +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 98A6BE0DA7 for ; Thu, 26 Mar 2020 22:50:22 +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 477CF34F03C for ; Thu, 26 Mar 2020 22:50:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 554EC104 for ; Thu, 26 Mar 2020 22:50:17 +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: <1585263007.e951555fa650a55e3af5251bc00146384cbaf7c9.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.29.ebuild dev-lang/php/php-7.3.16.ebuild dev-lang/php/php-7.4.4.ebuild X-VCS-Directories: dev-lang/php/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: e951555fa650a55e3af5251bc00146384cbaf7c9 X-VCS-Branch: master Date: Thu, 26 Mar 2020 22:50:17 +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: 47e577df-214b-4aeb-9923-0a9c2cfb2be7 X-Archives-Hash: ebf496d68b4b76f14ea64e8aab64ffc3 commit: e951555fa650a55e3af5251bc00146384cbaf7c9 Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Mar 26 22:49:28 2020 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Thu Mar 26 22:50:07 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e951555f dev-lang/php: require virtual/jpeg provider which installs pkg-config file Closes: https://bugs.gentoo.org/713902 Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann gentoo.org> dev-lang/php/php-7.2.29.ebuild | 2 +- dev-lang/php/php-7.3.16.ebuild | 2 +- dev-lang/php/php-7.4.4.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-lang/php/php-7.2.29.ebuild b/dev-lang/php/php-7.2.29.ebuild index 5081ff94e10..69210a6f54b 100644 --- a/dev-lang/php/php-7.2.29.ebuild +++ b/dev-lang/php/php-7.2.29.ebuild @@ -61,7 +61,7 @@ COMMON_DEPEND=" curl? ( >=net-misc/curl-7.10.5 ) enchant? ( =virtual/jpeg-0-r3:0 media-libs/libpng:0= sys-libs/zlib ) gdbm? ( >=sys-libs/gdbm-1.8.0:0= ) gmp? ( dev-libs/gmp:0= ) iconv? ( virtual/libiconv ) diff --git a/dev-lang/php/php-7.3.16.ebuild b/dev-lang/php/php-7.3.16.ebuild index 06fd2a7f0fe..cb93c0e7018 100644 --- a/dev-lang/php/php-7.3.16.ebuild +++ b/dev-lang/php/php-7.3.16.ebuild @@ -64,7 +64,7 @@ COMMON_DEPEND=" curl? ( >=net-misc/curl-7.10.5 ) enchant? ( =sys-libs/zlib-1.2.0.4 ) + gd? ( >=virtual/jpeg-0-r3:0 media-libs/libpng:0= >=sys-libs/zlib-1.2.0.4 ) gdbm? ( >=sys-libs/gdbm-1.8.0:0= ) gmp? ( dev-libs/gmp:0= ) iconv? ( virtual/libiconv ) diff --git a/dev-lang/php/php-7.4.4.ebuild b/dev-lang/php/php-7.4.4.ebuild index 0258e95c0e5..e82f6ac030f 100644 --- a/dev-lang/php/php-7.4.4.ebuild +++ b/dev-lang/php/php-7.4.4.ebuild @@ -94,7 +94,7 @@ COMMON_DEPEND=" enchant? ( =dev-libs/libffi-3.0.11 ) firebird? ( dev-db/firebird ) - gd? ( virtual/jpeg:0 media-libs/libpng:0= ) + gd? ( >=virtual/jpeg-0-r3:0 media-libs/libpng:0= ) gdbm? ( >=sys-libs/gdbm-1.8.0:0= ) gmp? ( dev-libs/gmp:0= ) iconv? ( virtual/libiconv )