From 82da866a6e3387eaed58edc8a14a2d0921478ea4 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Tue, 11 Jun 2024 14:27:55 +0300 Subject: [PATCH] dev-php/PEAR-MDB: dekeyword ppc Signed-off-by: Arthur Zamarin --- dev-php/PEAR-MDB/PEAR-MDB-1.3.0-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-php/PEAR-MDB/PEAR-MDB-1.3.0-r2.ebuild b/dev-php/PEAR-MDB/PEAR-MDB-1.3.0-r2.ebuild index 14558c99c55c7..cf638bb054529 100644 --- a/dev-php/PEAR-MDB/PEAR-MDB-1.3.0-r2.ebuild +++ b/dev-php/PEAR-MDB/PEAR-MDB-1.3.0-r2.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=6 @@ -8,7 +8,7 @@ inherit php-pear-r2 DESCRIPTION="PEAR MDB combines the PEAR DB and Metabase php database abstraction layers" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~hppa ppc ppc64 sparc x86" +KEYWORDS="amd64 ~hppa ppc64 sparc x86" IUSE="" RDEPEND="dev-php/PEAR-XML_Parser" HTML_DOCS=( doc/xml_schema.xsl doc/skeleton.php doc/xml_schema_documentation.html doc/tutorial.html doc/datatypes.html doc/Modules_Manager_skeleton.php )