summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2007-03-18 03:10:12 +0000
committerLuca Longinotti <chtekk@gentoo.org>2007-03-18 03:10:12 +0000
commit1ab9ea05153dd96b59061e8f03707bdb55ea8c5f (patch)
tree3b61b1a98b62ee9a07ce4721aa6a07ae3fea1875 /dev-php5/propel
parentVersion bump. (diff)
downloadhistorical-1ab9ea05153dd96b59061e8f03707bdb55ea8c5f.tar.gz
historical-1ab9ea05153dd96b59061e8f03707bdb55ea8c5f.tar.bz2
historical-1ab9ea05153dd96b59061e8f03707bdb55ea8c5f.zip
Fix DEPs.
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'dev-php5/propel')
-rw-r--r--dev-php5/propel/ChangeLog5
-rw-r--r--dev-php5/propel/propel-1.2.1.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-php5/propel/ChangeLog b/dev-php5/propel/ChangeLog
index 641d36c3cde4..e9b639f0108a 100644
--- a/dev-php5/propel/ChangeLog
+++ b/dev-php5/propel/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-php5/propel
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/propel/ChangeLog,v 1.5 2007/03/18 02:58:24 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/propel/ChangeLog,v 1.6 2007/03/18 03:10:12 chtekk Exp $
+
+ 18 Mar 2007; Luca Longinotti <chtekk@gentoo.org> propel-1.2.1.ebuild:
+ Fix DEPs.
*propel-1.2.1 (18 Mar 2007)
diff --git a/dev-php5/propel/propel-1.2.1.ebuild b/dev-php5/propel/propel-1.2.1.ebuild
index 8721f1d50914..624c42363f81 100644
--- a/dev-php5/propel/propel-1.2.1.ebuild
+++ b/dev-php5/propel/propel-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/propel-1.2.1.ebuild,v 1.1 2007/03/18 02:58:24 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/propel/propel-1.2.1.ebuild,v 1.2 2007/03/18 03:10:12 chtekk Exp $
KEYWORDS="~amd64 ~x86"
@@ -11,5 +11,5 @@ SLOT="0"
IUSE=""
DEPEND=""
-RDEPEND="~dev-php5/propel-generator-1.2.1
- ~dev-php5/propel-runtime-1.2.1"
+RDEPEND="~dev-php5/propel-generator-${PV}
+ ~dev-php5/propel-runtime-${PV}"