summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2013-03-07 18:17:45 +0000
committerAgostino Sarubbo <ago@gentoo.org>2013-03-07 18:17:45 +0000
commitb1270c6761349b5927afe7a63db04a7a9a91b3a5 (patch)
treee8dc726d17e4a35e88159d07bfcdd4426d911a77 /dev-php/xdebug
parentStable for x86, wrt bug #460234 (diff)
downloadgentoo-2-b1270c6761349b5927afe7a63db04a7a9a91b3a5.tar.gz
gentoo-2-b1270c6761349b5927afe7a63db04a7a9a91b3a5.tar.bz2
gentoo-2-b1270c6761349b5927afe7a63db04a7a9a91b3a5.zip
Stable for x86, wrt bug #456598
(Portage version: 2.1.11.52/cvs/Linux x86_64, 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.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/xdebug/ChangeLog b/dev-php/xdebug/ChangeLog
index 43aef5a1a9da..7439dd9d481e 100644
--- a/dev-php/xdebug/ChangeLog
+++ b/dev-php/xdebug/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-php/xdebug
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/ChangeLog,v 1.55 2013/03/07 18:17:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/ChangeLog,v 1.56 2013/03/07 18:17:45 ago Exp $
+
+ 07 Mar 2013; Agostino Sarubbo <ago@gentoo.org> xdebug-2.2.1.ebuild:
+ Stable for x86, wrt bug #456598
07 Mar 2013; Agostino Sarubbo <ago@gentoo.org> xdebug-2.2.1.ebuild:
Stable for amd64, wrt bug #456598
diff --git a/dev-php/xdebug/xdebug-2.2.1.ebuild b/dev-php/xdebug/xdebug-2.2.1.ebuild
index 938eacef477e..a73bf70982cd 100644
--- a/dev-php/xdebug/xdebug-2.2.1.ebuild
+++ b/dev-php/xdebug/xdebug-2.2.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/xdebug-2.2.1.ebuild,v 1.3 2013/03/07 18:17:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/xdebug-2.2.1.ebuild,v 1.4 2013/03/07 18:17:45 ago Exp $
EAPI="4"
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/"