diff options
author | Sam James <sam@gentoo.org> | 2023-06-01 06:00:36 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-01 06:00:36 +0100 |
commit | 164222d7d3f5bc252b32b6c7e5adc1e93abe479e (patch) | |
tree | 1d5dcca7ece5b8c30bfb4f80e5437c5e1f59db77 /dev-ruby/connection_pool | |
parent | dev-ruby/connection_pool: Stabilize 2.4.0 x86, #907515 (diff) | |
download | gentoo-164222d7d3f5bc252b32b6c7e5adc1e93abe479e.tar.gz gentoo-164222d7d3f5bc252b32b6c7e5adc1e93abe479e.tar.bz2 gentoo-164222d7d3f5bc252b32b6c7e5adc1e93abe479e.zip |
dev-ruby/connection_pool: Stabilize 2.4.0 arm, #907515
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/connection_pool')
-rw-r--r-- | dev-ruby/connection_pool/connection_pool-2.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/connection_pool/connection_pool-2.4.0.ebuild b/dev-ruby/connection_pool/connection_pool-2.4.0.ebuild index c18b3d5a3fb1..c2742e7b7f0b 100644 --- a/dev-ruby/connection_pool/connection_pool-2.4.0.ebuild +++ b/dev-ruby/connection_pool/connection_pool-2.4.0.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://github.com/mperham/connection_pool/archive/v${PV}.tar.gz -> ${P LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc x86" +KEYWORDS="~amd64 arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc x86" IUSE="" ruby_add_bdepend "test? ( >=dev-ruby/minitest-5 )" |