diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2004-07-06 23:01:31 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2004-07-06 23:01:31 +0000 |
commit | df84e764d099cbec96ef5d6e52f5368e6ba65280 (patch) | |
tree | 37346161738498454ae0199697f144feaf931ea1 /dev-php/xdebug | |
parent | Stable on ppc. (Manifest recommit) (diff) | |
download | gentoo-2-df84e764d099cbec96ef5d6e52f5368e6ba65280.tar.gz gentoo-2-df84e764d099cbec96ef5d6e52f5368e6ba65280.tar.bz2 gentoo-2-df84e764d099cbec96ef5d6e52f5368e6ba65280.zip |
Stable on ppc.
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 e2225d8eba30..fb0a1ab1cce8 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.11 2004/07/04 23:19:27 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/ChangeLog,v 1.12 2004/07/06 23:01:31 hansmi Exp $ + + 06 Jul 2004; Michael Hanselmann <hansmi@gentoo.org> xdebug-1.3.0.ebuild: + Stable on ppc. 04 Jul 2004; Robin H. Johnson <robbat2@gentoo.org> xdebug-1.3.0.ebuild: stable on x86. diff --git a/dev-php/xdebug/xdebug-1.3.0.ebuild b/dev-php/xdebug/xdebug-1.3.0.ebuild index 5275325c3ec0..0f75e67965c1 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.4 2004/07/04 23:19:27 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/xdebug-1.3.0.ebuild,v 1.5 2004/07/06 23:01:31 hansmi 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 alpha ~sparc ppc" src_install() { php-ext-source_src_install |