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 1C7F2138350 for ; Thu, 23 Jan 2020 15:05:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33244E09ED; Thu, 23 Jan 2020 15:05:52 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 1DA26E09ED for ; Thu, 23 Jan 2020 15:05:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 0758534E452 for ; Thu, 23 Jan 2020 15:05:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A88703E for ; Thu, 23 Jan 2020 15:05:49 +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: <1579791916.6364a03656265030d64bd17f92b31abe576a9cf7.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.27.ebuild dev-lang/php/php-7.3.14.ebuild X-VCS-Directories: dev-lang/php/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 6364a03656265030d64bd17f92b31abe576a9cf7 X-VCS-Branch: master Date: Thu, 23 Jan 2020 15:05:49 +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: ac78dcc3-9d9d-4b9c-9a52-03c16e37bee6 X-Archives-Hash: afe030efb979187a3c091c349000fb0f commit: 6364a03656265030d64bd17f92b31abe576a9cf7 Author: Brian Evans gentoo org> AuthorDate: Thu Jan 23 15:05:16 2020 +0000 Commit: Brian Evans gentoo org> CommitDate: Thu Jan 23 15:05:16 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6364a036 dev-lang/php: Drop freebsd-libs dependency Signed-off-by: Brian Evans gentoo.org> dev-lang/php/php-7.2.27.ebuild | 2 +- dev-lang/php/php-7.3.14.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/php/php-7.2.27.ebuild b/dev-lang/php/php-7.2.27.ebuild index ea598c1b65f..74e2b26c74b 100644 --- a/dev-lang/php/php-7.2.27.ebuild +++ b/dev-lang/php/php-7.2.27.ebuild @@ -71,7 +71,7 @@ COMMON_DEPEND=" kerberos? ( virtual/krb5 ) ldap? ( >=net-nds/openldap-1.2.11 ) ldap-sasl? ( dev-libs/cyrus-sasl >=net-nds/openldap-1.2.11 ) - libedit? ( || ( sys-freebsd/freebsd-lib dev-libs/libedit ) ) + libedit? ( dev-libs/libedit ) lmdb? ( dev-db/lmdb:= ) mssql? ( dev-db/freetds[mssql] ) nls? ( sys-devel/gettext ) diff --git a/dev-lang/php/php-7.3.14.ebuild b/dev-lang/php/php-7.3.14.ebuild index 3b746917c36..a1e861500b5 100644 --- a/dev-lang/php/php-7.3.14.ebuild +++ b/dev-lang/php/php-7.3.14.ebuild @@ -74,7 +74,7 @@ COMMON_DEPEND=" kerberos? ( virtual/krb5 ) ldap? ( >=net-nds/openldap-1.2.11 ) ldap-sasl? ( dev-libs/cyrus-sasl >=net-nds/openldap-1.2.11 ) - libedit? ( || ( sys-freebsd/freebsd-lib dev-libs/libedit ) ) + libedit? ( dev-libs/libedit ) lmdb? ( dev-db/lmdb:= ) mssql? ( dev-db/freetds[mssql] ) nls? ( sys-devel/gettext )