diff options
author | Sam James <sam@gentoo.org> | 2023-06-01 06:00:37 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-01 06:00:37 +0100 |
commit | 4bf649f189c978e0aba71955218b686151279bf0 (patch) | |
tree | 4b7712982b64c73758321fe0f4ea204d9c3cfd5e /dev-ruby/connection_pool | |
parent | dev-ruby/connection_pool: Stabilize 2.4.0 arm, #907515 (diff) | |
download | gentoo-4bf649f189c978e0aba71955218b686151279bf0.tar.gz gentoo-4bf649f189c978e0aba71955218b686151279bf0.tar.bz2 gentoo-4bf649f189c978e0aba71955218b686151279bf0.zip |
dev-ruby/connection_pool: Stabilize 2.4.0 amd64, #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 c2742e7b7f0b..22564817c09e 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 )" |