summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2007-03-18 02:54:22 +0000
committerLuca Longinotti <chtekk@gentoo.org>2007-03-18 02:54:22 +0000
commit2fa319ee1f2a4abfa6cb327041eefcf93cf8fdcc (patch)
tree99714694f70fdf61fa4ee86cb380499329c67592 /dev-php5/propel-runtime
parentReplacing einfo with elog (diff)
downloadhistorical-2fa319ee1f2a4abfa6cb327041eefcf93cf8fdcc.tar.gz
historical-2fa319ee1f2a4abfa6cb327041eefcf93cf8fdcc.tar.bz2
historical-2fa319ee1f2a4abfa6cb327041eefcf93cf8fdcc.zip
Fix DEPs.
Package-Manager: portage-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}"