diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2016-12-22 10:27:38 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2016-12-22 10:34:12 +0100 |
commit | 595b52f4abe8cd24212a72386a1421b3bf33e402 (patch) | |
tree | e79f3f06d21f64b05e7d87ce50498a7fca67f442 /dev-php | |
parent | dev-php/xdebug-client: ppc64 stable wrt bug #590232 (diff) | |
download | gentoo-595b52f4abe8cd24212a72386a1421b3bf33e402.tar.gz gentoo-595b52f4abe8cd24212a72386a1421b3bf33e402.tar.bz2 gentoo-595b52f4abe8cd24212a72386a1421b3bf33e402.zip |
dev-php/xdebug: ppc64 stable wrt bug #590232
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/xdebug/xdebug-2.4.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-php/xdebug/xdebug-2.4.1.ebuild b/dev-php/xdebug/xdebug-2.4.1.ebuild index e234ea50d2c3..062fdbcbb1ab 100644 --- a/dev-php/xdebug/xdebug-2.4.1.ebuild +++ b/dev-php/xdebug/xdebug-2.4.1.ebuild @@ -17,7 +17,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="http://www.xdebug.org/" |