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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E362715808B for ; Thu, 17 Mar 2022 13:24:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00622E0828; Thu, 17 Mar 2022 13:24:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8938EE0828 for ; Thu, 17 Mar 2022 13:24:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2BD403434D2 for ; Thu, 17 Mar 2022 13:24:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8AAFB2E0 for ; Thu, 17 Mar 2022 13:24:24 +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: <1647523435.d668cccd67c5b3269776ba15200fd30a81fcf60b.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-ncurses/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/pecl-ncurses/pecl-ncurses-1.0.2-r5.ebuild X-VCS-Directories: dev-php/pecl-ncurses/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: d668cccd67c5b3269776ba15200fd30a81fcf60b X-VCS-Branch: master Date: Thu, 17 Mar 2022 13:24:24 +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: 6e3ecef7-4c40-4cd0-bef4-2ba21a204034 X-Archives-Hash: 3f538e2657fbb07851453992a1ab2006 commit: d668cccd67c5b3269776ba15200fd30a81fcf60b Author: Brian Evans gentoo org> AuthorDate: Thu Mar 17 13:23:55 2022 +0000 Commit: Brian Evans gentoo org> CommitDate: Thu Mar 17 13:23:55 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d668cccd dev-php/pecl-ncurses: Update targets Signed-off-by: Brian Evans gentoo.org> dev-php/pecl-ncurses/pecl-ncurses-1.0.2-r5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-php/pecl-ncurses/pecl-ncurses-1.0.2-r5.ebuild b/dev-php/pecl-ncurses/pecl-ncurses-1.0.2-r5.ebuild index 87adfe2ff31d..273b93d25b1c 100644 --- a/dev-php/pecl-ncurses/pecl-ncurses-1.0.2-r5.ebuild +++ b/dev-php/pecl-ncurses/pecl-ncurses-1.0.2-r5.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -USE_PHP="php5-6 php7-1 php7-2 php7-3 php7-4" +USE_PHP="php7-3 php7-4" inherit php-ext-pecl-r3