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 9C6BB158004 for ; Tue, 4 Jul 2023 13:59:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95AEAE0874; Tue, 4 Jul 2023 13:59:50 +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 7C582E0874 for ; Tue, 4 Jul 2023 13:59:50 +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 8865D340F3E for ; Tue, 4 Jul 2023 13:59:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E379DAC9 for ; Tue, 4 Jul 2023 13:59:47 +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: <1688479152.56a5e74d62fd7e4f467b5a087509b91eb5a370b6.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-yaz/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/pecl-yaz/pecl-yaz-1.2.4.ebuild X-VCS-Directories: dev-php/pecl-yaz/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 56a5e74d62fd7e4f467b5a087509b91eb5a370b6 X-VCS-Branch: master Date: Tue, 4 Jul 2023 13:59:47 +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: 382c834d-4ffa-4461-8576-fa769730df5c X-Archives-Hash: 6df83216e27dbf255d5d89d0a023563d commit: 56a5e74d62fd7e4f467b5a087509b91eb5a370b6 Author: Sam James gentoo org> AuthorDate: Tue Jul 4 13:59:12 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jul 4 13:59:12 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56a5e74d dev-php/pecl-yaz: Stabilize 1.2.4 amd64, #909594 Signed-off-by: Sam James gentoo.org> dev-php/pecl-yaz/pecl-yaz-1.2.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-php/pecl-yaz/pecl-yaz-1.2.4.ebuild b/dev-php/pecl-yaz/pecl-yaz-1.2.4.ebuild index 997adbd08567..5cbe3b5cd734 100644 --- a/dev-php/pecl-yaz/pecl-yaz-1.2.4.ebuild +++ b/dev-php/pecl-yaz/pecl-yaz-1.2.4.ebuild @@ -12,7 +12,7 @@ USE_PHP="php7-4 php8-0 php8-1 php8-2" inherit php-ext-pecl-r3 -KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86" DESCRIPTION="This extension implements a Z39.50 client for PHP using the YAZ toolkit" LICENSE="BSD"