diff options
author | Hans de Graaff <graaff@gentoo.org> | 2024-08-09 11:53:20 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2024-08-09 11:55:29 +0200 |
commit | ca6af8f19dc88c8d53c60f0c7cd3548773013126 (patch) | |
tree | 8b6090a7dc59825477ed8e8c085f7871cc064ad6 /dev-ruby | |
parent | dev-ruby/activemodel: stabilize 6.1.7.7 for amd64 (diff) | |
download | gentoo-ca6af8f19dc88c8d53c60f0c7cd3548773013126.tar.gz gentoo-ca6af8f19dc88c8d53c60f0c7cd3548773013126.tar.bz2 gentoo-ca6af8f19dc88c8d53c60f0c7cd3548773013126.zip |
dev-ruby/activerecord: stabilize 6.1.7.7 for amd64
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/activerecord/activerecord-6.1.7.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/activerecord/activerecord-6.1.7.7.ebuild b/dev-ruby/activerecord/activerecord-6.1.7.7.ebuild index f6fed32081fc..eadbf5982b16 100644 --- a/dev-ruby/activerecord/activerecord-6.1.7.7.ebuild +++ b/dev-ruby/activerecord/activerecord-6.1.7.7.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}" |