From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1168645-garchives=archives.gentoo.org@lists.gentoo.org> 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 B821E138359 for <garchives@archives.gentoo.org>; Wed, 6 May 2020 09:13:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 098E3E0933; Wed, 6 May 2020 09:13:54 +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 E7D35E0933 for <gentoo-commits@lists.gentoo.org>; Wed, 6 May 2020 09:13:53 +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 98C5C34F58D for <gentoo-commits@lists.gentoo.org>; Wed, 6 May 2020 09:12:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50D4521E for <gentoo-commits@lists.gentoo.org>; Wed, 6 May 2020 09:12:44 +0000 (UTC) From: "Agostino Sarubbo" <ago@gentoo.org> 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" <ago@gentoo.org> Message-ID: <1588756361.3e2dcdf71c1b7cc8901ee8fdacaa7f72bb3756ea.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-redis/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/pecl-redis/pecl-redis-5.1.1.ebuild X-VCS-Directories: dev-php/pecl-redis/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 3e2dcdf71c1b7cc8901ee8fdacaa7f72bb3756ea X-VCS-Branch: master Date: Wed, 6 May 2020 09:12:44 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 63df9b16-56b3-4bf1-b0cd-fb9654a939e3 X-Archives-Hash: 6e3322543b40ea18a8ade4a12c0b545f commit: 3e2dcdf71c1b7cc8901ee8fdacaa7f72bb3756ea Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org> AuthorDate: Wed May 6 09:12:41 2020 +0000 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org> CommitDate: Wed May 6 09:12:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e2dcdf7 dev-php/pecl-redis: amd64 stable wrt bug #721122 Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org> dev-php/pecl-redis/pecl-redis-5.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-php/pecl-redis/pecl-redis-5.1.1.ebuild b/dev-php/pecl-redis/pecl-redis-5.1.1.ebuild index 55f32f3d428..f765a4d536f 100644 --- a/dev-php/pecl-redis/pecl-redis-5.1.1.ebuild +++ b/dev-php/pecl-redis/pecl-redis-5.1.1.ebuild @@ -16,7 +16,7 @@ inherit php-ext-pecl-r3 DESCRIPTION="PHP extension for interfacing with Redis" LICENSE="PHP-3.01" SLOT="0" -KEYWORDS="~amd64 ~arm" +KEYWORDS="amd64 ~arm" IUSE="igbinary +json +session" DEPEND="