diff options
author | Sam James <sam@gentoo.org> | 2023-04-12 03:35:33 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-12 03:35:33 +0100 |
commit | 5dd9b1c661ec4dc70a26f338e0147dcf9f938326 (patch) | |
tree | dc3c850fe41aff58d2e2943bf03bb56f5f10a07d /dev-ruby/connection_pool | |
parent | dev-ruby/connection_pool: Stabilize 2.3.0 arm, #904204 (diff) | |
download | gentoo-5dd9b1c661ec4dc70a26f338e0147dcf9f938326.tar.gz gentoo-5dd9b1c661ec4dc70a26f338e0147dcf9f938326.tar.bz2 gentoo-5dd9b1c661ec4dc70a26f338e0147dcf9f938326.zip |
dev-ruby/connection_pool: Stabilize 2.3.0 arm64, #904204
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.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 aeb6ccf7412e..9e43e6a8763b 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 )" |