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 CE4D41382C5 for ; Tue, 8 Dec 2020 21:41:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E876E08EF; Tue, 8 Dec 2020 21:41:00 +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 EB206E08EF for ; Tue, 8 Dec 2020 21:40:59 +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 0116C340E0C for ; Tue, 8 Dec 2020 21:40:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F9C2485 for ; Tue, 8 Dec 2020 21:40:56 +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: <1607463650.eba99ec149d0362094c75b223ea75586d2c13ed8.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-apcu/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/pecl-apcu/pecl-apcu-5.1.19.ebuild X-VCS-Directories: dev-php/pecl-apcu/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: eba99ec149d0362094c75b223ea75586d2c13ed8 X-VCS-Branch: master Date: Tue, 8 Dec 2020 21:40:56 +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: e768c980-3d0c-4e1f-954f-c8bf837442a6 X-Archives-Hash: ba24e77506b7642a70a17f97d31506fe commit: eba99ec149d0362094c75b223ea75586d2c13ed8 Author: Brian Evans gentoo org> AuthorDate: Tue Dec 8 21:39:54 2020 +0000 Commit: Brian Evans gentoo org> CommitDate: Tue Dec 8 21:40:50 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eba99ec1 dev-php/pecl-apcu: Drop 7-1 target; Add 8-0 target Signed-off-by: Brian Evans gentoo.org> dev-php/pecl-apcu/pecl-apcu-5.1.19.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-php/pecl-apcu/pecl-apcu-5.1.19.ebuild b/dev-php/pecl-apcu/pecl-apcu-5.1.19.ebuild index 2b180c6dc0d..374c3077b81 100644 --- a/dev-php/pecl-apcu/pecl-apcu-5.1.19.ebuild +++ b/dev-php/pecl-apcu/pecl-apcu-5.1.19.ebuild @@ -8,7 +8,7 @@ PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" DOCS=( NOTICE README.md TECHNOTES.txt ) -USE_PHP="php7-1 php7-2 php7-3 php7-4" +USE_PHP="php7-2 php7-3 php7-4 php8-0" inherit php-ext-pecl-r3