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 C6523158086 for ; Sat, 23 Oct 2021 07:44:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97B25E08BD; Sat, 23 Oct 2021 07:44:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 76CC0E08CE for ; Sat, 23 Oct 2021 07:44:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 22DD13432B4 for ; Sat, 23 Oct 2021 07:44:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E306172 for ; Sat, 23 Oct 2021 07:44:23 +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: <1634975044.c0eeb62ddd9919de14c488cc4efe93a8c425628a.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-http/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/pecl-http/pecl-http-3.2.4-r1.ebuild dev-php/pecl-http/pecl-http-4.2.1.ebuild X-VCS-Directories: dev-php/pecl-http/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: c0eeb62ddd9919de14c488cc4efe93a8c425628a X-VCS-Branch: master Date: Sat, 23 Oct 2021 07:44:23 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0e50e9a3-cd6b-421d-bf4c-2842fb3d81a2 X-Archives-Hash: c3ce6d6218366413e365272bdb7dc508 commit: c0eeb62ddd9919de14c488cc4efe93a8c425628a Author: Agostino Sarubbo gentoo org> AuthorDate: Sat Oct 23 07:44:04 2021 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Sat Oct 23 07:44:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0eeb62d dev-php/pecl-http: x86 stable wrt bug #814365 Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo gentoo.org> dev-php/pecl-http/pecl-http-3.2.4-r1.ebuild | 2 +- dev-php/pecl-http/pecl-http-4.2.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-php/pecl-http/pecl-http-3.2.4-r1.ebuild b/dev-php/pecl-http/pecl-http-3.2.4-r1.ebuild index 2325b23a9e8..2a31f4ccc89 100644 --- a/dev-php/pecl-http/pecl-http-3.2.4-r1.ebuild +++ b/dev-php/pecl-http/pecl-http-3.2.4-r1.ebuild @@ -15,7 +15,7 @@ inherit php-ext-pecl-r3 USE_PHP="php7-3 php7-4" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" DESCRIPTION="Extended HTTP Support for PHP" LICENSE="BSD-2 MIT" diff --git a/dev-php/pecl-http/pecl-http-4.2.1.ebuild b/dev-php/pecl-http/pecl-http-4.2.1.ebuild index dc45e3503ea..203c407dc9c 100644 --- a/dev-php/pecl-http/pecl-http-4.2.1.ebuild +++ b/dev-php/pecl-http/pecl-http-4.2.1.ebuild @@ -15,7 +15,7 @@ inherit php-ext-pecl-r3 USE_PHP="php8-0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" DESCRIPTION="Extended HTTP Support for PHP" LICENSE="BSD-2 MIT"