diff options
author | Hans de Graaff <graaff@gentoo.org> | 2016-02-16 21:38:41 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2016-02-16 22:13:12 +0100 |
commit | c1cabb36646ae3dbc63c88272301b719b209f11f (patch) | |
tree | 81eeae324a7a7fbfb666d7e97e7c9e3163212493 | |
parent | dev-ruby/actionview: keyword ~x86, bug 569038 (diff) | |
download | gentoo-c1cabb36646ae3dbc63c88272301b719b209f11f.tar.gz gentoo-c1cabb36646ae3dbc63c88272301b719b209f11f.tar.bz2 gentoo-c1cabb36646ae3dbc63c88272301b719b209f11f.zip |
dev-ruby/activerecord: keyword ~x86, bug 569038
Package-Manager: portage-2.2.26
-rw-r--r-- | dev-ruby/activerecord/activerecord-4.2.5.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/activerecord/activerecord-4.2.5.1.ebuild b/dev-ruby/activerecord/activerecord-4.2.5.1.ebuild index a347afbd897d..de9e737bdc2f 100644 --- a/dev-ruby/activerecord/activerecord-4.2.5.1.ebuild +++ b/dev-ruby/activerecord/activerecord-4.2.5.1.ebuild @@ -21,7 +21,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz LICENSE="MIT" SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" IUSE="mysql postgres sqlite" RUBY_S="rails-${PV}/${PN}" |