diff options
author | 2024-10-30 11:07:21 +0000 | |
---|---|---|
committer | 2024-10-30 11:07:21 +0000 | |
commit | 2e8f493811b892e47f68b2b5d94e7597d2f2cf4c (patch) | |
tree | 3b9c4871b77314f0f3f1b8e2e809d3fff59cb8f0 /dev-ruby/activesupport | |
parent | dev-ruby/base64: Stabilize 0.2.0 sparc, #942504 (diff) | |
download | gentoo-2e8f493811b892e47f68b2b5d94e7597d2f2cf4c.tar.gz gentoo-2e8f493811b892e47f68b2b5d94e7597d2f2cf4c.tar.bz2 gentoo-2e8f493811b892e47f68b2b5d94e7597d2f2cf4c.zip |
dev-ruby/activesupport: Stabilize 7.1.4.2 amd64, #942504
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/activesupport')
-rw-r--r-- | dev-ruby/activesupport/activesupport-7.1.4.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/activesupport/activesupport-7.1.4.2.ebuild b/dev-ruby/activesupport/activesupport-7.1.4.2.ebuild index 4cc243a60b90..3f33a1d0e114 100644 --- a/dev-ruby/activesupport/activesupport-7.1.4.2.ebuild +++ b/dev-ruby/activesupport/activesupport-7.1.4.2.ebuild @@ -19,7 +19,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz LICENSE="MIT" SLOT="$(ver_cut 1-2)" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 sparc ~x86" IUSE="+msgpack test" REQUIRED_USE="test? ( msgpack )" |