diff options
author | Caleb Tennis <caleb@gentoo.org> | 2005-10-19 21:13:43 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2005-10-19 21:13:43 +0000 |
commit | 4256c4451a49abc86cf337ec91d99d2e912924db (patch) | |
tree | 9e5183099fc6660c7fafa1fb5391e518bc6dc0b3 /dev-ruby/activerecord | |
parent | Version bump (diff) | |
download | gentoo-2-4256c4451a49abc86cf337ec91d99d2e912924db.tar.gz gentoo-2-4256c4451a49abc86cf337ec91d99d2e912924db.tar.bz2 gentoo-2-4256c4451a49abc86cf337ec91d99d2e912924db.zip |
Correct dep version
(Portage version: 2.0.53_rc6)
Diffstat (limited to 'dev-ruby/activerecord')
-rw-r--r-- | dev-ruby/activerecord/activerecord-1.12.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/activerecord/activerecord-1.12.1.ebuild b/dev-ruby/activerecord/activerecord-1.12.1.ebuild index 98b3eac4f56b..b416f99af26b 100644 --- a/dev-ruby/activerecord/activerecord-1.12.1.ebuild +++ b/dev-ruby/activerecord/activerecord-1.12.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-1.12.1.ebuild,v 1.1 2005/10/19 21:12:11 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-1.12.1.ebuild,v 1.2 2005/10/19 21:13:43 caleb Exp $ inherit ruby gems @@ -18,4 +18,4 @@ IUSE="" RESTRICT="test" DEPEND=">=dev-lang/ruby-1.8.2 - >=dev-ruby/activesupport-1.1.1" + >=dev-ruby/activesupport-1.2.1" |