Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/xdebug/
Date: Thu, 17 Jan 2019 08:29:42
Message-Id: 1547713743.6a546700a62998b9cd951cd41a067e8ffbbebc5d.slyfox@gentoo
1 commit: 6a546700a62998b9cd951cd41a067e8ffbbebc5d
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 17 08:29:03 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 17 08:29:03 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a546700
7
8 dev-php/xdebug: stable 2.6.1 for ppc64, bug #675412
9
10 Package-Manager: Portage-2.3.56, Repoman-2.3.12
11 RepoMan-Options: --include-arches="ppc64"
12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
13
14 dev-php/xdebug/xdebug-2.6.1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-php/xdebug/xdebug-2.6.1.ebuild b/dev-php/xdebug/xdebug-2.6.1.ebuild
18 index f81dc684424..2b843ff635a 100644
19 --- a/dev-php/xdebug/xdebug-2.6.1.ebuild
20 +++ b/dev-php/xdebug/xdebug-2.6.1.ebuild
21 @@ -16,7 +16,7 @@ S="${WORKDIR}/${PN}-${MY_PV}"
22
23 inherit php-ext-source-r3
24
25 -KEYWORDS="amd64 ~hppa ppc ~ppc64 x86"
26 +KEYWORDS="amd64 ~hppa ppc ppc64 x86"
27
28 DESCRIPTION="A PHP debugging and profiling extension"
29 HOMEPAGE="http://www.xdebug.org/"