Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/xdebug/
Date: Sat, 05 Sep 2020 15:16:56
Message-Id: 1599318984.2cfecb1e34d0a18859aea70220ce848e12c7ff0b.sam@gentoo
1 commit: 2cfecb1e34d0a18859aea70220ce848e12c7ff0b
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 5 15:16:24 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 5 15:16:24 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cfecb1e
7
8 dev-php/xdebug: Stabilize 2.9.6 amd64, #740214
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-php/xdebug/xdebug-2.9.6.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-php/xdebug/xdebug-2.9.6.ebuild b/dev-php/xdebug/xdebug-2.9.6.ebuild
16 index 43c73f161f5..3f73c2a7fe9 100644
17 --- a/dev-php/xdebug/xdebug-2.9.6.ebuild
18 +++ b/dev-php/xdebug/xdebug-2.9.6.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="https://xdebug.org/"