diff options
author | 2004-07-04 23:19:27 +0000 | |
---|---|---|
committer | 2004-07-04 23:19:27 +0000 | |
commit | 76ed74800fb0652fef1c2f525614710f3aea6736 (patch) | |
tree | 9454a264e65a5c3c4b1db372bd8b86cce86bcbd9 /dev-php/xdebug | |
parent | Fixed typo, closes bug #56049 (Manifest recommit) (diff) | |
download | gentoo-2-76ed74800fb0652fef1c2f525614710f3aea6736.tar.gz gentoo-2-76ed74800fb0652fef1c2f525614710f3aea6736.tar.bz2 gentoo-2-76ed74800fb0652fef1c2f525614710f3aea6736.zip |
stable on x86.
Diffstat (limited to 'dev-php/xdebug')
-rw-r--r-- | dev-php/xdebug/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/xdebug/xdebug-1.3.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/xdebug/ChangeLog b/dev-php/xdebug/ChangeLog index ed5eadd1a231..e2225d8eba30 100644 --- a/dev-php/xdebug/ChangeLog +++ b/dev-php/xdebug/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/xdebug # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/ChangeLog,v 1.10 2004/06/25 01:25:30 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/ChangeLog,v 1.11 2004/07/04 23:19:27 robbat2 Exp $ + + 04 Jul 2004; Robin H. Johnson <robbat2@gentoo.org> xdebug-1.3.0.ebuild: + stable on x86. 31 May 2004; Bryan Østergaard <kloeri@gentoo.org> xdebug-1.3.0.ebuild: Stable on alpha. diff --git a/dev-php/xdebug/xdebug-1.3.0.ebuild b/dev-php/xdebug/xdebug-1.3.0.ebuild index b7b565788243..5275325c3ec0 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.3 2004/06/25 01:25:30 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/xdebug-1.3.0.ebuild,v 1.4 2004/07/04 23:19:27 robbat2 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 |