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 DA0811382C5 for ; Wed, 18 Apr 2018 21:30:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9B51E088A; Wed, 18 Apr 2018 21:30:23 +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 C1AE0E088A for ; Wed, 18 Apr 2018 21:30:23 +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 E8FCA335C09 for ; Wed, 18 Apr 2018 21:30:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 45DE8270 for ; Wed, 18 Apr 2018 21:30:20 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1524087004.bd4b5c85ff0db893e1c249cfbf6429957fa03ee9.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/igbinary/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/igbinary/igbinary-2.0.5.ebuild X-VCS-Directories: dev-php/igbinary/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: bd4b5c85ff0db893e1c249cfbf6429957fa03ee9 X-VCS-Branch: master Date: Wed, 18 Apr 2018 21:30:20 +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-Archives-Salt: 4dcd7751-5cb5-43ff-a40e-5463d4d962cd X-Archives-Hash: ad9e4685711a078d2f9e848eed16bd46 commit: bd4b5c85ff0db893e1c249cfbf6429957fa03ee9 Author: Aaron Bauman gentoo org> AuthorDate: Wed Apr 18 20:12:15 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Wed Apr 18 21:30:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd4b5c85 dev-php/igbinary: amd64 stable wrt bug #644618 Bug: https://bugs.gentoo.org/644618 Package-Manager: Portage-2.3.29, Repoman-2.3.9 dev-php/igbinary/igbinary-2.0.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-php/igbinary/igbinary-2.0.5.ebuild b/dev-php/igbinary/igbinary-2.0.5.ebuild index 7421e044d58..114414a580a 100644 --- a/dev-php/igbinary/igbinary-2.0.5.ebuild +++ b/dev-php/igbinary/igbinary-2.0.5.ebuild @@ -12,7 +12,7 @@ USE_PHP="php5-6 php7-0 php7-1 php7-2" inherit php-ext-source-r3 -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm ~x86" DESCRIPTION="A fast drop-in replacement for the standard PHP serialize" HOMEPAGE="https://github.com/${PN}/${PN}"