summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-php5/ezc-UserInput/ChangeLog6
-rw-r--r--dev-php5/ezc-UserInput/ezc-UserInput-1.0.ebuild4
2 files changed, 8 insertions, 2 deletions
diff --git a/dev-php5/ezc-UserInput/ChangeLog b/dev-php5/ezc-UserInput/ChangeLog
index 39da0b869c24..baaa5d4ad937 100644
--- a/dev-php5/ezc-UserInput/ChangeLog
+++ b/dev-php5/ezc-UserInput/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-php5/ezc-UserInput
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-UserInput/ChangeLog,v 1.2 2006/01/30 15:31:01 sebastian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-UserInput/ChangeLog,v 1.3 2006/01/30 17:26:50 sebastian Exp $
+
+ 30 Jan 2006; Sebastian Bergmann <sebastian@gentoo.org>
+ ezc-UserInput-1.0.ebuild:
+ RDEPEND on dev-php5/pecl-filter.
*ezc-UserInput-1.0 (30 Jan 2006)
diff --git a/dev-php5/ezc-UserInput/ezc-UserInput-1.0.ebuild b/dev-php5/ezc-UserInput/ezc-UserInput-1.0.ebuild
index 9c3844a4ec8c..9cda4aee6ffe 100644
--- a/dev-php5/ezc-UserInput/ezc-UserInput-1.0.ebuild
+++ b/dev-php5/ezc-UserInput/ezc-UserInput-1.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 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.1 2006/01/30 15:31:01 sebastian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-UserInput/ezc-UserInput-1.0.ebuild,v 1.2 2006/01/30 17:26:50 sebastian Exp $
inherit php-ezc
@@ -8,3 +8,5 @@ DESCRIPTION="This eZ component assists you to safely import user input variables
SLOT="0"
KEYWORDS="~x86"
IUSE=""
+RDEPEND="${RDEPEND}
+ dev-php5/pecl-filter"