diff options
author | 2004-02-22 21:10:38 +0000 | |
---|---|---|
committer | 2004-02-22 21:10:38 +0000 | |
commit | 08b57078f8dca434bf7a77bef9db15ceff65c5c6 (patch) | |
tree | df298c27b33a85904bcdb608d41defebf767a924 /dev-php/phpdbg/phpdbg-2.11.23.ebuild | |
parent | Remove arm keywords (diff) | |
download | historical-08b57078f8dca434bf7a77bef9db15ceff65c5c6.tar.gz historical-08b57078f8dca434bf7a77bef9db15ceff65c5c6.tar.bz2 historical-08b57078f8dca434bf7a77bef9db15ceff65c5c6.zip |
Remove arm keywords
Diffstat (limited to 'dev-php/phpdbg/phpdbg-2.11.23.ebuild')
-rw-r--r-- | dev-php/phpdbg/phpdbg-2.11.23.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/phpdbg/phpdbg-2.11.23.ebuild b/dev-php/phpdbg/phpdbg-2.11.23.ebuild index 7f43bb6656f3..b9f043a1b622 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 Technologies, Inc. # 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.2 2004/01/05 04:33:34 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/phpdbg/phpdbg-2.11.23.ebuild,v 1.3 2004/02/22 21:09:06 agriffis 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" src_compile() { myconf="--enable-dbg=shared --with-dbg-profiler --with-php-config=/usr/bin/php-config" |