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 0BC1513835B for ; Wed, 30 Sep 2020 07:54:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31B64E0B28; Wed, 30 Sep 2020 07:54:17 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 1C003E0B28 for ; Wed, 30 Sep 2020 07:54:17 +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 4D15B340C30 for ; Wed, 30 Sep 2020 07:54:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B26B5389 for ; Wed, 30 Sep 2020 07:54:13 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1601452441.d5b3979d533cad298415693d3cf2be910934b527.juippis@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 X-VCS-Directories: dev-php/pecl-event/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: d5b3979d533cad298415693d3cf2be910934b527 X-VCS-Branch: master Date: Wed, 30 Sep 2020 07:54:13 +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: aff138e8-dbd9-49fb-85dc-141b7ee8e0cf X-Archives-Hash: 7f424db605fa0c9ddbab2a867c6929e1 commit: d5b3979d533cad298415693d3cf2be910934b527 Author: Joonas Niilola gentoo org> AuthorDate: Wed Sep 30 07:32:27 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Sep 30 07:54:01 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5b3979d dev-php/pecl-event: drop unexistent php-7.1 dep Signed-off-by: Joonas Niilola gentoo.org> dev-php/pecl-event/pecl-event-2.5.7.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 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 0e9e0d9348b..51a0782ec32 100644 --- a/dev-php/pecl-event/pecl-event-2.5.7.ebuild +++ b/dev-php/pecl-event/pecl-event-2.5.7.ebuild @@ -8,7 +8,7 @@ PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" DOCS=( README.md ) -USE_PHP="php7-1 php7-2 php7-3 php7-4" +USE_PHP="php7-2 php7-3 php7-4" inherit php-ext-pecl-r3 @@ -24,7 +24,6 @@ DEPEND=" !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) ) - php_targets_php7-1? ( dev-lang/php:7.1[sockets?] ) 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?] )"