diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-02-17 08:33:58 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-02-17 08:33:58 +0100 |
commit | 90d63c78bccce9f7cc201b1cdbe89ca16a7334d2 (patch) | |
tree | 3d25032ebe40db0dd97a284def86526206ca1fd6 /dev-php/xdebug | |
parent | app-shells/zsh: ppc64 stable wrt bug #833417 (diff) | |
download | gentoo-90d63c78bccce9f7cc201b1cdbe89ca16a7334d2.tar.gz gentoo-90d63c78bccce9f7cc201b1cdbe89ca16a7334d2.tar.bz2 gentoo-90d63c78bccce9f7cc201b1cdbe89ca16a7334d2.zip |
dev-php/xdebug: ppc64 stable wrt bug #833427
Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-php/xdebug')
-rw-r--r-- | dev-php/xdebug/xdebug-3.1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-php/xdebug/xdebug-3.1.1.ebuild b/dev-php/xdebug/xdebug-3.1.1.ebuild index 43d858f38f3f..5e6b98736460 100644 --- a/dev-php/xdebug/xdebug-3.1.1.ebuild +++ b/dev-php/xdebug/xdebug-3.1.1.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/" |