diff options
Diffstat (limited to 'dev-php/xdebug/xdebug-1.3.0.ebuild')
-rw-r--r-- | dev-php/xdebug/xdebug-1.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/xdebug/xdebug-1.3.0.ebuild b/dev-php/xdebug/xdebug-1.3.0.ebuild index 0f75e67965c1..4569cac10703 100644 --- a/dev-php/xdebug/xdebug-1.3.0.ebuild +++ b/dev-php/xdebug/xdebug-1.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/xdebug-1.3.0.ebuild,v 1.5 2004/07/06 23:01:31 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/xdebug-1.3.0.ebuild,v 1.6 2004/11/29 12:40:30 blubb Exp $ PHP_EXT_ZENDEXT="yes" PHP_EXT_NAME="xdebug" @@ -15,7 +15,7 @@ MY_P="${P/_/}" SRC_URI="http://files.derickrethans.nl/${MY_P}.tgz" S="${WORKDIR}/${MY_P}" LICENSE="Xdebug" -KEYWORDS="x86 alpha ~sparc ppc" +KEYWORDS="x86 alpha ~sparc ppc ~amd64" src_install() { php-ext-source_src_install |