diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2002-11-20 05:56:49 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2002-11-20 05:56:49 +0000 |
commit | 9388d07acdf88739dc9ff7257236023a8e8e805d (patch) | |
tree | 5bdddf30ce2c1cf31671b05b356d60f85e576560 /dev-php | |
parent | Unmasked 4.2.3 of php. (diff) | |
download | historical-9388d07acdf88739dc9ff7257236023a8e8e805d.tar.gz historical-9388d07acdf88739dc9ff7257236023a8e8e805d.tar.bz2 historical-9388d07acdf88739dc9ff7257236023a8e8e805d.zip |
fixed qt dep
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/php/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/php/php-4.2.3.ebuild | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-php/php/ChangeLog b/dev-php/php/ChangeLog index 88fa385c612a..683fba41e676 100644 --- a/dev-php/php/ChangeLog +++ b/dev-php/php/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for dev-lang/php # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-php/php/ChangeLog,v 1.18 2002/11/14 20:36:08 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php/ChangeLog,v 1.19 2002/11/20 05:56:49 rphillips Exp $ *php-4.2.3 (10 Sep 2002) + 19 Nov 2002; Ryan Phillips <rphillips@gentoo.org> php-4.2.3.ebuild : + fixed qt dep + 14 Nov 2002; Ryan Phillips <rphillips@gentoo.org> php-4.2.3.ebuild : Tweaked pdflib use var diff --git a/dev-php/php/php-4.2.3.ebuild b/dev-php/php/php-4.2.3.ebuild index 9f90ffcae919..ba4e9ed24f45 100644 --- a/dev-php/php/php-4.2.3.ebuild +++ b/dev-php/php/php-4.2.3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Update: Roman Weber <gentoo@gonzo.ch> -# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.2.3.ebuild,v 1.9 2002/11/14 20:36:08 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.2.3.ebuild,v 1.10 2002/11/20 05:56:49 rphillips Exp $ IUSE="freetype postgres tiff libwww nls jpeg readline ssl gd oci8 mysql X gdbm curl imap png xml2 xml cjk pdflib qt snmp crypt flash odbc ldap berkdb freetds firebird pam" @@ -53,8 +53,9 @@ DEPEND=" #Removed #java? ( virtual/jdk ) -RDEPEND="qt? ( x11-libs/qt ) - xml? ( >=app-text/sablotron-0.95-r1 >=net-libs/libwww-5.3.2 )" +RDEPEND=" + xml? ( >=app-text/sablotron-0.95-r1 >=net-libs/libwww-5.3.2 ) + qt? ( >=x11-libs/qt-2.3.0 )" src_unpack() { unpack ${MY_P}.tar.bz2 |