From ed87f118b031d2051fa865dee9e0792f96b6a715 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Tue, 11 Jun 2024 14:32:08 +0300 Subject: [PATCH] dev-php/pecl-yaz: dekeyword ppc Signed-off-by: Arthur Zamarin --- dev-php/pecl-yaz/pecl-yaz-1.2.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 c3acacaca57b8..a3803a5fd1f2f 100644 --- a/dev-php/pecl-yaz/pecl-yaz-1.2.4.ebuild +++ b/dev-php/pecl-yaz/pecl-yaz-1.2.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ USE_PHP="php8-1 php8-2" inherit php-ext-pecl-r3 -KEYWORDS="amd64 arm ~hppa ~ppc ~ppc64 ~s390 ~sparc x86" +KEYWORDS="amd64 arm ~hppa ~ppc64 ~s390 ~sparc x86" DESCRIPTION="This extension implements a Z39.50 client for PHP using the YAZ toolkit" LICENSE="BSD"