diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-03-09 12:04:46 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-03-09 12:04:46 +0000 |
commit | 0328d136850f1f3a70b7a882bb1e637cf6eb0be8 (patch) | |
tree | 45371d0a01ad2ee825811f6efb085841b9b9a6b6 /dev-php/xdebug/xdebug-2.2.1.ebuild | |
parent | Stable for ppc64, wrt bug #455560 (diff) | |
download | historical-0328d136850f1f3a70b7a882bb1e637cf6eb0be8.tar.gz historical-0328d136850f1f3a70b7a882bb1e637cf6eb0be8.tar.bz2 historical-0328d136850f1f3a70b7a882bb1e637cf6eb0be8.zip |
Stable for ppc64, wrt bug #456598
Package-Manager: portage-2.1.11.52/cvs/Linux ppc64
Manifest-Sign-Key: 0x7194459F
Diffstat (limited to 'dev-php/xdebug/xdebug-2.2.1.ebuild')
-rw-r--r-- | dev-php/xdebug/xdebug-2.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/xdebug/xdebug-2.2.1.ebuild b/dev-php/xdebug/xdebug-2.2.1.ebuild index ef56336c7519..8fd9bc9ae363 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.5 2013/03/09 11:24:55 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/xdebug-2.2.1.ebuild,v 1.6 2013/03/09 12:04:44 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/" |