diff options
Diffstat (limited to 'dev-php/PEAR-I18N')
-rw-r--r-- | dev-php/PEAR-I18N/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/PEAR-I18N/PEAR-I18N-0.8.6-r2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php/PEAR-I18N/ChangeLog b/dev-php/PEAR-I18N/ChangeLog index a2a114df1fcd..079c1a68aed2 100644 --- a/dev-php/PEAR-I18N/ChangeLog +++ b/dev-php/PEAR-I18N/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-I18N # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-I18N/ChangeLog,v 1.16 2005/09/11 16:24:40 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-I18N/ChangeLog,v 1.17 2005/10/08 11:19:16 sebastian Exp $ + + 08 Oct 2005; Sebastian Bergmann <sebastian@gentoo.org> + PEAR-I18N-0.8.6-r2.ebuild: + Fix RDEPEND. 11 Sep 2005; Jason Wever <weeve@gentoo.org> PEAR-I18N-0.8.6-r2.ebuild: Added ~sparc keyword. 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" |