diff options
author | Matti Bickel <mabi@gentoo.org> | 2010-05-28 20:07:53 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2010-05-28 20:07:53 +0000 |
commit | 8db1be45c187a9230700dc942f6a43de0ad0a349 (patch) | |
tree | f514b3ce706b4c9072e083494c7ace570803af3d /dev-lang | |
parent | Fixed correct detection R libs (diff) | |
download | gentoo-2-8db1be45c187a9230700dc942f6a43de0ad0a349.tar.gz gentoo-2-8db1be45c187a9230700dc942f6a43de0ad0a349.tar.bz2 gentoo-2-8db1be45c187a9230700dc942f6a43de0ad0a349.zip |
flex dep, updated patchset
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/php/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/php/php-5.3.2.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog index 5e97085f500a..3e372e7c8391 100644 --- a/dev-lang/php/ChangeLog +++ b/dev-lang/php/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/php # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.379 2010/05/28 11:32:55 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.380 2010/05/28 20:07:53 mabi Exp $ + + 28 May 2010; <mabi@gentoo.org> php-5.3.2.ebuild: + add flex dependency (bug #221357) 28 May 2010; <mabi@gentoo.org> files/eblits/src_prepare-v1.eblit: use portable find command (bug #321781) diff --git a/dev-lang/php/php-5.3.2.ebuild b/dev-lang/php/php-5.3.2.ebuild index 116294e81c92..a2bd78f6e33b 100644 --- a/dev-lang/php/php-5.3.2.ebuild +++ b/dev-lang/php/php-5.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.2.ebuild,v 1.1 2010/05/27 23:05:04 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.2.ebuild,v 1.2 2010/05/28 20:07:53 mabi Exp $ EAPI=2 @@ -92,6 +92,7 @@ IUSE="${IUSE} adabas bcmath berkdb birdstep bzip2 calendar cdb cjk xml xmlreader xmlwriter xmlrpc xpm xsl zip zlib" DEPEND="app-admin/php-toolkit + sys-devel/flex >=dev-libs/libpcre-7.9[unicode] adabas? ( >=dev-db/unixODBC-1.8.13 ) apache2? ( !threads? ( www-servers/apache[-threads] ) ) |