diff options
author | Brent Baude <ranger@gentoo.org> | 2012-03-11 14:09:53 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2012-03-11 14:09:53 +0000 |
commit | 4b487a4366cd84fc0248b24fdd35bc881af8fd06 (patch) | |
tree | 579c0cf3bcdab0a97633ea74bb725216d5482e69 /dev-ruby/activerecord | |
parent | Marking activemodel-3.1.3 ~ppc64 for bug 396547 (diff) | |
download | gentoo-2-4b487a4366cd84fc0248b24fdd35bc881af8fd06.tar.gz gentoo-2-4b487a4366cd84fc0248b24fdd35bc881af8fd06.tar.bz2 gentoo-2-4b487a4366cd84fc0248b24fdd35bc881af8fd06.zip |
Marking activerecord-3.1.3 ~ppc64 for bug 396547
(Portage version: 2.1.10.11/cvs/Linux ppc64)
Diffstat (limited to 'dev-ruby/activerecord')
-rw-r--r-- | dev-ruby/activerecord/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/activerecord/activerecord-3.1.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog index d7f8f3889358..3fdf5d82896c 100644 --- a/dev-ruby/activerecord/ChangeLog +++ b/dev-ruby/activerecord/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/activerecord -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.177 2011/12/31 20:58:55 grobian Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.178 2012/03/11 14:09:53 ranger Exp $ + + 11 Mar 2012; Brent Baude <ranger@gentoo.org> activerecord-3.1.3.ebuild: + Marking activerecord-3.1.3 ~ppc64 for bug 396547 31 Dec 2011; Fabian Groffen <grobian@gentoo.org> activerecord-3.1.3.ebuild: Add Prefix keywords, bug #396547 diff --git a/dev-ruby/activerecord/activerecord-3.1.3.ebuild b/dev-ruby/activerecord/activerecord-3.1.3.ebuild index 5d706df27162..c790c4f42dcb 100644 --- a/dev-ruby/activerecord/activerecord-3.1.3.ebuild +++ b/dev-ruby/activerecord/activerecord-3.1.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-3.1.3.ebuild,v 1.2 2011/12/31 20:58:55 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-3.1.3.ebuild,v 1.3 2012/03/11 14:09:53 ranger Exp $ EAPI=4 USE_RUBY="ruby18 ruby19 ree18" @@ -21,7 +21,7 @@ SRC_URI="http://github.com/rails/rails/tarball/v${PV} -> rails-${PV}.tgz" LICENSE="MIT" SLOT="3.1" -KEYWORDS="~amd64 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="mysql postgres sqlite3" RUBY_S="rails-rails-*/activerecord" |