diff options
author | Hans de Graaff <graaff@gentoo.org> | 2022-06-19 08:59:39 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2022-06-19 08:59:39 +0200 |
commit | 850145398215d34f762171740db77064a27e0a0e (patch) | |
tree | 232327f58e209daa025f9f8e86ebd877130e957b /dev-ruby/activerecord | |
parent | dev-ruby/actionpack: stabilize 6.0.5 for amd64 (diff) | |
download | gentoo-850145398215d34f762171740db77064a27e0a0e.tar.gz gentoo-850145398215d34f762171740db77064a27e0a0e.tar.bz2 gentoo-850145398215d34f762171740db77064a27e0a0e.zip |
dev-ruby/activerecord: stabilize 6.0.5 for amd64
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/activerecord')
-rw-r--r-- | dev-ruby/activerecord/activerecord-6.0.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/activerecord/activerecord-6.0.5.ebuild b/dev-ruby/activerecord/activerecord-6.0.5.ebuild index dea3e73927bc..f17ace1b846c 100644 --- a/dev-ruby/activerecord/activerecord-6.0.5.ebuild +++ b/dev-ruby/activerecord/activerecord-6.0.5.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 ~riscv ~sparc ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" IUSE="mysql postgres sqlite" RUBY_S="rails-${PV}/${PN}" |