diff options
author | Konstantin V. Arkhipov <voxus@gentoo.org> | 2006-01-20 13:58:25 +0000 |
---|---|---|
committer | Konstantin V. Arkhipov <voxus@gentoo.org> | 2006-01-20 13:58:25 +0000 |
commit | fe3940547edc1f91aec118ea5d74383d1c3e9c78 (patch) | |
tree | b03c99834a2991397171888036f382079ae788e8 /dev-php5/xdebug | |
parent | Adjust GFP allocation flags for kernel 2.6.15 and onwards, to fix page state ... (diff) | |
download | historical-fe3940547edc1f91aec118ea5d74383d1c3e9c78.tar.gz historical-fe3940547edc1f91aec118ea5d74383d1c3e9c78.tar.bz2 historical-fe3940547edc1f91aec118ea5d74383d1c3e9c78.zip |
+ ~amd64
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'dev-php5/xdebug')
-rw-r--r-- | dev-php5/xdebug/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php5/xdebug/xdebug-2.0.0_beta5.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-php5/xdebug/ChangeLog b/dev-php5/xdebug/ChangeLog index 80ecea50fa36..4653d00b9cff 100644 --- a/dev-php5/xdebug/ChangeLog +++ b/dev-php5/xdebug/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php5/xdebug -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/xdebug/ChangeLog,v 1.1 2005/12/31 11:59:55 sebastian Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/xdebug/ChangeLog,v 1.2 2006/01/20 13:56:13 voxus Exp $ + + 20 Jan 2006; Konstantin Arkhipov <voxus@gentoo.org> + xdebug-2.0.0_beta5.ebuild: + Added ~amd64 keyword. *xdebug-2.0.0_beta5 (31 Dec 2005) diff --git a/dev-php5/xdebug/xdebug-2.0.0_beta5.ebuild b/dev-php5/xdebug/xdebug-2.0.0_beta5.ebuild index df2ad8377df3..7963f17233ef 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-2005 Gentoo Foundation +# 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.1 2005/12/31 11:59:55 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/xdebug/xdebug-2.0.0_beta5.ebuild,v 1.2 2006/01/20 13:56:13 voxus 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="~x86" +KEYWORDS="~x86 ~amd64" RDEPEND="${RDEPEND} !dev-php5/ZendOptimizer" |