diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-02-10 17:05:54 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-02-10 17:05:54 +0000 |
commit | dcaf79e3237c453ff632470b23ab6596c1e72f04 (patch) | |
tree | 04e7c6f33d95583f42eef7c7b96b3c0e11903285 /dev-php5/xdebug | |
parent | corrected bug reference (diff) | |
download | gentoo-2-dcaf79e3237c453ff632470b23ab6596c1e72f04.tar.gz gentoo-2-dcaf79e3237c453ff632470b23ab6596c1e72f04.tar.bz2 gentoo-2-dcaf79e3237c453ff632470b23ab6596c1e72f04.zip |
Keyworded ~sparc wrt #121874
(Portage version: 2.0.54)
Diffstat (limited to 'dev-php5/xdebug')
-rw-r--r-- | dev-php5/xdebug/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php5/xdebug/xdebug-2.0.0_beta5.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php5/xdebug/ChangeLog b/dev-php5/xdebug/ChangeLog index 9ab62dcb266b..43e8e9efa4c0 100644 --- a/dev-php5/xdebug/ChangeLog +++ b/dev-php5/xdebug/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php5/xdebug # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/xdebug/ChangeLog,v 1.3 2006/02/07 17:24:18 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/xdebug/ChangeLog,v 1.4 2006/02/10 17:05:54 gustavoz Exp $ + + 10 Feb 2006; Gustavo Zacarias <gustavoz@gentoo.org> + xdebug-2.0.0_beta5.ebuild: + Keyworded ~sparc wrt #121874 07 Feb 2006; <nixnut@gentoo.org> xdebug-2.0.0_beta5.ebuild: Added ~ppc keyword. bug 121874 diff --git a/dev-php5/xdebug/xdebug-2.0.0_beta5.ebuild b/dev-php5/xdebug/xdebug-2.0.0_beta5.ebuild index 791aad104915..dff18dc2ee66 100644 --- a/dev-php5/xdebug/xdebug-2.0.0_beta5.ebuild +++ b/dev-php5/xdebug/xdebug-2.0.0_beta5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/xdebug/xdebug-2.0.0_beta5.ebuild,v 1.3 2006/02/07 17:24:18 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/xdebug/xdebug-2.0.0_beta5.ebuild,v 1.4 2006/02/10 17:05:54 gustavoz Exp $ PHP_EXT_ZENDEXT="yes" PHP_EXT_NAME="xdebug" @@ -15,7 +15,7 @@ MY_P="${P/_/}" SRC_URI="http://pecl.php.net/get/${MY_P}.tgz" S="${WORKDIR}/${MY_P}" LICENSE="Xdebug" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" RDEPEND="${RDEPEND} !dev-php5/ZendOptimizer" |