diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2023-09-09 21:41:10 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2023-09-09 21:42:33 -0700 |
commit | 3d054e236f706394585bc5db0eb7e58a626b2925 (patch) | |
tree | 9e32ee55face734e34b7e95df7e79b34606b9e00 /dev-ruby | |
parent | dev-ruby/simplecov_json_formatter: builds on x86 (diff) | |
download | gentoo-3d054e236f706394585bc5db0eb7e58a626b2925.tar.gz gentoo-3d054e236f706394585bc5db0eb7e58a626b2925.tar.bz2 gentoo-3d054e236f706394585bc5db0eb7e58a626b2925.zip |
dev-ruby/simplecov: test passes on x86
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/simplecov/simplecov-0.22.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |