diff options
author | 2005-10-08 12:05:44 +0000 | |
---|---|---|
committer | 2005-10-08 12:05:44 +0000 | |
commit | 0a0020af57a1cb29b583a98a12693497d6b590a8 (patch) | |
tree | 2d346a1328aa811b19bbf43d6a58c020f3ccdf0b /dev-php/PEAR-Log | |
parent | Removed - deprecated (diff) | |
download | historical-0a0020af57a1cb29b583a98a12693497d6b590a8.tar.gz historical-0a0020af57a1cb29b583a98a12693497d6b590a8.tar.bz2 historical-0a0020af57a1cb29b583a98a12693497d6b590a8.zip |
Fix RDEPEND.
Package-Manager: portage-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" |