Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/xdebug/
Date: Sun, 26 Apr 2020 23:44:19
Message-Id: 1587944626.762c57c2a1910999db1e2305cdbcf5fc3fb94c57.whissi@gentoo
1 commit: 762c57c2a1910999db1e2305cdbcf5fc3fb94c57
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 26 23:42:12 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 26 23:43:46 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=762c57c2
7
8 dev-php/xdebug: x86 stable (bug #703390)
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 dev-php/xdebug/xdebug-2.9.4.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-php/xdebug/xdebug-2.9.4.ebuild b/dev-php/xdebug/xdebug-2.9.4.ebuild
17 index 95745e2c779..6291f0c707f 100644
18 --- a/dev-php/xdebug/xdebug-2.9.4.ebuild
19 +++ b/dev-php/xdebug/xdebug-2.9.4.ebuild
20 @@ -16,7 +16,7 @@ S="${WORKDIR}/${PN}-${MY_PV}"
21
22 inherit php-ext-source-r3
23
24 -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
25 +KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 x86"
26
27 DESCRIPTION="A PHP debugging and profiling extension"
28 HOMEPAGE="https://xdebug.org/"