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 69AC613835A for ; Sat, 1 May 2021 18:07:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E719E0D31; Sat, 1 May 2021 18:07:16 +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 63864E0D31 for ; Sat, 1 May 2021 18:07:16 +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 64F7033FD3F for ; Sat, 1 May 2021 18:07:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F38BC74C for ; Sat, 1 May 2021 18:07:12 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1619892405.dbdced49395f477a0e73f0e06d1c86dea907a32f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-event/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/pecl-event/pecl-event-2.5.7.ebuild dev-php/pecl-event/pecl-event-3.0.2_p1.ebuild X-VCS-Directories: dev-php/pecl-event/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: dbdced49395f477a0e73f0e06d1c86dea907a32f X-VCS-Branch: master Date: Sat, 1 May 2021 18:07:12 +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: f70bea58-b1a6-4699-8479-ebc6287ba7b4 X-Archives-Hash: 6ca5716fe59174434f04017c5e2ed479 commit: dbdced49395f477a0e73f0e06d1c86dea907a32f Author: Sam James gentoo org> AuthorDate: Sat May 1 17:50:24 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat May 1 18:06:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbdced49 dev-php/pecl-event: drop obsolete LibreSSL support Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Sam James gentoo.org> dev-php/pecl-event/pecl-event-2.5.7.ebuild | 7 ++----- dev-php/pecl-event/pecl-event-3.0.2_p1.ebuild | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/dev-php/pecl-event/pecl-event-2.5.7.ebuild b/dev-php/pecl-event/pecl-event-2.5.7.ebuild index 9a0e909a293..e8ea2c43cbd 100644 --- a/dev-php/pecl-event/pecl-event-2.5.7.ebuild +++ b/dev-php/pecl-event/pecl-event-2.5.7.ebuild @@ -20,10 +20,7 @@ SLOT="0" DEPEND=" >=dev-libs/libevent-2.0.2 - ssl? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) - ) + ssl? ( dev-libs/openssl:0= ) php_targets_php7-2? ( dev-lang/php:7.2[sockets?] ) php_targets_php7-3? ( dev-lang/php:7.3[sockets?] ) php_targets_php7-4? ( dev-lang/php:7.4[sockets?] )" @@ -32,7 +29,7 @@ RDEPEND=" ${DEPEND} !dev-php/pecl-libevent" -IUSE="debug examples +extra libressl +sockets +ssl threads" +IUSE="debug examples +extra +sockets +ssl threads" src_configure() { local PHP_EXT_ECONF_ARGS=( diff --git a/dev-php/pecl-event/pecl-event-3.0.2_p1.ebuild b/dev-php/pecl-event/pecl-event-3.0.2_p1.ebuild index bbf8fa4a726..bb93011413f 100644 --- a/dev-php/pecl-event/pecl-event-3.0.2_p1.ebuild +++ b/dev-php/pecl-event/pecl-event-3.0.2_p1.ebuild @@ -32,7 +32,7 @@ RDEPEND=" ${DEPEND} !dev-php/pecl-libevent" -IUSE="debug examples +extra libressl +sockets +ssl threads" +IUSE="debug examples +extra +sockets +ssl threads" #Unique to this release S="${WORKDIR}/${MY_P}" PHP_EXT_S="${S}"