diff options
author | Thomas Cort <tcort@gentoo.org> | 2006-08-09 20:50:13 +0000 |
---|---|---|
committer | Thomas Cort <tcort@gentoo.org> | 2006-08-09 20:50:13 +0000 |
commit | d6c0a21a69494f42714c66fc20e6f7bed63f91cf (patch) | |
tree | 6bb3f2b3838e54ec4dda96421eb2a0e35acc7c58 /dev-ruby | |
parent | Stable on amd64. (diff) | |
download | gentoo-2-d6c0a21a69494f42714c66fc20e6f7bed63f91cf.tar.gz gentoo-2-d6c0a21a69494f42714c66fc20e6f7bed63f91cf.tar.bz2 gentoo-2-d6c0a21a69494f42714c66fc20e6f7bed63f91cf.zip |
Stable on amd64.
(Portage version: 2.1-r1)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/activerecord/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/activerecord/activerecord-1.14.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog index 1fbf6b2993c8..0bb16253acab 100644 --- a/dev-ruby/activerecord/ChangeLog +++ b/dev-ruby/activerecord/ChangeLog @@ -1,6 +1,9 @@ # 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.41 2006/08/09 19:46:52 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.42 2006/08/09 20:50:13 tcort Exp $ + + 09 Aug 2006; Thomas Cort <tcort@gentoo.org> activerecord-1.14.4.ebuild: + Stable on amd64. 09 Aug 2006; Tobias Scherbaum <dertobi123@gentoo.org> activerecord-1.14.4.ebuild: diff --git a/dev-ruby/activerecord/activerecord-1.14.4.ebuild b/dev-ruby/activerecord/activerecord-1.14.4.ebuild index bd03f6c5a7d2..d21ad58b4cf2 100644 --- a/dev-ruby/activerecord/activerecord-1.14.4.ebuild +++ b/dev-ruby/activerecord/activerecord-1.14.4.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.4.ebuild,v 1.2 2006/08/09 19:46:52 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-1.14.4.ebuild,v 1.3 2006/08/09 20:50:13 tcort 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" |