diff options
author | Sam James <sam@gentoo.org> | 2023-06-01 06:26:09 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-01 06:26:09 +0100 |
commit | ae11afe9d84641efcfe4650ffa135d868316b22a (patch) | |
tree | 7f925f815578b245f53d54ced4de3e7dad29d582 /dev-ruby/connection_pool | |
parent | app-portage/mirrorselect: Stabilize 2.3.0-r1 ALLARCHES, #907588 (diff) | |
download | gentoo-ae11afe9d84641efcfe4650ffa135d868316b22a.tar.gz gentoo-ae11afe9d84641efcfe4650ffa135d868316b22a.tar.bz2 gentoo-ae11afe9d84641efcfe4650ffa135d868316b22a.zip |
dev-ruby/connection_pool: Stabilize 2.4.0 ppc, #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 e05395f98a57..93e7f57f0e54 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 )" |