summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Holm <dholm@gentoo.org>2005-04-30 10:21:17 +0000
committerDavid Holm <dholm@gentoo.org>2005-04-30 10:21:17 +0000
commitf554fbf3ac0a15cf65c21e700c248b68fe942938 (patch)
treed100527ca8c391efd169da4cd9e9906d894341d1 /dev-php
parentStable on alpha. (diff)
downloadgentoo-2-f554fbf3ac0a15cf65c21e700c248b68fe942938.tar.gz
gentoo-2-f554fbf3ac0a15cf65c21e700c248b68fe942938.tar.bz2
gentoo-2-f554fbf3ac0a15cf65c21e700c248b68fe942938.zip
Readded to ~ppc
(Portage version: 2.0.51.20-r5)
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/xdebug/ChangeLog5
-rw-r--r--dev-php/xdebug/xdebug-2.0.0_beta2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/xdebug/ChangeLog b/dev-php/xdebug/ChangeLog
index c97e7f52c15f..8b1a0c2652bb 100644
--- a/dev-php/xdebug/ChangeLog
+++ b/dev-php/xdebug/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-php/xdebug
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/ChangeLog,v 1.20 2005/04/22 14:53:08 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/ChangeLog,v 1.21 2005/04/30 10:16:36 dholm Exp $
+
+ 30 Apr 2005; David Holm <dholm@gentoo.org> xdebug-2.0.0_beta2.ebuild:
+ Readded to ~ppc
22 Apr 2005; Simon Stelling <blubb@gentoo.org> xdebug-1.3.0.ebuild:
stable on amd64
diff --git a/dev-php/xdebug/xdebug-2.0.0_beta2.ebuild b/dev-php/xdebug/xdebug-2.0.0_beta2.ebuild
index b13d7bbafb41..6d3f89fa23db 100644
--- a/dev-php/xdebug/xdebug-2.0.0_beta2.ebuild
+++ b/dev-php/xdebug/xdebug-2.0.0_beta2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/xdebug-2.0.0_beta2.ebuild,v 1.4 2005/03/20 18:45:39 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/xdebug-2.0.0_beta2.ebuild,v 1.5 2005/04/30 10:16:36 dholm Exp $
PHP_EXT_ZENDEXT="yes"
PHP_EXT_PECL_PKG="xdebug"
@@ -18,7 +18,7 @@ SRC_URI="http://xdebug.org/files/${MY_P}.tgz"
S="${WORKDIR}/${MY_P}"
SLOT="0"
LICENSE="Xdebug"
-KEYWORDS="~x86 ~sparc"
+KEYWORDS="~x86 ~sparc ~ppc"
DEPEND="${DEPEND}
libedit? ( dev-libs/libedit )"