summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2007-03-04 19:52:59 +0000
committerLuca Longinotti <chtekk@gentoo.org>2007-03-04 19:52:59 +0000
commit3ef429344be1291c76e5c53c0207a6ba2c0f16d4 (patch)
tree01b844173baaec41634fca39eca1c1ebd9095a53 /dev-php5/ezc-UserInput/ezc-UserInput-1.0.ebuild
parentFix incomplete sys-apps/lsof -> sys-process/lsof move. (diff)
downloadgentoo-2-3ef429344be1291c76e5c53c0207a6ba2c0f16d4.tar.gz
gentoo-2-3ef429344be1291c76e5c53c0207a6ba2c0f16d4.tar.bz2
gentoo-2-3ef429344be1291c76e5c53c0207a6ba2c0f16d4.zip
Remove filter dep.
(Portage version: 2.1.2-r13)
Diffstat (limited to 'dev-php5/ezc-UserInput/ezc-UserInput-1.0.ebuild')
-rw-r--r--dev-php5/ezc-UserInput/ezc-UserInput-1.0.ebuild12
1 files changed, 7 insertions, 5 deletions
diff --git a/dev-php5/ezc-UserInput/ezc-UserInput-1.0.ebuild b/dev-php5/ezc-UserInput/ezc-UserInput-1.0.ebuild
index 933d6a46375c..6896ba527071 100644
--- a/dev-php5/ezc-UserInput/ezc-UserInput-1.0.ebuild
+++ b/dev-php5/ezc-UserInput/ezc-UserInput-1.0.ebuild
@@ -1,12 +1,14 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-UserInput/ezc-UserInput-1.0.ebuild,v 1.6 2006/08/24 02:12:38 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-UserInput/ezc-UserInput-1.0.ebuild,v 1.7 2007/03/04 19:52:59 chtekk Exp $
-inherit php-ezc
+inherit php-ezc depend.php
DESCRIPTION="This eZ component assists you to safely import user input variables into your application."
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
-RDEPEND="${RDEPEND}
- dev-php5/pecl-filter"
+
+pkg_setup() {
+ require_php_with_use filter
+}