diff options
author | Sam James <sam@gentoo.org> | 2024-10-17 07:32:56 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-17 07:32:56 +0100 |
commit | 6c5593e77d08cbe565cc8931e92e9fd7adb05f41 (patch) | |
tree | 6e9a8c75e79420c89d6bf6a5405de39b3caf11ec /dev-php | |
parent | dev-php/PEAR-Mail_Mime: Stabilize 1.10.12 ALLARCHES, #941659 (diff) | |
download | gentoo-6c5593e77d08cbe565cc8931e92e9fd7adb05f41.tar.gz gentoo-6c5593e77d08cbe565cc8931e92e9fd7adb05f41.tar.bz2 gentoo-6c5593e77d08cbe565cc8931e92e9fd7adb05f41.zip |
dev-php/xdebug: Stabilize 3.2.1 ppc64, #941660
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/xdebug/xdebug-3.2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-php/xdebug/xdebug-3.2.1.ebuild b/dev-php/xdebug/xdebug-3.2.1.ebuild index 5a495c6236bd..78cd47d2c5d5 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/" |