summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2015-02-21 12:19:34 +0000
committerAgostino Sarubbo <ago@gentoo.org>2015-02-21 12:19:34 +0000
commit87906e1eee1372a8ca098b19fb48691b1a2c5e28 (patch)
tree55e762d76d4899862a7fb1c21bad03f78ce7959f /dev-php/xdebug
parentStable for ppc, wrt bug #538126 (diff)
downloadgentoo-2-87906e1eee1372a8ca098b19fb48691b1a2c5e28.tar.gz
gentoo-2-87906e1eee1372a8ca098b19fb48691b1a2c5e28.tar.bz2
gentoo-2-87906e1eee1372a8ca098b19fb48691b1a2c5e28.zip
Stable for ppc, wrt bug #538554
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-php/xdebug')
-rw-r--r--dev-php/xdebug/ChangeLog5
-rw-r--r--dev-php/xdebug/xdebug-2.2.6.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/xdebug/ChangeLog b/dev-php/xdebug/ChangeLog
index 2c34eab1420d..c2119a0dc8df 100644
--- a/dev-php/xdebug/ChangeLog
+++ b/dev-php/xdebug/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-php/xdebug
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/ChangeLog,v 1.70 2015/02/19 09:05:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/ChangeLog,v 1.71 2015/02/21 12:19:34 ago Exp $
+
+ 21 Feb 2015; Agostino Sarubbo <ago@gentoo.org> xdebug-2.2.6.ebuild:
+ Stable for ppc, wrt bug #538554
19 Feb 2015; Agostino Sarubbo <ago@gentoo.org> xdebug-2.2.6.ebuild:
Stable for amd64, wrt bug #538554
diff --git a/dev-php/xdebug/xdebug-2.2.6.ebuild b/dev-php/xdebug/xdebug-2.2.6.ebuild
index b56a87afc42e..95075ba6acc9 100644
--- a/dev-php/xdebug/xdebug-2.2.6.ebuild
+++ b/dev-php/xdebug/xdebug-2.2.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/xdebug-2.2.6.ebuild,v 1.3 2015/02/19 09:05:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/xdebug-2.2.6.ebuild,v 1.4 2015/02/21 12:19:34 ago Exp $
EAPI="5"
PHP_EXT_NAME="xdebug"
@@ -16,7 +16,7 @@ S="${WORKDIR}/${PN}-${MY_PV}"
inherit php-ext-source-r2
-KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~hppa ppc ~ppc64 ~x86"
DESCRIPTION="A PHP debugging and profiling extension"
HOMEPAGE="http://www.xdebug.org/"