diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-12-31 20:58:55 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-12-31 20:58:55 +0000 |
commit | 4cca61fb3cf0c95e7cfd82c75f45f3861b23fa0f (patch) | |
tree | 72e64413d7e2eda9200a0a942795b80fff46356d /dev-ruby/activerecord | |
parent | Add Prefix keywords, bug #396547 (diff) | |
download | gentoo-2-4cca61fb3cf0c95e7cfd82c75f45f3861b23fa0f.tar.gz gentoo-2-4cca61fb3cf0c95e7cfd82c75f45f3861b23fa0f.tar.bz2 gentoo-2-4cca61fb3cf0c95e7cfd82c75f45f3861b23fa0f.zip |
Add Prefix keywords, bug #396547
(Portage version: 2.2.01.20048-prefix/cvs/Darwin i386)
Diffstat (limited to 'dev-ruby/activerecord')
-rw-r--r-- | dev-ruby/activerecord/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/activerecord/activerecord-3.1.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog index d12f61be34ba..d7f8f3889358 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.176 2011/12/30 19:46:56 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.177 2011/12/31 20:58:55 grobian Exp $ + + 31 Dec 2011; Fabian Groffen <grobian@gentoo.org> activerecord-3.1.3.ebuild: + Add Prefix keywords, bug #396547 *activerecord-3.1.3 (30 Dec 2011) diff --git a/dev-ruby/activerecord/activerecord-3.1.3.ebuild b/dev-ruby/activerecord/activerecord-3.1.3.ebuild index a51dbf6bcfa5..5d706df27162 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 # 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.1 2011/12/30 19:46:56 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-3.1.3.ebuild,v 1.2 2011/12/31 20:58:55 grobian 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" +KEYWORDS="~amd64 ~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" |