diff options
author | Matti Bickel <mabi@gentoo.org> | 2010-11-04 17:43:15 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2010-11-04 17:43:15 +0000 |
commit | 32438dd5359e04f929506c7f5267c4c3f3f2a1e8 (patch) | |
tree | 282f95a0219ee939e02f6a41253612152c36ee6c /dev-php5/pecl-htscanner | |
parent | Cleaned old versions (diff) | |
download | historical-32438dd5359e04f929506c7f5267c4c3f3f2a1e8.tar.gz historical-32438dd5359e04f929506c7f5267c4c3f3f2a1e8.tar.bz2 historical-32438dd5359e04f929506c7f5267c4c3f3f2a1e8.zip |
fix USE_PHP placement
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
Diffstat (limited to 'dev-php5/pecl-htscanner')
-rw-r--r-- | dev-php5/pecl-htscanner/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php5/pecl-htscanner/pecl-htscanner-0.9.0-r1.ebuild | 8 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-php5/pecl-htscanner/ChangeLog b/dev-php5/pecl-htscanner/ChangeLog index ec6d06ac0a0a..4b7370cc2f86 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-htscanner/ChangeLog,v 1.10 2010/11/04 13:32:01 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-htscanner/ChangeLog,v 1.11 2010/11/04 17:42:43 mabi Exp $ + + 04 Nov 2010; Matti Bickel <mabi@gentoo.org> + pecl-htscanner-0.9.0-r1.ebuild: + fix USE_PHP placement *pecl-htscanner-0.9.0-r1 (04 Nov 2010) 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}" |