summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin V. Arkhipov <voxus@gentoo.org>2006-01-20 13:58:25 +0000
committerKonstantin V. Arkhipov <voxus@gentoo.org>2006-01-20 13:58:25 +0000
commit4055aad8d839d1ebc450c8c24e5fd26462f31511 (patch)
tree28bd1bcd7a60ca68e32fbd882e56fe5a7103841a /dev-php5/xdebug
parentAdjust GFP allocation flags for kernel 2.6.15 and onwards, to fix page state ... (diff)
downloadgentoo-2-4055aad8d839d1ebc450c8c24e5fd26462f31511.tar.gz
gentoo-2-4055aad8d839d1ebc450c8c24e5fd26462f31511.tar.bz2
gentoo-2-4055aad8d839d1ebc450c8c24e5fd26462f31511.zip
+ ~amd64
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'dev-php5/xdebug')
-rw-r--r--dev-php5/xdebug/ChangeLog8
-rw-r--r--dev-php5/xdebug/xdebug-2.0.0_beta5.ebuild6
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"