summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Bickel <mabi@gentoo.org>2010-11-04 12:01:29 +0000
committerMatti Bickel <mabi@gentoo.org>2010-11-04 12:01:29 +0000
commitab34e2edf7ea80a81260a92d4f1005411e0d53db (patch)
treeb91f935d995e9240ad9739dcd1d3e93be7cae1f4 /dev-lang
parentx86 stable, bug #343375 (diff)
downloadgentoo-2-ab34e2edf7ea80a81260a92d4f1005411e0d53db.tar.gz
gentoo-2-ab34e2edf7ea80a81260a92d4f1005411e0d53db.tar.bz2
gentoo-2-ab34e2edf7ea80a81260a92d4f1005411e0d53db.zip
do not block versions of pecl-fileinfo supporting minor version slotting
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/php/ChangeLog5
-rw-r--r--dev-lang/php/php-5.3.3-r3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog
index cedae5ae2163..f1d922d65e60 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.434 2010/11/02 17:12:42 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.435 2010/11/04 12:01:29 mabi Exp $
+
+ 04 Nov 2010; Matti Bickel <mabi@gentoo.org> php-5.3.3-r3.ebuild:
+ do not block versions of pecl-fileinfo supporting minor version slotting
02 Nov 2010; <olemarkus@gentoo.org> files/eblits/pkg_postinst-v2.eblit,
files/eblits/src_install-v2.eblit:
diff --git a/dev-lang/php/php-5.3.3-r3.ebuild b/dev-lang/php/php-5.3.3-r3.ebuild
index d95505479c8b..833cc61c94d1 100644
--- a/dev-lang/php/php-5.3.3-r3.ebuild
+++ b/dev-lang/php/php-5.3.3-r3.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.3-r3.ebuild,v 1.1 2010/10/31 19:01:55 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.3-r3.ebuild,v 1.2 2010/11/04 12:01:29 mabi Exp $
EAPI=2
@@ -238,7 +238,7 @@ RDEPEND="${DEPEND}
!cli? ( !cgi? ( !apache2? ( !embed? ( $php[cli] ) ) ) )
enchant? ( !dev-php${PHP_MV}/pecl-enchant )
- fileinfo? ( !dev-php${PHP_MV}/pecl-fileinfo )
+ fileinfo? ( !<dev-php${PHP_MV}/pecl-fileinfo-1.0.4-r2 )
filter? ( !dev-php${PHP_MV}/pecl-filter )
json? ( !dev-php${PHP_MV}/pecl-json )
phar? ( !dev-php${PHP_MV}/pecl-phar )