diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-11-19 20:33:46 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-11-19 20:33:46 +0000 |
commit | 273318949f2c8c5101ae3d9c6bd75918eee344de (patch) | |
tree | be981c6fe22c4e24e2d5f67c1b4e54d9ec1e9b0b | |
parent | Added ~ppc64 keywords; bug #102649 (diff) | |
download | historical-273318949f2c8c5101ae3d9c6bd75918eee344de.tar.gz historical-273318949f2c8c5101ae3d9c6bd75918eee344de.tar.bz2 historical-273318949f2c8c5101ae3d9c6bd75918eee344de.zip |
Added ~ppc64 keyword; bug #102649
Package-Manager: portage-2.0.51.22-r3
-rw-r--r-- | dev-php/phpdbg/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/phpdbg/Manifest | 8 | ||||
-rw-r--r-- | dev-php/phpdbg/phpdbg-2.11.23.ebuild | 4 | ||||
-rw-r--r-- | dev-php/phpdbg/phpdbg-2.11.32.ebuild | 4 |
4 files changed, 13 insertions, 9 deletions
diff --git a/dev-php/phpdbg/ChangeLog b/dev-php/phpdbg/ChangeLog index ba631e9f55ff..f027993709f5 100644 --- a/dev-php/phpdbg/ChangeLog +++ b/dev-php/phpdbg/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/phpdbg # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/phpdbg/ChangeLog,v 1.13 2005/05/11 05:14:42 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/phpdbg/ChangeLog,v 1.14 2005/11/19 20:33:46 corsair Exp $ + + 19 Nov 2005; Markus Rothe <corsair@gentoo.org> phpdbg-2.11.23.ebuild, + phpdbg-2.11.32.ebuild: + Added ~ppc64 keyword; bug #102649 11 May 2005; Sebastian Bergmann <sebastian@gentoo.org> phpdbg-2.11.23.ebuild, phpdbg-2.11.32.ebuild: diff --git a/dev-php/phpdbg/Manifest b/dev-php/phpdbg/Manifest index 456f01eb8d51..a7fce97b970e 100644 --- a/dev-php/phpdbg/Manifest +++ b/dev-php/phpdbg/Manifest @@ -1,6 +1,6 @@ +MD5 fa177a1b8c79d1e7896372c467f49c16 ChangeLog 1517 MD5 34b376f52ca199fffb4e52b83169574a metadata.xml 156 -MD5 bd21057666ec4b01ac08c361c826f0da phpdbg-2.11.32.ebuild 1658 -MD5 5f89a5ce46116e5deff83f9d5bae9094 phpdbg-2.11.23.ebuild 1196 -MD5 fd2c2e70217d985b627ba23826e41fcc ChangeLog 1385 -MD5 4f8b7e495c942a2fc4eb4722d0b2382d files/digest-phpdbg-2.11.32 66 +MD5 e26d5739b042914611cfd46c71c8e3b2 phpdbg-2.11.23.ebuild 1201 +MD5 151ac7cb8e79053d9e53507d64fed729 phpdbg-2.11.32.ebuild 1663 MD5 a56cc9f2eaa32b6e4b0ed1a2dca2dbc3 files/digest-phpdbg-2.11.23 66 +MD5 4f8b7e495c942a2fc4eb4722d0b2382d files/digest-phpdbg-2.11.32 66 diff --git a/dev-php/phpdbg/phpdbg-2.11.23.ebuild b/dev-php/phpdbg/phpdbg-2.11.23.ebuild index f718dbf24619..3e90390f8ebc 100644 --- a/dev-php/phpdbg/phpdbg-2.11.23.ebuild +++ b/dev-php/phpdbg/phpdbg-2.11.23.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/phpdbg/phpdbg-2.11.23.ebuild,v 1.10 2005/05/11 14:06:57 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/phpdbg/phpdbg-2.11.23.ebuild,v 1.11 2005/11/19 20:33:46 corsair Exp $ PHP_EXT_NAME="dbg" PHP_EXT_ZENDEXT="no" @@ -15,7 +15,7 @@ SLOT="0" DEPEND="virtual/php" # support for ppc or others? -KEYWORDS="x86 sparc amd64" +KEYWORDS="amd64 ~ppc64 sparc x86" src_compile() { myconf="--enable-dbg=shared --with-dbg-profiler --with-php-config=/usr/bin/php-config" diff --git a/dev-php/phpdbg/phpdbg-2.11.32.ebuild b/dev-php/phpdbg/phpdbg-2.11.32.ebuild index 93d4f2a79447..270ed1954e09 100644 --- a/dev-php/phpdbg/phpdbg-2.11.32.ebuild +++ b/dev-php/phpdbg/phpdbg-2.11.32.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/phpdbg/phpdbg-2.11.32.ebuild,v 1.3 2005/05/11 14:06:57 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/phpdbg/phpdbg-2.11.32.ebuild,v 1.4 2005/11/19 20:33:46 corsair Exp $ PHP_EXT_NAME="dbg" PHP_EXT_ZENDEXT="no" @@ -15,7 +15,7 @@ SLOT="0" DEPEND="virtual/php" # support for ppc or others? -KEYWORDS="~x86 ~sparc ~amd64" +KEYWORDS="~amd64 ~ppc64 ~sparc ~x86" src_compile() { # phpdbg does not work with Zend Thread Safety (ZTS) |