diff options
author | Fabian Groffen <grobian@gentoo.org> | 2016-05-18 10:57:50 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2016-05-18 11:00:49 +0200 |
commit | aba463ba4ca78d4ca790aadfcc9f869e5cfcb804 (patch) | |
tree | 879dffdc69ad8835ecef7ff827ea04be5fc2822c /dev-ruby/activerecord | |
parent | dev-ruby/activemodel: marked ~amd64-linux (diff) | |
download | gentoo-aba463ba4ca78d4ca790aadfcc9f869e5cfcb804.tar.gz gentoo-aba463ba4ca78d4ca790aadfcc9f869e5cfcb804.tar.bz2 gentoo-aba463ba4ca78d4ca790aadfcc9f869e5cfcb804.zip |
dev-ruby/activerecord: marked ~amd64-linux
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-ruby/activerecord')
-rw-r--r-- | dev-ruby/activerecord/activerecord-4.2.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/activerecord/activerecord-4.2.6.ebuild b/dev-ruby/activerecord/activerecord-4.2.6.ebuild index de9e737bdc2f..44bfce9bb3fb 100644 --- a/dev-ruby/activerecord/activerecord-4.2.6.ebuild +++ b/dev-ruby/activerecord/activerecord-4.2.6.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 ~x86" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux" IUSE="mysql postgres sqlite" RUBY_S="rails-${PV}/${PN}" |