diff options
author | Yongxiang Liang <tanekliang@gmail.com> | 2021-11-05 10:17:55 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2021-11-08 10:48:16 +0800 |
commit | e6606941c56b7cfdc69859ec6bbe027097e29d36 (patch) | |
tree | 60c0a17c0634c41cbdf58116a8bc9558cb9d535b /dev-ruby/activerecord | |
parent | dev-ruby/activemodel: keyword ~riscv (diff) | |
download | gentoo-e6606941c56b7cfdc69859ec6bbe027097e29d36.tar.gz gentoo-e6606941c56b7cfdc69859ec6bbe027097e29d36.tar.bz2 gentoo-e6606941c56b7cfdc69859ec6bbe027097e29d36.zip |
dev-ruby/activerecord: keyword ~riscv
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang <tanekliang@gmail.com>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'dev-ruby/activerecord')
-rw-r--r-- | dev-ruby/activerecord/activerecord-6.1.4.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/activerecord/activerecord-6.1.4.1.ebuild b/dev-ruby/activerecord/activerecord-6.1.4.1.ebuild index a1ef44206920..8714a9a790c5 100644 --- a/dev-ruby/activerecord/activerecord-6.1.4.1.ebuild +++ b/dev-ruby/activerecord/activerecord-6.1.4.1.ebuild @@ -22,7 +22,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz LICENSE="MIT" SLOT="$(ver_cut 1-2)" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" IUSE="mysql postgres sqlite" RUBY_S="rails-${PV}/${PN}" |