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, 15 Oct 2017 21:43:56
Message-Id: 1508103791.f4e72e273531e172672ba096e1e6ef542d1983ec.whissi@gentoo
1 commit: f4e72e273531e172672ba096e1e6ef542d1983ec
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 15 21:31:59 2017 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 15 21:43:11 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4e72e27
7
8 dev-php/xdebug: x86 stable (bug #633618)
9
10 Package-Manager: Portage-2.3.10, Repoman-2.3.3
11
12 dev-php/xdebug/xdebug-2.5.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-php/xdebug/xdebug-2.5.3.ebuild b/dev-php/xdebug/xdebug-2.5.3.ebuild
16 index b95f69ef719..d8e7f025cfa 100644
17 --- a/dev-php/xdebug/xdebug-2.5.3.ebuild
18 +++ b/dev-php/xdebug/xdebug-2.5.3.ebuild
19 @@ -16,7 +16,7 @@ S="${WORKDIR}/${PN}-${MY_PV}"
20
21 inherit php-ext-source-r3
22
23 -KEYWORDS="~amd64 ~hppa ppc ppc64 ~x86"
24 +KEYWORDS="~amd64 ~hppa ppc ppc64 x86"
25
26 DESCRIPTION="A PHP debugging and profiling extension"
27 HOMEPAGE="http://www.xdebug.org/"