diff options
author | 2012-09-09 17:36:50 +0000 | |
---|---|---|
committer | 2012-09-09 17:36:50 +0000 | |
commit | 6a669fd9eeb9f049cd6e932c81ed56466ef590ee (patch) | |
tree | 57237d62eef333989866697af6fb7c23a8afc643 /dev-php/xdebug/xdebug-2.2.1.ebuild | |
parent | Cleanup. (diff) | |
download | gentoo-2-6a669fd9eeb9f049cd6e932c81ed56466ef590ee.tar.gz gentoo-2-6a669fd9eeb9f049cd6e932c81ed56466ef590ee.tar.bz2 gentoo-2-6a669fd9eeb9f049cd6e932c81ed56466ef590ee.zip |
Drop alpha/ia64/sparc keywords
(Portage version: 2.1.11.9/cvs/Linux x86_64)
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 d1196086d12f..995db56e6cac 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-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.1.ebuild,v 1.1 2012/07/17 10:04:20 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/xdebug-2.2.1.ebuild,v 1.2 2012/09/09 17:36:50 armin76 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="~amd64 ~hppa ~ppc ~ppc64 ~x86" DESCRIPTION="A PHP debugging and profiling extension" HOMEPAGE="http://www.xdebug.org/" |