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 7EEF0139694 for ; Mon, 27 Feb 2017 08:24:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6C95E0CF9; Mon, 27 Feb 2017 08:24:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B1830E0D07 for ; Mon, 27 Feb 2017 08:24:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C5050340F53 for ; Mon, 27 Feb 2017 08:24:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0DE05638 for ; Mon, 27 Feb 2017 08:24:24 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1488183847.5e4e8f8c097e800856421ebe2dc8d485db24225b.ago@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.1.ebuild X-VCS-Directories: dev-php/igbinary/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 5e4e8f8c097e800856421ebe2dc8d485db24225b X-VCS-Branch: master Date: Mon, 27 Feb 2017 08: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-Archives-Salt: ff83ebc8-00bc-499e-a38e-504718a56bfd X-Archives-Hash: 42fc00c456c779599b6c81bf482efcd7 commit: 5e4e8f8c097e800856421ebe2dc8d485db24225b Author: Agostino Sarubbo gentoo org> AuthorDate: Mon Feb 27 08:24:07 2017 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Mon Feb 27 08:24:07 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e4e8f8c dev-php/igbinary: amd64 stable wrt bug #610938 Package-Manager: portage-2.3.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> dev-php/igbinary/igbinary-2.0.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-php/igbinary/igbinary-2.0.1.ebuild b/dev-php/igbinary/igbinary-2.0.1.ebuild index cbbdfdc8a4..0b50b0378e 100644 --- a/dev-php/igbinary/igbinary-2.0.1.ebuild +++ b/dev-php/igbinary/igbinary-2.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ USE_PHP="php5-6 php7-0 php7-1" inherit php-ext-source-r3 -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" DESCRIPTION="A fast drop-in replacement for the standard PHP serialize" HOMEPAGE="https://github.com/${PN}/${PN}"