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 C16A9138334 for ; Thu, 12 Dec 2019 15:21:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC338E0872; Thu, 12 Dec 2019 15:21:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 C4DDDE0872 for ; Thu, 12 Dec 2019 15:21:20 +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 BC52434D93A for ; Thu, 12 Dec 2019 15:21:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D9C3778 for ; Thu, 12 Dec 2019 15:21:17 +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: <1576163315.689d8026cbe41bfd5c289e415ba693e4afc87523.grknight@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.0.1-r1.ebuild X-VCS-Directories: dev-php/igbinary/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 689d8026cbe41bfd5c289e415ba693e4afc87523 X-VCS-Branch: master Date: Thu, 12 Dec 2019 15:21:17 +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: 5758f7d5-0d1e-4452-85f0-9e367d56d85c X-Archives-Hash: 3313add68da4a4cbddf9dc6db33f5476 commit: 689d8026cbe41bfd5c289e415ba693e4afc87523 Author: Brian Evans gentoo org> AuthorDate: Thu Dec 12 15:08:35 2019 +0000 Commit: Brian Evans gentoo org> CommitDate: Thu Dec 12 15:08:35 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=689d8026 dev-php/igbinary: Add missing ~arm64 for new revision post bug report Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Brian Evans gentoo.org> dev-php/igbinary/igbinary-3.0.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-php/igbinary/igbinary-3.0.1-r1.ebuild b/dev-php/igbinary/igbinary-3.0.1-r1.ebuild index 34cd861a88b..d0b2edbed8a 100644 --- a/dev-php/igbinary/igbinary-3.0.1-r1.ebuild +++ b/dev-php/igbinary/igbinary-3.0.1-r1.ebuild @@ -12,7 +12,7 @@ USE_PHP="php7-1 php7-2 php7-3 php7-4" inherit php-ext-source-r3 -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" DESCRIPTION="A fast drop-in replacement for the standard PHP serialize" HOMEPAGE="https://github.com/igbinary/igbinary"