diff options
author | Fabian Groffen <grobian@gentoo.org> | 2017-09-13 15:36:52 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2017-09-13 15:42:30 +0200 |
commit | 5f3f2678c3533f5b24b9e6e5602d95cf2579e779 (patch) | |
tree | 8069afad4b69aa8f4abab00c4010df9dd62b8cbb /dev-ruby/activerecord | |
parent | dev-ruby/actionmailer: marked ~ppc64 (diff) | |
download | gentoo-5f3f2678c3533f5b24b9e6e5602d95cf2579e779.tar.gz gentoo-5f3f2678c3533f5b24b9e6e5602d95cf2579e779.tar.bz2 gentoo-5f3f2678c3533f5b24b9e6e5602d95cf2579e779.zip |
dev-ruby/activerecord: marked ~ppc64
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'dev-ruby/activerecord')
-rw-r--r-- | dev-ruby/activerecord/activerecord-5.1.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/activerecord/activerecord-5.1.4.ebuild b/dev-ruby/activerecord/activerecord-5.1.4.ebuild index 2a8c65398879..691867163803 100644 --- a/dev-ruby/activerecord/activerecord-5.1.4.ebuild +++ b/dev-ruby/activerecord/activerecord-5.1.4.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 ~arm ~arm64 ~amd64-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~amd64-linux" IUSE="mysql postgres sqlite" RUBY_S="rails-${PV}/${PN}" |