diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-31 00:27:38 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-31 00:27:38 +0000 |
commit | 8e843136d0877930f4f8a086ccecb0343f9f6dd0 (patch) | |
tree | 46572d35ff8db5ec502b310f7d76a5b207651f7a /dev-php/xdebug/xdebug-1.3.0.ebuild | |
parent | new revision w/ mailwrapper as an optional dep (diff) | |
download | historical-8e843136d0877930f4f8a086ccecb0343f9f6dd0.tar.gz historical-8e843136d0877930f4f8a086ccecb0343f9f6dd0.tar.bz2 historical-8e843136d0877930f4f8a086ccecb0343f9f6dd0.zip |
Stable on alpha.
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 be8e485027cf..fb3b54908d79 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 Technologies, Inc. # 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.1 2004/01/11 14:22:06 coredumb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/xdebug-1.3.0.ebuild,v 1.2 2004/05/31 00:27:38 kloeri 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 ~ppc ~alpha ~sparc" +KEYWORDS="~x86 ~ppc alpha ~sparc" src_install() { php-ext-source_src_install |