diff options
author | 2021-09-18 09:57:06 +0200 | |
---|---|---|
committer | 2021-09-18 09:57:06 +0200 | |
commit | 53c0388204b6697bd88e01549eb9efa83c659744 (patch) | |
tree | 510458c61d943543563a554c0903b471d209f482 /dev-ruby/activerecord | |
parent | dev-ruby/capybara: amd64 stable (diff) | |
download | gentoo-53c0388204b6697bd88e01549eb9efa83c659744.tar.gz gentoo-53c0388204b6697bd88e01549eb9efa83c659744.tar.bz2 gentoo-53c0388204b6697bd88e01549eb9efa83c659744.zip |
dev-ruby/activerecord: amd64 stable
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/activerecord')
-rw-r--r-- | dev-ruby/activerecord/activerecord-6.0.4.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/activerecord/activerecord-6.0.4.1.ebuild b/dev-ruby/activerecord/activerecord-6.0.4.1.ebuild index d0489094f856..44c4dbac052f 100644 --- a/dev-ruby/activerecord/activerecord-6.0.4.1.ebuild +++ b/dev-ruby/activerecord/activerecord-6.0.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 ~sparc ~x86" IUSE="mysql postgres sqlite" RUBY_S="rails-${PV}/${PN}" |