diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-07-04 23:19:27 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-07-04 23:19:27 +0000 |
commit | 4de171c260f351d2b4d2cafbe0bb101614d034d5 (patch) | |
tree | 2f31dc83a4afd0f45e68a7c863c80c4e7cf27f50 /dev-php/xdebug | |
parent | Fixed typo, closes bug #56049 (diff) | |
download | historical-4de171c260f351d2b4d2cafbe0bb101614d034d5.tar.gz historical-4de171c260f351d2b4d2cafbe0bb101614d034d5.tar.bz2 historical-4de171c260f351d2b4d2cafbe0bb101614d034d5.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 |