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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E63E115800D for ; Tue, 4 Jul 2023 10:15:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 242BAE08E0; Tue, 4 Jul 2023 10:15:03 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0CE34E08DA for ; Tue, 4 Jul 2023 10:15:03 +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 50604340ED3 for ; Tue, 4 Jul 2023 10:15:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E138DAC0 for ; Tue, 4 Jul 2023 10:15:00 +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: <1688465683.402ce668fb959c8f762ea2cf9f505e5aa1bb9fe6.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Net_SmartIRC/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.14.ebuild X-VCS-Directories: dev-php/PEAR-Net_SmartIRC/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 402ce668fb959c8f762ea2cf9f505e5aa1bb9fe6 X-VCS-Branch: master Date: Tue, 4 Jul 2023 10:15:00 +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: 9c374bdb-9ddc-4bb7-9dff-cd478c56cbe9 X-Archives-Hash: 91750531ef8764af80708a023931a889 commit: 402ce668fb959c8f762ea2cf9f505e5aa1bb9fe6 Author: Sam James gentoo org> AuthorDate: Tue Jul 4 10:14:43 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jul 4 10:14:43 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=402ce668 dev-php/PEAR-Net_SmartIRC: Stabilize 1.1.14 x86, #909585 Signed-off-by: Sam James gentoo.org> dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.14.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.14.ebuild b/dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.14.ebuild index c6e49dbd4c32..e91f14ced079 100644 --- a/dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.14.ebuild +++ b/dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.14.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ inherit php-pear-r2 DESCRIPTION="PHP class to communicate with IRC networks" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" IUSE="doc examples" DOCS=( CREDITS FEATURES docs/HOWTO README.md )