diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-11-19 20:53:36 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-11-19 20:53:36 +0000 |
commit | 9acc03052cf2cc27097830bf74575899d6d69840 (patch) | |
tree | 7bae3740351a350adbb59d0dc7d4675d647e71fa /dev-php4/xdebug | |
parent | Added ~ppc64 keyword; bug #102649 (diff) | |
download | historical-9acc03052cf2cc27097830bf74575899d6d69840.tar.gz historical-9acc03052cf2cc27097830bf74575899d6d69840.tar.bz2 historical-9acc03052cf2cc27097830bf74575899d6d69840.zip |
Added ~ppc64 keyword; bug #102649
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'dev-php4/xdebug')
-rw-r--r-- | dev-php4/xdebug/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php4/xdebug/xdebug-1.3.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php4/xdebug/ChangeLog b/dev-php4/xdebug/ChangeLog index 5f9818b326fb..81a0e60e2704 100644 --- a/dev-php4/xdebug/ChangeLog +++ b/dev-php4/xdebug/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php4/xdebug # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php4/xdebug/ChangeLog,v 1.2 2005/10/15 22:36:53 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php4/xdebug/ChangeLog,v 1.3 2005/11/19 20:53:36 corsair Exp $ + + 19 Nov 2005; Markus Rothe <corsair@gentoo.org> xdebug-1.3.2.ebuild: + Added ~ppc64 keyword; bug #102649 15 Oct 2005; Jason Wever <weeve@gentoo.org> xdebug-1.3.2.ebuild: Added ~sparc keyword. diff --git a/dev-php4/xdebug/xdebug-1.3.2.ebuild b/dev-php4/xdebug/xdebug-1.3.2.ebuild index 4b7efcb9394d..cea8e4442b5f 100644 --- a/dev-php4/xdebug/xdebug-1.3.2.ebuild +++ b/dev-php4/xdebug/xdebug-1.3.2.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-php4/xdebug/xdebug-1.3.2.ebuild,v 1.2 2005/10/15 22:36:53 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php4/xdebug/xdebug-1.3.2.ebuild,v 1.3 2005/11/19 20:53:36 corsair Exp $ PHP_EXT_ZENDEXT="yes" PHP_EXT_NAME="xdebug" @@ -15,7 +15,7 @@ MY_P="${P/_/}" SRC_URI="http://www.xdebug.org/files/${MY_P}.tgz" S="${WORKDIR}/${MY_P}" LICENSE="Xdebug" -KEYWORDS="~ppc ~sparc ~x86" +KEYWORDS="~ppc ~ppc64 ~sparc ~x86" need_php_by_category |