diff options
author | Simon Stelling <blubb@gentoo.org> | 2004-12-18 11:51:36 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2004-12-18 11:51:36 +0000 |
commit | 77de2d1d7507a3d8f1b22b3cc0e8d969607b33b9 (patch) | |
tree | 1dfc6ae38b90faa0bbdfca31458edb6ab77de7b0 /dev-php/phpdbg | |
parent | ~amd64 (Manifest recommit) (diff) | |
download | gentoo-2-77de2d1d7507a3d8f1b22b3cc0e8d969607b33b9.tar.gz gentoo-2-77de2d1d7507a3d8f1b22b3cc0e8d969607b33b9.tar.bz2 gentoo-2-77de2d1d7507a3d8f1b22b3cc0e8d969607b33b9.zip |
~amd64
Diffstat (limited to 'dev-php/phpdbg')
-rw-r--r-- | dev-php/phpdbg/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/phpdbg/phpdbg-2.11.23.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/phpdbg/ChangeLog b/dev-php/phpdbg/ChangeLog index f6e3f04756ef..3c06af21a8b6 100644 --- a/dev-php/phpdbg/ChangeLog +++ b/dev-php/phpdbg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/phpdbg # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/phpdbg/ChangeLog,v 1.9 2004/06/25 01:23:57 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/phpdbg/ChangeLog,v 1.10 2004/12/18 11:46:39 blubb Exp $ + + 18 Dec 2004; Simon Stelling <blubb@gentoo.org> phpdbg-2.11.23.ebuild: + added ~amd64 17 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> phpdbg-2.11.23.ebuild: Added IUSE=. diff --git a/dev-php/phpdbg/phpdbg-2.11.23.ebuild b/dev-php/phpdbg/phpdbg-2.11.23.ebuild index c9a820cce47c..c0c01c5b514d 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-2004 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.5 2004/06/25 01:23:57 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/phpdbg/phpdbg-2.11.23.ebuild,v 1.6 2004/12/18 11:46:39 blubb 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" +KEYWORDS="x86 sparc ~amd64" src_compile() { myconf="--enable-dbg=shared --with-dbg-profiler --with-php-config=/usr/bin/php-config" |