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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8C654158337 for ; Thu, 20 Jun 2024 17:53:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DAFB8E2AA0; Thu, 20 Jun 2024 17:53:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BF626E2AA0 for ; Thu, 20 Jun 2024 17:53:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D727533BEB9 for ; Thu, 20 Jun 2024 17:53:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 772B21D43 for ; Thu, 20 Jun 2024 17:53:34 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1718905992.9415d0fb495ca1e61c677cc516670345b4ce451d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Net_Socket/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.2.2-r1.ebuild X-VCS-Directories: dev-php/PEAR-Net_Socket/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9415d0fb495ca1e61c677cc516670345b4ce451d X-VCS-Branch: master Date: Thu, 20 Jun 2024 17:53:34 +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: 6058fa66-0c7d-481a-87fa-3e928ceb48a7 X-Archives-Hash: e9081c373298ed18e31ab608e8078682 commit: 9415d0fb495ca1e61c677cc516670345b4ce451d Author: Sam James gentoo org> AuthorDate: Thu Jun 20 17:53:12 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jun 20 17:53:12 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9415d0fb dev-php/PEAR-Net_Socket: Stabilize 1.2.2-r1 x86, #934614 Signed-off-by: Sam James gentoo.org> dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.2.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.2.2-r1.ebuild b/dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.2.2-r1.ebuild index 153096132e14..920654528d7d 100644 --- a/dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.2.2-r1.ebuild +++ b/dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.2.2-r1.ebuild @@ -9,6 +9,6 @@ DESCRIPTION="PHP class interface to TCP sockets" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 arm ~hppa ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~amd64 arm ~hppa ~ppc64 ~s390 ~sparc x86" RDEPEND=">=dev-php/PEAR-PEAR-1.10.1"