summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Bergmann <sebastian@gentoo.org>2005-10-08 11:23:54 +0000
committerSebastian Bergmann <sebastian@gentoo.org>2005-10-08 11:23:54 +0000
commitc0794aaa3d377d2bf4b10ded12f0e046f60a7247 (patch)
tree8d254ce3ff3744775369cabc874d266d86863b83 /dev-php/PEAR-I18N/PEAR-I18N-0.8.6-r2.ebuild
parentIf aclocal.m4 does not exists, run aclocal, so that we can bootstrap. (diff)
downloadgentoo-2-c0794aaa3d377d2bf4b10ded12f0e046f60a7247.tar.gz
gentoo-2-c0794aaa3d377d2bf4b10ded12f0e046f60a7247.tar.bz2
gentoo-2-c0794aaa3d377d2bf4b10ded12f0e046f60a7247.zip
Fix RDEPEND.
(Portage version: 2.0.53_rc4)
Diffstat (limited to 'dev-php/PEAR-I18N/PEAR-I18N-0.8.6-r2.ebuild')
-rw-r--r--dev-php/PEAR-I18N/PEAR-I18N-0.8.6-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/PEAR-I18N/PEAR-I18N-0.8.6-r2.ebuild b/dev-php/PEAR-I18N/PEAR-I18N-0.8.6-r2.ebuild
index 932bd948aac6..d9cae104d15c 100644
--- a/dev-php/PEAR-I18N/PEAR-I18N-0.8.6-r2.ebuild
+++ b/dev-php/PEAR-I18N/PEAR-I18N-0.8.6-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-I18N/PEAR-I18N-0.8.6-r2.ebuild,v 1.3 2005/09/11 16:24:40 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-I18N/PEAR-I18N-0.8.6-r2.ebuild,v 1.4 2005/10/08 11:19:16 sebastian Exp $
inherit php-pear-r1
@@ -9,4 +9,4 @@ DESCRIPTION="Adds internationalization support to PHP applications"
LICENSE="PHP"
SLOT="0"
KEYWORDS="~sparc ~x86"
-DEPEND="dev-php/PEAR-HTML_Template_IT"
+RDEPEND=">=dev-php/PEAR-HTML_Template_IT-1.1-r1"