diff options
author | Sam James <sam@gentoo.org> | 2023-07-24 04:22:34 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-07-24 04:22:34 +0100 |
commit | d3e73dc078174c259c539d65d0dbaf3f9efefe3c (patch) | |
tree | 17f4d91bdb3b5fb73f40a8566a52f45c88e615a5 /dev-php/xdebug | |
parent | dev-perl/Package-Stash: Stabilize 0.400.0 x86, #910945 (diff) | |
download | gentoo-d3e73dc078174c259c539d65d0dbaf3f9efefe3c.tar.gz gentoo-d3e73dc078174c259c539d65d0dbaf3f9efefe3c.tar.bz2 gentoo-d3e73dc078174c259c539d65d0dbaf3f9efefe3c.zip |
dev-php/xdebug: Stabilize 3.1.3 ppc64, #910952
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-php/xdebug')
-rw-r--r-- | dev-php/xdebug/xdebug-3.1.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-php/xdebug/xdebug-3.1.3.ebuild b/dev-php/xdebug/xdebug-3.1.3.ebuild index ff751aea430e..282dd47ff2b6 100644 --- a/dev-php/xdebug/xdebug-3.1.3.ebuild +++ b/dev-php/xdebug/xdebug-3.1.3.ebuild @@ -17,7 +17,7 @@ S="${WORKDIR}/${PN}-${MY_PV}" inherit php-ext-source-r3 -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~hppa ~ppc ppc64 ~x86" DESCRIPTION="A PHP debugging and profiling extension" HOMEPAGE="https://xdebug.org/" |