diff options
author | 2023-04-12 21:31:12 +0300 | |
---|---|---|
committer | 2023-04-12 21:31:12 +0300 | |
commit | 9d390a5089015cc9e9a28ea2b9adef2bc7d9d5cf (patch) | |
tree | cd5dd32f5066bfd7d7ef19b855d9fa45510b4377 /dev-ruby/connection_pool/connection_pool-2.3.0.ebuild | |
parent | sci-libs/caffe2: to build with gcc-13 (diff) | |
download | gentoo-9d390a5089015cc9e9a28ea2b9adef2bc7d9d5cf.tar.gz gentoo-9d390a5089015cc9e9a28ea2b9adef2bc7d9d5cf.tar.bz2 gentoo-9d390a5089015cc9e9a28ea2b9adef2bc7d9d5cf.zip |
dev-ruby/connection_pool: Stabilize 2.3.0 amd64, #904204
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ruby/connection_pool/connection_pool-2.3.0.ebuild')
-rw-r--r-- | dev-ruby/connection_pool/connection_pool-2.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/connection_pool/connection_pool-2.3.0.ebuild b/dev-ruby/connection_pool/connection_pool-2.3.0.ebuild index 973014e7d7cf..9937d3537269 100644 --- a/dev-ruby/connection_pool/connection_pool-2.3.0.ebuild +++ b/dev-ruby/connection_pool/connection_pool-2.3.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 )" |