summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wever <weeve@gentoo.org>2005-03-20 18:45:39 +0000
committerJason Wever <weeve@gentoo.org>2005-03-20 18:45:39 +0000
commit06ce0faf75a9edd400fe4d712a07d69bec16aeac (patch)
tree56acd6ffa5d179e94bd59ef329e840c3f4d9ae33 /dev-php/xdebug
parentStable on alpha. (diff)
downloadgentoo-2-06ce0faf75a9edd400fe4d712a07d69bec16aeac.tar.gz
gentoo-2-06ce0faf75a9edd400fe4d712a07d69bec16aeac.tar.bz2
gentoo-2-06ce0faf75a9edd400fe4d712a07d69bec16aeac.zip
Added ~sparc keyword as it was dropped in the version bump.
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-php/xdebug')
-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 5eb62cd94cb2..e2e77d7aeec6 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.18 2005/03/15 11:46:38 sebastian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/ChangeLog,v 1.19 2005/03/20 18:45:39 weeve Exp $
+
+ 20 Mar 2005; Jason Wever <weeve@gentoo.org> xdebug-2.0.0_beta2.ebuild:
+ Added ~sparc keyword as it was dropped in the version bump.
15 Mar 2005; Sebastian Bergmann <sebastian@gentoo.org>
xdebug-2.0.0_beta2.ebuild:
diff --git a/dev-php/xdebug/xdebug-2.0.0_beta2.ebuild b/dev-php/xdebug/xdebug-2.0.0_beta2.ebuild
index 6ba51b4eeb39..b13d7bbafb41 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.3 2005/03/15 11:46:38 sebastian Exp $
+# $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 $
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"
+KEYWORDS="~x86 ~sparc"
DEPEND="${DEPEND}
libedit? ( dev-libs/libedit )"