summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2013-08-13 21:53:03 +0000
committerAgostino Sarubbo <ago@gentoo.org>2013-08-13 21:53:03 +0000
commit6394efaac0066ada67876ac1a314b9aed56ba978 (patch)
tree7eae33ca3ed80130a43c242f6db5e9d3c30d1696 /dev-php
parentVersion bump (diff)
downloadgentoo-2-6394efaac0066ada67876ac1a314b9aed56ba978.tar.gz
gentoo-2-6394efaac0066ada67876ac1a314b9aed56ba978.tar.bz2
gentoo-2-6394efaac0066ada67876ac1a314b9aed56ba978.zip
Stable for amd64, wrt bug #480460
(Portage version: 2.1.13.7/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/xdebug/ChangeLog5
-rw-r--r--dev-php/xdebug/xdebug-2.2.3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/xdebug/ChangeLog b/dev-php/xdebug/ChangeLog
index 2e5142af769b..581baf306d8c 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.60 2013/05/22 07:38:57 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/ChangeLog,v 1.61 2013/08/13 21:53:03 ago Exp $
+
+ 13 Aug 2013; Agostino Sarubbo <ago@gentoo.org> xdebug-2.2.3.ebuild:
+ Stable for amd64, wrt bug #480460
*xdebug-2.2.3 (22 May 2013)
diff --git a/dev-php/xdebug/xdebug-2.2.3.ebuild b/dev-php/xdebug/xdebug-2.2.3.ebuild
index dfddb27be686..94ccda6dc9bd 100644
--- a/dev-php/xdebug/xdebug-2.2.3.ebuild
+++ b/dev-php/xdebug/xdebug-2.2.3.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.3.ebuild,v 1.1 2013/05/22 07:38:57 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/xdebug-2.2.3.ebuild,v 1.2 2013/08/13 21:53:03 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/"