summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2007-03-18 02:51:49 +0000
committerLuca Longinotti <chtekk@gentoo.org>2007-03-18 02:51:49 +0000
commit3ea44d2b3a871825980ebb4a0e18c9fc0e0a3792 (patch)
treed6b21983b6a324ec6ebd27104eb9742b81a208a7 /dev-php5/propel-runtime
parentCleanup. (diff)
downloadgentoo-2-3ea44d2b3a871825980ebb4a0e18c9fc0e0a3792.tar.gz
gentoo-2-3ea44d2b3a871825980ebb4a0e18c9fc0e0a3792.tar.bz2
gentoo-2-3ea44d2b3a871825980ebb4a0e18c9fc0e0a3792.zip
Fix DEPs.
(Portage version: 2.1.2.2)
Diffstat (limited to 'dev-php5/propel-runtime')
-rw-r--r--dev-php5/propel-runtime/ChangeLog6
-rw-r--r--dev-php5/propel-runtime/propel-runtime-1.2.1.ebuild5
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-php5/propel-runtime/ChangeLog b/dev-php5/propel-runtime/ChangeLog
index 4bb12c8f7f4f..0784e1663d49 100644
--- a/dev-php5/propel-runtime/ChangeLog
+++ b/dev-php5/propel-runtime/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-php5/propel-runtime
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/propel-runtime/ChangeLog,v 1.5 2007/03/18 02:36:44 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/propel-runtime/ChangeLog,v 1.6 2007/03/18 02:51:49 chtekk Exp $
+
+ 18 Mar 2007; Luca Longinotti <chtekk@gentoo.org>
+ propel-runtime-1.2.1.ebuild:
+ Fix DEPs.
*propel-runtime-1.2.1 (18 Mar 2007)
diff --git a/dev-php5/propel-runtime/propel-runtime-1.2.1.ebuild b/dev-php5/propel-runtime/propel-runtime-1.2.1.ebuild
index 84168bf17fdf..a79c9c849ebf 100644
--- a/dev-php5/propel-runtime/propel-runtime-1.2.1.ebuild
+++ b/dev-php5/propel-runtime/propel-runtime-1.2.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/propel-runtime/propel-runtime-1.2.1.ebuild,v 1.1 2007/03/18 02:36:44 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/propel-runtime/propel-runtime-1.2.1.ebuild,v 1.2 2007/03/18 02:51:49 chtekk Exp $
inherit php-pear-lib-r1
@@ -14,7 +14,8 @@ SLOT="0"
IUSE=""
DEPEND=""
-RDEPEND=">=dev-php5/creole-1.1.0"
+RDEPEND=">=dev-php5/creole-1.1.0
+ >=dev-php/PEAR-Log-1.8.7-r1"
S="${WORKDIR}/propel_runtime-${PV}"