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 130C6139694 for ; Sat, 18 Feb 2017 14:44:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A48EEE0DA7; Sat, 18 Feb 2017 14:44:38 +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 80B1AE0DA7 for ; Sat, 18 Feb 2017 14:44: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 86EA23414C1 for ; Sat, 18 Feb 2017 14:44:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E57D74C47 for ; Sat, 18 Feb 2017 14:44:18 +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: <1487429042.c914449738fccca8752af76dfad4eee9b0dc844f.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-event/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/pecl-event/pecl-event-2.2.1.ebuild X-VCS-Directories: dev-php/pecl-event/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: c914449738fccca8752af76dfad4eee9b0dc844f X-VCS-Branch: master Date: Sat, 18 Feb 2017 14:44:18 +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: a99d6075-cd45-4be7-8102-aaedb442bca6 X-Archives-Hash: 6cafb6f5332f1700e2446705315f3c80 commit: c914449738fccca8752af76dfad4eee9b0dc844f Author: Agostino Sarubbo gentoo org> AuthorDate: Sat Feb 18 14:44:02 2017 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Sat Feb 18 14:44:02 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9144497 dev-php/pecl-event: ia64 stable wrt bug #609556 Package-Manager: portage-2.3.3 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo gentoo.org> dev-php/pecl-event/pecl-event-2.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-php/pecl-event/pecl-event-2.2.1.ebuild b/dev-php/pecl-event/pecl-event-2.2.1.ebuild index de790a9b4b..1d07e3c2d8 100644 --- a/dev-php/pecl-event/pecl-event-2.2.1.ebuild +++ b/dev-php/pecl-event/pecl-event-2.2.1.ebuild @@ -13,7 +13,7 @@ USE_PHP="php5-6 php7-0 php7-1" inherit php-ext-pecl-r3 -KEYWORDS="amd64 ~ia64 x86" +KEYWORDS="amd64 ia64 x86" LICENSE="PHP-3.01" DESCRIPTION="PHP wrapper for libevent2"