diff options
author | Tom Gall <tgall@gentoo.org> | 2007-03-04 20:40:41 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2007-03-04 20:40:41 +0000 |
commit | adb1742afa07ea50832c38599de1a584fdb32c7e (patch) | |
tree | c9769ffb585d7efa478e8fd2ed2b999d2b70a986 /dev-ruby/activerecord | |
parent | Cleanup. (diff) | |
download | gentoo-2-adb1742afa07ea50832c38599de1a584fdb32c7e.tar.gz gentoo-2-adb1742afa07ea50832c38599de1a584fdb32c7e.tar.bz2 gentoo-2-adb1742afa07ea50832c38599de1a584fdb32c7e.zip |
added ~ppc64
(Portage version: 2.1.2-r9)
Diffstat (limited to 'dev-ruby/activerecord')
-rw-r--r-- | dev-ruby/activerecord/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/activerecord/activerecord-1.15.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog index 38253bfc1cc4..48b7c2af7dda 100644 --- a/dev-ruby/activerecord/ChangeLog +++ b/dev-ruby/activerecord/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/activerecord # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.49 2007/02/11 20:20:07 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.50 2007/03/04 20:40:41 tgall Exp $ + + 04 Mar 2007; Tom Gall <tgall@gentoo.org> activerecord-1.15.2.ebuild: + added ~ppc64 *activerecord-1.15.2 (11 Feb 2007) diff --git a/dev-ruby/activerecord/activerecord-1.15.2.ebuild b/dev-ruby/activerecord/activerecord-1.15.2.ebuild index 331a87df62c1..1acd96a09114 100644 --- a/dev-ruby/activerecord/activerecord-1.15.2.ebuild +++ b/dev-ruby/activerecord/activerecord-1.15.2.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-ruby/activerecord/activerecord-1.15.2.ebuild,v 1.1 2007/02/11 20:20:07 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-1.15.2.ebuild,v 1.2 2007/03/04 20:40:41 tgall Exp $ inherit ruby gems @@ -11,7 +11,7 @@ SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" LICENSE="MIT" SLOT="1.2" -KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" RESTRICT="test" |