summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2012-08-22 11:26:25 +0000
committerAgostino Sarubbo <ago@gentoo.org>2012-08-22 11:26:25 +0000
commit95435102b72a1676ba9379709ceae59b176e6b25 (patch)
treefa27c24d5d0269841a404fbbdd6cd12fc49b6e2a /dev-php/xdebug
parentStable for amd64, wrt bug #427024 (diff)
downloadgentoo-2-95435102b72a1676ba9379709ceae59b176e6b25.tar.gz
gentoo-2-95435102b72a1676ba9379709ceae59b176e6b25.tar.bz2
gentoo-2-95435102b72a1676ba9379709ceae59b176e6b25.zip
Stable for amd64, wrt bug #427024
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/xdebug')
-rw-r--r--dev-php/xdebug/ChangeLog5
-rw-r--r--dev-php/xdebug/xdebug-2.2.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/xdebug/ChangeLog b/dev-php/xdebug/ChangeLog
index 2193019861a4..6a861967189c 100644
--- a/dev-php/xdebug/ChangeLog
+++ b/dev-php/xdebug/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-php/xdebug
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/ChangeLog,v 1.43 2012/07/17 10:04:20 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/ChangeLog,v 1.44 2012/08/22 11:26:25 ago Exp $
+
+ 22 Aug 2012; Agostino Sarubbo <ago@gentoo.org> xdebug-2.2.0.ebuild:
+ Stable for amd64, wrt bug #427024
*xdebug-2.2.1 (17 Jul 2012)
diff --git a/dev-php/xdebug/xdebug-2.2.0.ebuild b/dev-php/xdebug/xdebug-2.2.0.ebuild
index dcdfbebb608e..063b0462b438 100644
--- a/dev-php/xdebug/xdebug-2.2.0.ebuild
+++ b/dev-php/xdebug/xdebug-2.2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/xdebug-2.2.0.ebuild,v 1.1 2012/05/08 17:30:16 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/xdebug-2.2.0.ebuild,v 1.2 2012/08/22 11:26:25 ago Exp $
EAPI="4"
PHP_EXT_NAME="xdebug"
@@ -16,7 +16,7 @@ S="${WORKDIR}/${PN}-${MY_PV}"
inherit php-ext-source-r2
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
DESCRIPTION="A PHP debugging and profiling extension"
HOMEPAGE="http://www.xdebug.org/"