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 1CEC8158018 for ; Sat, 2 Oct 2021 19:06:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA7B5E0896; Sat, 2 Oct 2021 19:06:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8BF72E0896 for ; Sat, 2 Oct 2021 19:06:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 58E2E342CA4 for ; Sat, 2 Oct 2021 19:06:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 96CCA106 for ; Sat, 2 Oct 2021 19:06:42 +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: <1633201549.2bbd7dcc591e1b4e93aac16f60b947368d1f8c0b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/igbinary/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/igbinary/igbinary-3.2.6.ebuild X-VCS-Directories: dev-php/igbinary/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2bbd7dcc591e1b4e93aac16f60b947368d1f8c0b X-VCS-Branch: master Date: Sat, 2 Oct 2021 19:06:42 +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: 3cc99348-2601-4066-96b7-7fd2e103b39c X-Archives-Hash: a985c515a656f37d1728295715d2af4d commit: 2bbd7dcc591e1b4e93aac16f60b947368d1f8c0b Author: Sam James gentoo org> AuthorDate: Sat Oct 2 19:05:49 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Oct 2 19:05:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bbd7dcc dev-php/igbinary: Stabilize 3.2.6 arm64, #814347 Signed-off-by: Sam James gentoo.org> dev-php/igbinary/igbinary-3.2.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-php/igbinary/igbinary-3.2.6.ebuild b/dev-php/igbinary/igbinary-3.2.6.ebuild index 38f784c9f55..c3306aa89d1 100644 --- a/dev-php/igbinary/igbinary-3.2.6.ebuild +++ b/dev-php/igbinary/igbinary-3.2.6.ebuild @@ -12,7 +12,7 @@ USE_PHP="php7-3 php7-4 php8-0" inherit php-ext-source-r3 -KEYWORDS="amd64 arm ~arm64 x86" +KEYWORDS="amd64 arm arm64 x86" DESCRIPTION="A fast drop-in replacement for the standard PHP serialize" HOMEPAGE="https://github.com/igbinary/igbinary"