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 7919815800D for ; Tue, 4 Jul 2023 10:16:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0A9FE07D4; Tue, 4 Jul 2023 10:16:17 +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 ACA7AE07D4 for ; Tue, 4 Jul 2023 10:16:17 +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 023C1340EE6 for ; Tue, 4 Jul 2023 10:16:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 92CDBAC0 for ; Tue, 4 Jul 2023 10:16:15 +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: <1688465761.cab8a523897580b6cfa4d866808d7cf68287aeab.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Cache_Lite/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.3.ebuild X-VCS-Directories: dev-php/PEAR-Cache_Lite/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: cab8a523897580b6cfa4d866808d7cf68287aeab X-VCS-Branch: master Date: Tue, 4 Jul 2023 10:16:15 +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: a2089a20-da9b-412f-8c58-3573751fcdf2 X-Archives-Hash: f50f409ac16b5cd675643423bb79e2fc commit: cab8a523897580b6cfa4d866808d7cf68287aeab Author: Sam James gentoo org> AuthorDate: Tue Jul 4 10:16:01 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jul 4 10:16:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cab8a523 dev-php/PEAR-Cache_Lite: Stabilize 1.8.3 x86, #909582 Signed-off-by: Sam James gentoo.org> dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.3.ebuild b/dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.3.ebuild index 8e86b80d4732..1a1c395f3b01 100644 --- a/dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.3.ebuild +++ b/dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.3.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" inherit php-pear-r2 -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" DESCRIPTION="Fast and safe little cache system" LICENSE="LGPL-2.1" SLOT="0"