diff options
author | 2011-12-31 20:58:55 +0000 | |
---|---|---|
committer | 2011-12-31 20:58:55 +0000 | |
commit | 4cca61fb3cf0c95e7cfd82c75f45f3861b23fa0f (patch) | |
tree | 72e64413d7e2eda9200a0a942795b80fff46356d /dev-ruby/activerecord/activerecord-3.1.3.ebuild | |
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/activerecord-3.1.3.ebuild')
-rw-r--r-- | dev-ruby/activerecord/activerecord-3.1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |