diff options
author | Matoro Mahri <matoro_gentoo@matoro.tk> | 2024-07-16 14:24:51 -0400 |
---|---|---|
committer | Viorel Munteanu <ceamac@gentoo.org> | 2024-07-17 07:37:37 +0300 |
commit | e2da00d07f4f93cdf9adbce95b200f6411be2421 (patch) | |
tree | a1ea7e6e34e9d8becb273a807dffee5b7193e1b3 /dev-ruby/connection_pool/connection_pool-2.4.1.ebuild | |
parent | dev-util/cppcheck: Stabilize 2.13.0 x86, #932957 (diff) | |
download | gentoo-e2da00d07f4f93cdf9adbce95b200f6411be2421.tar.gz gentoo-e2da00d07f4f93cdf9adbce95b200f6411be2421.tar.bz2 gentoo-e2da00d07f4f93cdf9adbce95b200f6411be2421.zip |
dev-ruby/connection_pool: Stabilize 2.4.1 sparc, #936084
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Diffstat (limited to 'dev-ruby/connection_pool/connection_pool-2.4.1.ebuild')
-rw-r--r-- | dev-ruby/connection_pool/connection_pool-2.4.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/connection_pool/connection_pool-2.4.1.ebuild b/dev-ruby/connection_pool/connection_pool-2.4.1.ebuild index 1afc72a959b8..4b518270abb3 100644 --- a/dev-ruby/connection_pool/connection_pool-2.4.1.ebuild +++ b/dev-ruby/connection_pool/connection_pool-2.4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -17,7 +17,7 @@ SRC_URI="https://github.com/mperham/connection_pool/archive/v${PV}.tar.gz -> ${P LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 sparc x86" IUSE="" ruby_add_bdepend "test? ( >=dev-ruby/minitest-5 )" |