diff options
author | Hans de Graaff <graaff@gentoo.org> | 2023-07-01 12:19:58 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2023-07-01 12:19:58 +0200 |
commit | a0f0bf61f887e53b1e47e0b6e2596a8ca9c8fb15 (patch) | |
tree | 0ad6652b51529f3eb22e5608ad9f60f6959393f8 /dev-ruby/activerecord | |
parent | dev-ruby/railties: stabilize 6.1.7.4 for amd64 (diff) | |
download | gentoo-a0f0bf61f887e53b1e47e0b6e2596a8ca9c8fb15.tar.gz gentoo-a0f0bf61f887e53b1e47e0b6e2596a8ca9c8fb15.tar.bz2 gentoo-a0f0bf61f887e53b1e47e0b6e2596a8ca9c8fb15.zip |
dev-ruby/activerecord: stabilize 6.1.7.4 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.1.7.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/activerecord/activerecord-6.1.7.4.ebuild b/dev-ruby/activerecord/activerecord-6.1.7.4.ebuild index 727b783fb208..8ff5365b8c24 100644 --- a/dev-ruby/activerecord/activerecord-6.1.7.4.ebuild +++ b/dev-ruby/activerecord/activerecord-6.1.7.4.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}" |