summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Rothe <corsair@gentoo.org>2006-02-15 08:30:51 +0000
committerMarkus Rothe <corsair@gentoo.org>2006-02-15 08:30:51 +0000
commite3f82d5a2860f4992ad2e6c09be7cad4bfc454ae (patch)
treefe094e2616eaeb4993e63221bcfd02f0094def0d /dev-php5/xdebug
parentStable on ppc64; bug #121831 (diff)
downloadgentoo-2-e3f82d5a2860f4992ad2e6c09be7cad4bfc454ae.tar.gz
gentoo-2-e3f82d5a2860f4992ad2e6c09be7cad4bfc454ae.tar.bz2
gentoo-2-e3f82d5a2860f4992ad2e6c09be7cad4bfc454ae.zip
Added ~ppc64; bug #121874
(Portage version: 2.0.54)
Diffstat (limited to 'dev-php5/xdebug')
-rw-r--r--dev-php5/xdebug/ChangeLog5
-rw-r--r--dev-php5/xdebug/xdebug-2.0.0_beta5.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php5/xdebug/ChangeLog b/dev-php5/xdebug/ChangeLog
index 43e8e9efa4c0..4e9f8a2c0fd6 100644
--- a/dev-php5/xdebug/ChangeLog
+++ b/dev-php5/xdebug/ChangeLog
@@ -1,6 +1,9 @@
# 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.4 2006/02/10 17:05:54 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/xdebug/ChangeLog,v 1.5 2006/02/15 08:30:51 corsair Exp $
+
+ 15 Feb 2006; Markus Rothe <corsair@gentoo.org> xdebug-2.0.0_beta5.ebuild:
+ Added ~ppc64; bug #121874
10 Feb 2006; Gustavo Zacarias <gustavoz@gentoo.org>
xdebug-2.0.0_beta5.ebuild:
diff --git a/dev-php5/xdebug/xdebug-2.0.0_beta5.ebuild b/dev-php5/xdebug/xdebug-2.0.0_beta5.ebuild
index dff18dc2ee66..2b34773bd9d5 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.4 2006/02/10 17:05:54 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/xdebug/xdebug-2.0.0_beta5.ebuild,v 1.5 2006/02/15 08:30:51 corsair 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 ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
RDEPEND="${RDEPEND} !dev-php5/ZendOptimizer"