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 4FAC215800F for ; Wed, 1 Feb 2023 01:56:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 750E8E07D0; Wed, 1 Feb 2023 01:56:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 5E2DFE07D0 for ; Wed, 1 Feb 2023 01:56:02 +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 8C333335D9A for ; Wed, 1 Feb 2023 01:56:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37DBF62F for ; Wed, 1 Feb 2023 01:55:59 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1675216423.3826afe223a598b1a6dcbb85fbc1370c10e9e6e6.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Console_Table/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/PEAR-Console_Table/PEAR-Console_Table-1.3.1.ebuild X-VCS-Directories: dev-php/PEAR-Console_Table/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 3826afe223a598b1a6dcbb85fbc1370c10e9e6e6 X-VCS-Branch: master Date: Wed, 1 Feb 2023 01:55:59 +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: 1ef6665c-e3a1-4288-a67e-9b19fd5d2ffd X-Archives-Hash: a7cae87350b896f2d4b92493c034c2c4 commit: 3826afe223a598b1a6dcbb85fbc1370c10e9e6e6 Author: Michael Orlitzky gentoo org> AuthorDate: Wed Feb 1 01:50:27 2023 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Wed Feb 1 01:53:43 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3826afe2 dev-php/PEAR-Console_Table: stabilize 1.3.1 (ALLARCHES). There's a test failure for this (bug 774816), but the previous stable version crashing on php-8.x is worse. Closes: https://bugs.gentoo.org/873706 Signed-off-by: Michael Orlitzky gentoo.org> dev-php/PEAR-Console_Table/PEAR-Console_Table-1.3.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-php/PEAR-Console_Table/PEAR-Console_Table-1.3.1.ebuild b/dev-php/PEAR-Console_Table/PEAR-Console_Table-1.3.1.ebuild index fe0e497cf0c0..317464fa841e 100644 --- a/dev-php/PEAR-Console_Table/PEAR-Console_Table-1.3.1.ebuild +++ b/dev-php/PEAR-Console_Table/PEAR-Console_Table-1.3.1.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="Class that makes it easy to build console style tables" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86" IUSE="test" RESTRICT="!test? ( test )" BDEPEND="test? ( dev-php/pear )"