diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-02-15 22:21:31 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-02-15 22:21:31 +0100 |
commit | 91b784eb374803113bd571d29a213f32946ee3ca (patch) | |
tree | c399d097766d17e8dbb8fb6565af80af58a09f3a /dev-php/xdebug | |
parent | dev-php/pecl-crack: Stabilize 0.4-r8 x86, #833425 (diff) | |
download | gentoo-91b784eb374803113bd571d29a213f32946ee3ca.tar.gz gentoo-91b784eb374803113bd571d29a213f32946ee3ca.tar.bz2 gentoo-91b784eb374803113bd571d29a213f32946ee3ca.zip |
dev-php/xdebug: Stabilize 3.1.1 x86, #833427
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-php/xdebug')
-rw-r--r-- | dev-php/xdebug/xdebug-3.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/xdebug/xdebug-3.1.1.ebuild b/dev-php/xdebug/xdebug-3.1.1.ebuild index 00bf4b8a058b..b7e27cd4c0c9 100644 --- a/dev-php/xdebug/xdebug-3.1.1.ebuild +++ b/dev-php/xdebug/xdebug-3.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -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/" |