diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-09-03 18:54:47 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-09-03 19:00:19 +0200 |
commit | 51dd432d30b533497978f7f002c3e069581367c3 (patch) | |
tree | 24fecd7ca12446286205e647954491a6a216c950 /dev-php/xdebug | |
parent | dev-php/xdebug: disable tests (diff) | |
download | gentoo-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>
Diffstat (limited to 'dev-php/xdebug')
-rw-r--r-- | dev-php/xdebug/xdebug-2.9.6.ebuild | 2 |
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/" |