commit: 3d054e236f706394585bc5db0eb7e58a626b2925 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> AuthorDate: Sun Sep 10 04:41:10 2023 +0000 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> CommitDate: Sun Sep 10 04:42:33 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d054e23
dev-ruby/simplecov: test passes on x86 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org> dev-ruby/simplecov/simplecov-0.22.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/simplecov/simplecov-0.22.0.ebuild b/dev-ruby/simplecov/simplecov-0.22.0.ebuild index e08230f54aeb..4e6e691949f8 100644 --- a/dev-ruby/simplecov/simplecov-0.22.0.ebuild +++ b/dev-ruby/simplecov/simplecov-0.22.0.ebuild @@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/simplecov-ruby/simplecov" SRC_URI="https://github.com/simplecov-ruby/simplecov/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" -KEYWORDS="~amd64 ~riscv" +KEYWORDS="~amd64 ~riscv ~x86" SLOT="0.8" IUSE="doc"
