diff options
author | Matti Bickel <mabi@gentoo.org> | 2010-06-17 21:42:06 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2010-06-17 21:42:06 +0000 |
commit | 0b078255d516e9d1e51ebcc3726d1ab98f8e8c96 (patch) | |
tree | f839416ef786f2e5aff8a2b0dbbc69904f12ef46 /dev-php5 | |
parent | Removing old split zabbix packages (diff) | |
download | gentoo-2-0b078255d516e9d1e51ebcc3726d1ab98f8e8c96.tar.gz gentoo-2-0b078255d516e9d1e51ebcc3726d1ab98f8e8c96.tar.bz2 gentoo-2-0b078255d516e9d1e51ebcc3726d1ab98f8e8c96.zip |
block php-5.3
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-php5')
-rw-r--r-- | dev-php5/pecl-htscanner/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php5/pecl-htscanner/pecl-htscanner-0.9.0.ebuild | 8 |
2 files changed, 12 insertions, 4 deletions
diff --git a/dev-php5/pecl-htscanner/ChangeLog b/dev-php5/pecl-htscanner/ChangeLog index fea66f294cde..0ee0d65ec7c9 100644 --- a/dev-php5/pecl-htscanner/ChangeLog +++ b/dev-php5/pecl-htscanner/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php5/pecl-htscanner -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-htscanner/ChangeLog,v 1.8 2009/04/09 10:10:40 hoffie Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-htscanner/ChangeLog,v 1.9 2010/06/17 21:42:06 mabi Exp $ + + 17 Jun 2010; <mabi@gentoo.org> pecl-htscanner-0.9.0.ebuild: + restrict to <php-5.3, as the functionality is included in 5.3 and the + package segfaults with 5.3 (tested by Dessa) *pecl-htscanner-0.9.0 (09 Apr 2009) diff --git a/dev-php5/pecl-htscanner/pecl-htscanner-0.9.0.ebuild b/dev-php5/pecl-htscanner/pecl-htscanner-0.9.0.ebuild index 6549b453afbf..e089ee814eb7 100644 --- a/dev-php5/pecl-htscanner/pecl-htscanner-0.9.0.ebuild +++ b/dev-php5/pecl-htscanner/pecl-htscanner-0.9.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-htscanner/pecl-htscanner-0.9.0.ebuild,v 1.1 2009/04/09 10:10:40 hoffie Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-htscanner/pecl-htscanner-0.9.0.ebuild,v 1.2 2010/06/17 21:42:06 mabi Exp $ PHP_EXT_NAME="htscanner" PHP_EXT_INI="yes" @@ -17,6 +17,10 @@ LICENSE="PHP-3" SLOT="0" IUSE="" +# functionality is included in >=php-5.3 +DEPEND="<dev-lang/php-5.3" +RDEPEND="${DEPEND}" + need_php_by_category my_conf="--enable-htscanner" |