diff options
author | 2024-07-12 11:45:15 -0400 | |
---|---|---|
committer | 2024-07-15 01:47:24 -0400 | |
commit | fa69ed76a42289d6836dd9424eed66427db16b99 (patch) | |
tree | b64c8be6203e5f87976639d7f02124519701605b /dev-ruby | |
parent | app-emulation/wine-staging: drop obsolete QA_FLAGS_IGNORED (diff) | |
download | gentoo-fa69ed76a42289d6836dd9424eed66427db16b99.tar.gz gentoo-fa69ed76a42289d6836dd9424eed66427db16b99.tar.bz2 gentoo-fa69ed76a42289d6836dd9424eed66427db16b99.zip |
dev-ruby/maxitest: Stabilize 5.5.0 arm, #932701
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/maxitest/maxitest-5.5.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/maxitest/maxitest-5.5.0.ebuild b/dev-ruby/maxitest/maxitest-5.5.0.ebuild index 79c9eb8c9ccf..d3b24d42bc42 100644 --- a/dev-ruby/maxitest/maxitest-5.5.0.ebuild +++ b/dev-ruby/maxitest/maxitest-5.5.0.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://github.com/grosser/maxitest/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="MIT" SLOT="1" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~amd64 arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" IUSE="test" ruby_add_rdepend ">=dev-ruby/minitest-5.14.0:* <dev-ruby/minitest-5.24.0:*" |