summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2012-12-18 12:19:15 +0000
committerAgostino Sarubbo <ago@gentoo.org>2012-12-18 12:19:15 +0000
commita3454341edf17c1669eab92573b6f564b6a99d61 (patch)
tree38ccf3be05ba0dcdc0ee7cae46ad968fe465cec1 /dev-php
parentStable for ia64, wrt bug #427024 (diff)
downloadgentoo-2-a3454341edf17c1669eab92573b6f564b6a99d61.tar.gz
gentoo-2-a3454341edf17c1669eab92573b6f564b6a99d61.tar.bz2
gentoo-2-a3454341edf17c1669eab92573b6f564b6a99d61.zip
Stable for ia64, wrt bug #427024
(Portage version: 2.1.11.31/cvs/Linux ia64, unsigned Manifest commit)
Diffstat (limited to 'dev-php')
-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 1c9ba6951c0c..3bfad8bbfb89 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.50 2012/12/09 17:15:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/ChangeLog,v 1.51 2012/12/18 12:19:15 ago Exp $
+
+ 18 Dec 2012; Agostino Sarubbo <ago@gentoo.org> xdebug-2.2.0.ebuild:
+ Stable for ia64, wrt bug #427024
09 Dec 2012; Agostino Sarubbo <ago@gentoo.org> xdebug-2.2.0.ebuild:
Stable for ppc64, wrt bug #427024
diff --git a/dev-php/xdebug/xdebug-2.2.0.ebuild b/dev-php/xdebug/xdebug-2.2.0.ebuild
index 359b9719e3c8..deadeb2ab27a 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.6 2012/12/09 17:15:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/xdebug-2.2.0.ebuild,v 1.7 2012/12/18 12:19:15 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 ia64 ppc ppc64 x86"
DESCRIPTION="A PHP debugging and profiling extension"
HOMEPAGE="http://www.xdebug.org/"