commit: 6a44b7c54051b0f6e2886194c8224d9bc61d6472
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 17 07:19:01 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 17 07:19:01 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a44b7c5
dev-php/xdebug: Stabilize 3.2.1 x86, #941660
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-php/xdebug/xdebug-3.2.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-php/xdebug/xdebug-3.2.1.ebuild
b/dev-php/xdebug/xdebug-3.2.1.ebuild
index 2f8ac5c305ed..9269a9b636bb 100644
--- a/dev-php/xdebug/xdebug-3.2.1.ebuild
+++ b/dev-php/xdebug/xdebug-3.2.1.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${PN}-${MY_PV}"
inherit php-ext-source-r3
-KEYWORDS="amd64 ~hppa ppc64 ~x86"
+KEYWORDS="amd64 ~hppa ppc64 x86"
DESCRIPTION="A PHP debugging and profiling extension"
HOMEPAGE="https://xdebug.org/"