diff options
author | Markus Meier <maekke@gentoo.org> | 2017-07-24 19:49:46 +0200 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2017-07-24 19:49:46 +0200 |
commit | ec915fb5aee0b0e3d8000f68ea087fdfb546c991 (patch) | |
tree | 34de63d8a3926306926bbebce706136124294e26 /dev-ruby/activerecord | |
parent | dev-ruby/actionmailer: add ~arm, bug #624234 (diff) | |
download | gentoo-ec915fb5aee0b0e3d8000f68ea087fdfb546c991.tar.gz gentoo-ec915fb5aee0b0e3d8000f68ea087fdfb546c991.tar.bz2 gentoo-ec915fb5aee0b0e3d8000f68ea087fdfb546c991.zip |
dev-ruby/activerecord: add ~arm, bug #624234
Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"
Diffstat (limited to 'dev-ruby/activerecord')
-rw-r--r-- | dev-ruby/activerecord/activerecord-5.1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/activerecord/activerecord-5.1.2.ebuild b/dev-ruby/activerecord/activerecord-5.1.2.ebuild index 9ae2715b10dc..2a8c65398879 100644 --- a/dev-ruby/activerecord/activerecord-5.1.2.ebuild +++ b/dev-ruby/activerecord/activerecord-5.1.2.ebuild @@ -22,7 +22,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 ~arm64 ~amd64-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~amd64-linux" IUSE="mysql postgres sqlite" RUBY_S="rails-${PV}/${PN}" |