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 3F097139694 for ; Fri, 17 Feb 2017 10:15:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9289CE0CFF; Fri, 17 Feb 2017 10:15:27 +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 71493E0CFF for ; Fri, 17 Feb 2017 10:15:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9449433BE32 for ; Fri, 17 Feb 2017 10:15:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6EC554ADD for ; Fri, 17 Feb 2017 10:15: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: <1487326509.1d0fb4e2619ab9741820de5a355e24da0e95410d.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: 1d0fb4e2619ab9741820de5a355e24da0e95410d X-VCS-Branch: master Date: Fri, 17 Feb 2017 10:15: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: 76eb760c-26fd-4635-b3d2-1e1b5af636dc X-Archives-Hash: 71ee1da92c6676fb1a7d99e2eb5ad2ef commit: 1d0fb4e2619ab9741820de5a355e24da0e95410d Author: Agostino Sarubbo gentoo org> AuthorDate: Fri Feb 17 10:15:09 2017 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Fri Feb 17 10:15:09 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d0fb4e2 dev-php/pecl-event: amd64 stable wrt bug #609556 Package-Manager: portage-2.3.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> dev-php/pecl-event/pecl-event-2.2.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 4099c2e58f..1277657623 100644 --- a/dev-php/pecl-event/pecl-event-2.2.1.ebuild +++ b/dev-php/pecl-event/pecl-event-2.2.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-pecl-r3 -KEYWORDS="~amd64 ~ia64 ~x86" +KEYWORDS="amd64 ~ia64 ~x86" LICENSE="PHP-3.01" DESCRIPTION="PHP wrapper for libevent2"