diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2007-03-18 03:10:12 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2007-03-18 03:10:12 +0000 |
commit | 1ab9ea05153dd96b59061e8f03707bdb55ea8c5f (patch) | |
tree | 3b61b1a98b62ee9a07ce4721aa6a07ae3fea1875 /dev-php5/propel | |
parent | Version bump. (diff) | |
download | historical-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/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php5/propel/propel-1.2.1.ebuild | 6 |
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}" |