diff options
author | Joshua Jackson <tsunam@gentoo.org> | 2006-05-16 05:05:58 +0000 |
---|---|---|
committer | Joshua Jackson <tsunam@gentoo.org> | 2006-05-16 05:05:58 +0000 |
commit | d2dedad50f6f15ca411dbca3ef8497a200d8901f (patch) | |
tree | 19f494905a5bb7367629f30cac534f39fa5181c5 /dev-ruby/activerecord | |
parent | x86 Stable; Falling on my butt trying to ride the rails (diff) | |
download | gentoo-2-d2dedad50f6f15ca411dbca3ef8497a200d8901f.tar.gz gentoo-2-d2dedad50f6f15ca411dbca3ef8497a200d8901f.tar.bz2 gentoo-2-d2dedad50f6f15ca411dbca3ef8497a200d8901f.zip |
x86 stable; don't land on the rails wrong, it hurts
(Portage version: 2.1_rc1-r2)
Diffstat (limited to 'dev-ruby/activerecord')
-rw-r--r-- | dev-ruby/activerecord/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/activerecord/activerecord-1.14.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog index f5851c201687..057d2251203c 100644 --- a/dev-ruby/activerecord/ChangeLog +++ b/dev-ruby/activerecord/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/activerecord # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.30 2006/05/11 13:07:55 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.31 2006/05/16 05:05:58 tsunam Exp $ + + 16 May 2006; Joshua Jackson <tsunam@gentoo.org> + activerecord-1.14.2.ebuild: + stable x86; rails requirement bug #133003 11 May 2006; Ferris McCormick <fmccor@gentoo.org> activerecord-1.14.2.ebuild: diff --git a/dev-ruby/activerecord/activerecord-1.14.2.ebuild b/dev-ruby/activerecord/activerecord-1.14.2.ebuild index 8ec337b179f5..e6a9a119b28a 100644 --- a/dev-ruby/activerecord/activerecord-1.14.2.ebuild +++ b/dev-ruby/activerecord/activerecord-1.14.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-1.14.2.ebuild,v 1.3 2006/05/11 13:07:55 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-1.14.2.ebuild,v 1.4 2006/05/16 05:05:58 tsunam Exp $ inherit ruby gems @@ -13,7 +13,7 @@ SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" LICENSE="MIT" SLOT="1.1" -KEYWORDS="~amd64 ~ia64 ~ppc sparc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~ia64 ~ppc sparc x86 ~x86-fbsd" IUSE="" RESTRICT="test" |