summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Bergmann <sebastian@gentoo.org>2006-01-30 17:26:50 +0000
committerSebastian Bergmann <sebastian@gentoo.org>2006-01-30 17:26:50 +0000
commita2eeed66be05fac61ba04c173386c0ae798bce11 (patch)
treefe9e92a37ca69c1ced602b9452c5c0665bee188e /dev-php5/ezc-UserInput
parentBump to 2.1.9 (from 2.1.3) #107359 (diff)
downloadgentoo-2-a2eeed66be05fac61ba04c173386c0ae798bce11.tar.gz
gentoo-2-a2eeed66be05fac61ba04c173386c0ae798bce11.tar.bz2
gentoo-2-a2eeed66be05fac61ba04c173386c0ae798bce11.zip
RDEPEND on dev-php5/pecl-filter.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'dev-php5/ezc-UserInput')
-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"