summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Bergmann <sebastian@gentoo.org>2006-03-05 11:00:20 +0000
committerSebastian Bergmann <sebastian@gentoo.org>2006-03-05 11:00:20 +0000
commit401caab66984d28fe7835a79b29759aa6163f447 (patch)
treeceee574afbfddff873b6e88154cbfbe26fe0d596 /dev-php
parentAdding metadata.xml (diff)
downloadgentoo-2-401caab66984d28fe7835a79b29759aa6163f447.tar.gz
gentoo-2-401caab66984d28fe7835a79b29759aa6163f447.tar.bz2
gentoo-2-401caab66984d28fe7835a79b29759aa6163f447.zip
Fix bug 125060.
(Portage version: 2.1_pre5-r4)
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/PEAR-Log/ChangeLog6
-rw-r--r--dev-php/PEAR-Log/PEAR-Log-1.9.3.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php/PEAR-Log/ChangeLog b/dev-php/PEAR-Log/ChangeLog
index 983299111efd..88553fd2bb9a 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-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/ChangeLog,v 1.55 2006/02/28 09:09:40 sebastian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/ChangeLog,v 1.56 2006/03/05 11:00:20 sebastian Exp $
+
+ 05 Mar 2006; Sebastian Bergmann <sebastian@gentoo.org>
+ PEAR-Log-1.9.3.ebuild:
+ Fix bug 125060.
28 Feb 2006; Sebastian Bergmann <sebastian@gentoo.org>
PEAR-Log-1.9.3.ebuild:
diff --git a/dev-php/PEAR-Log/PEAR-Log-1.9.3.ebuild b/dev-php/PEAR-Log/PEAR-Log-1.9.3.ebuild
index 944e2d52072c..11700f853cf7 100644
--- a/dev-php/PEAR-Log/PEAR-Log-1.9.3.ebuild
+++ b/dev-php/PEAR-Log/PEAR-Log-1.9.3.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-php/PEAR-Log/PEAR-Log-1.9.3.ebuild,v 1.12 2006/02/28 09:09:40 sebastian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/PEAR-Log-1.9.3.ebuild,v 1.13 2006/03/05 11:00:20 sebastian Exp $
inherit php-pear-r1 depend.php
@@ -13,5 +13,5 @@ IUSE=""
RDEPEND=">=dev-php/PEAR-DB-1.7.6-r1"
pkg_setup() {
- equire_php_with_use sqlite
+ require_php_with_use sqlite
}