diff options
author | Sebastian Bergmann <sebastian@gentoo.org> | 2005-10-08 11:23:54 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@gentoo.org> | 2005-10-08 11:23:54 +0000 |
commit | c0794aaa3d377d2bf4b10ded12f0e046f60a7247 (patch) | |
tree | 8d254ce3ff3744775369cabc874d266d86863b83 /dev-php/PEAR-Log | |
parent | If aclocal.m4 does not exists, run aclocal, so that we can bootstrap. (diff) | |
download | gentoo-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-Log')
-rw-r--r-- | dev-php/PEAR-Log/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/PEAR-Log/PEAR-Log-1.8.7-r1.ebuild | 5 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-php/PEAR-Log/ChangeLog b/dev-php/PEAR-Log/ChangeLog index 3a20e2f5e2b9..1159b6c55363 100644 --- a/dev-php/PEAR-Log/ChangeLog +++ b/dev-php/PEAR-Log/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-Log # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/ChangeLog,v 1.38 2005/09/11 18:16:36 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/ChangeLog,v 1.39 2005/10/08 11:21:02 sebastian Exp $ + + 08 Oct 2005; Sebastian Bergmann <sebastian@gentoo.org> + PEAR-Log-1.8.7-r1.ebuild: + Fix RDEPEND. 11 Sep 2005; Jason Wever <weeve@gentoo.org> PEAR-Log-1.8.7-r1.ebuild: Added ~sparc keyword. diff --git a/dev-php/PEAR-Log/PEAR-Log-1.8.7-r1.ebuild b/dev-php/PEAR-Log/PEAR-Log-1.8.7-r1.ebuild index 19c96b1a984f..f275f42c5be0 100644 --- a/dev-php/PEAR-Log/PEAR-Log-1.8.7-r1.ebuild +++ b/dev-php/PEAR-Log/PEAR-Log-1.8.7-r1.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-Log/PEAR-Log-1.8.7-r1.ebuild,v 1.3 2005/09/11 18:16:36 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/PEAR-Log-1.8.7-r1.ebuild,v 1.4 2005/10/08 11:21:02 sebastian Exp $ inherit php-pear-r1 @@ -10,5 +10,4 @@ LICENSE="PHP" SLOT="0" KEYWORDS="~sparc ~x86" IUSE="" - -RDEPEND="dev-php/PEAR-DB" +RDEPEND=">=dev-php/PEAR-DB-1.7.6-r1" |