diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2006-02-07 17:24:18 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2006-02-07 17:24:18 +0000 |
commit | ae82bc70f16cc71314c895f0efbec45a7b186321 (patch) | |
tree | 55670f861678ac1fa10b45fc761b084bce7ca94d /dev-php5 | |
parent | update manifest (diff) | |
download | gentoo-2-ae82bc70f16cc71314c895f0efbec45a7b186321.tar.gz gentoo-2-ae82bc70f16cc71314c895f0efbec45a7b186321.tar.bz2 gentoo-2-ae82bc70f16cc71314c895f0efbec45a7b186321.zip |
Added ~ppc keyword. bug 121874
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'dev-php5')
-rw-r--r-- | dev-php5/xdebug/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php5/xdebug/xdebug-2.0.0_beta5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php5/xdebug/ChangeLog b/dev-php5/xdebug/ChangeLog index 4653d00b9cff..9ab62dcb266b 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.2 2006/01/20 13:56:13 voxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/xdebug/ChangeLog,v 1.3 2006/02/07 17:24:18 nixnut Exp $ + + 07 Feb 2006; <nixnut@gentoo.org> xdebug-2.0.0_beta5.ebuild: + Added ~ppc keyword. bug 121874 20 Jan 2006; Konstantin Arkhipov <voxus@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 7963f17233ef..791aad104915 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.2 2006/01/20 13:56:13 voxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/xdebug/xdebug-2.0.0_beta5.ebuild,v 1.3 2006/02/07 17:24:18 nixnut 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 ~amd64" +KEYWORDS="~amd64 ~ppc ~x86" RDEPEND="${RDEPEND} !dev-php5/ZendOptimizer" |