diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-09-11 21:11:28 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-09-11 21:11:28 +0300 |
commit | 3290bc4e4104acbe44f3738eba1a2c2df25f2c5b (patch) | |
tree | b1d401a53f9407d7debfa7620a00206f6a76ad4f /dev-ruby/rspec-retry | |
parent | dev-perl/AnyEvent-I3: Keyword 0.190.0 ppc64, #930809 (diff) | |
download | gentoo-3290bc4e4104acbe44f3738eba1a2c2df25f2c5b.tar.gz gentoo-3290bc4e4104acbe44f3738eba1a2c2df25f2c5b.tar.bz2 gentoo-3290bc4e4104acbe44f3738eba1a2c2df25f2c5b.zip |
dev-ruby/rspec-retry: Stabilize 0.6.2 ppc64, #936853
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ruby/rspec-retry')
-rw-r--r-- | dev-ruby/rspec-retry/rspec-retry-0.6.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/rspec-retry/rspec-retry-0.6.2.ebuild b/dev-ruby/rspec-retry/rspec-retry-0.6.2.ebuild index 4d3c3a18ab54..657cfbeaa1b2 100644 --- a/dev-ruby/rspec-retry/rspec-retry-0.6.2.ebuild +++ b/dev-ruby/rspec-retry/rspec-retry-0.6.2.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 @@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/NoRedInk/rspec-retry" 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_rdepend ">=dev-ruby/rspec-core-3.3" |