summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-09-03 18:54:47 +0200
committerThomas Deutschmann <whissi@gentoo.org>2020-09-03 19:00:19 +0200
commit51dd432d30b533497978f7f002c3e069581367c3 (patch)
tree24fecd7ca12446286205e647954491a6a216c950
parentdev-php/xdebug: disable tests (diff)
downloadgentoo-51dd432d30b533497978f7f002c3e069581367c3.tar.gz
gentoo-51dd432d30b533497978f7f002c3e069581367c3.tar.bz2
gentoo-51dd432d30b533497978f7f002c3e069581367c3.zip
dev-php/xdebug: x86 stable (bug #740214)
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
-rw-r--r--dev-php/xdebug/xdebug-2.9.6.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-php/xdebug/xdebug-2.9.6.ebuild b/dev-php/xdebug/xdebug-2.9.6.ebuild
index 2edd756ef66e..43c73f161f57 100644
--- a/dev-php/xdebug/xdebug-2.9.6.ebuild
+++ b/dev-php/xdebug/xdebug-2.9.6.ebuild
@@ -16,7 +16,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/"