diff options
Diffstat (limited to 'dev-php5/pecl-htscanner/pecl-htscanner-0.9.0-r1.ebuild')
-rw-r--r-- | dev-php5/pecl-htscanner/pecl-htscanner-0.9.0-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-php5/pecl-htscanner/pecl-htscanner-0.9.0-r1.ebuild b/dev-php5/pecl-htscanner/pecl-htscanner-0.9.0-r1.ebuild index d22f842ee020..63e2181514cd 100644 --- a/dev-php5/pecl-htscanner/pecl-htscanner-0.9.0-r1.ebuild +++ b/dev-php5/pecl-htscanner/pecl-htscanner-0.9.0-r1.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-php5/pecl-htscanner/pecl-htscanner-0.9.0-r1.ebuild,v 1.1 2010/11/04 13:32:01 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-htscanner/pecl-htscanner-0.9.0-r1.ebuild,v 1.2 2010/11/04 17:42:43 mabi Exp $ EAPI="3" @@ -10,6 +10,9 @@ PHP_EXT_ZENDEXT="no" DOCS="README" PHPSAPILIST="cgi" +# functionality is included in >=php-5.3 +USE_PHP="php5-2" + inherit php-ext-pecl-r2 KEYWORDS="~amd64 ~x86" @@ -19,9 +22,6 @@ LICENSE="PHP-3" SLOT="0" IUSE="" -# functionality is included in >=php-5.3 -USE_PHP="php5-2" - DEPEND="dev-lang/php[cgi]" RDEPEND="${DEPEND}" |