summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Bickel <mabi@gentoo.org>2010-11-04 17:42:43 +0000
committerMatti Bickel <mabi@gentoo.org>2010-11-04 17:42:43 +0000
commitb755231938eb1c88bd2e01acc27bc993a7488c5b (patch)
tree55cffb19d181d116908e4e4677e5531850443bed /dev-php5/pecl-htscanner
parentfix USE_PHP placement (diff)
downloadgentoo-2-b755231938eb1c88bd2e01acc27bc993a7488c5b.tar.gz
gentoo-2-b755231938eb1c88bd2e01acc27bc993a7488c5b.tar.bz2
gentoo-2-b755231938eb1c88bd2e01acc27bc993a7488c5b.zip
fix USE_PHP placement
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-php5/pecl-htscanner')
-rw-r--r--dev-php5/pecl-htscanner/ChangeLog6
-rw-r--r--dev-php5/pecl-htscanner/pecl-htscanner-0.9.0-r1.ebuild8
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}"