diff options
author | Caleb Tennis <caleb@gentoo.org> | 2005-04-01 18:15:36 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2005-04-01 18:15:36 +0000 |
commit | 1edbeb6ac4f726a5f83512ca40cb746f09d36440 (patch) | |
tree | f10bb42912a11cec88f8bf2d4b4d941f8795cc60 /dev-ruby/activerecord | |
parent | Version bump. (diff) | |
download | gentoo-2-1edbeb6ac4f726a5f83512ca40cb746f09d36440.tar.gz gentoo-2-1edbeb6ac4f726a5f83512ca40cb746f09d36440.tar.bz2 gentoo-2-1edbeb6ac4f726a5f83512ca40cb746f09d36440.zip |
x86 stable
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-ruby/activerecord')
-rw-r--r-- | dev-ruby/activerecord/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/activerecord/activerecord-1.9.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog index 0c6094f77818..0081208e9f9d 100644 --- a/dev-ruby/activerecord/ChangeLog +++ b/dev-ruby/activerecord/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/activerecord # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.6 2005/03/28 17:32:51 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.7 2005/04/01 18:12:38 caleb Exp $ + + 01 Apr 2005; Caleb Tennis <caleb@gentoo.org> activerecord-1.9.1.ebuild: + x86 stable *activerecord-1.9.1 (28 Mar 2005) diff --git a/dev-ruby/activerecord/activerecord-1.9.1.ebuild b/dev-ruby/activerecord/activerecord-1.9.1.ebuild index 7f777d2724c3..23a6d6470107 100644 --- a/dev-ruby/activerecord/activerecord-1.9.1.ebuild +++ b/dev-ruby/activerecord/activerecord-1.9.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.9.1.ebuild,v 1.1 2005/03/28 17:32:51 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-1.9.1.ebuild,v 1.2 2005/04/01 18:12:38 caleb Exp $ inherit ruby gems @@ -13,7 +13,7 @@ SRC_URI="http://rubyforge.org/frs/download.php/3680/${P}.gem" LICENSE="MIT" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" IUSE="" DEPEND="=dev-lang/ruby-1.8* >=dev-ruby/activesupport-1.0.3" |