diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2023-09-09 21:40:03 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2023-09-09 21:42:33 -0700 |
commit | bf8e3eabc0dfcd58c84157791d651ebc70060420 (patch) | |
tree | 1aee6ae59910e0b19594a5f8b7dc591fc3598a55 /dev-ruby/simplecov-html | |
parent | dev-ruby/docile: works on x86 (diff) | |
download | gentoo-bf8e3eabc0dfcd58c84157791d651ebc70060420.tar.gz gentoo-bf8e3eabc0dfcd58c84157791d651ebc70060420.tar.bz2 gentoo-bf8e3eabc0dfcd58c84157791d651ebc70060420.zip |
dev-ruby/simplecov-html: builds on x86
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'dev-ruby/simplecov-html')
-rw-r--r-- | dev-ruby/simplecov-html/simplecov-html-0.12.3-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/simplecov-html/simplecov-html-0.12.3-r1.ebuild b/dev-ruby/simplecov-html/simplecov-html-0.12.3-r1.ebuild index 17b4a881fc54..9fd69f2b7392 100644 --- a/dev-ruby/simplecov-html/simplecov-html-0.12.3-r1.ebuild +++ b/dev-ruby/simplecov-html/simplecov-html-0.12.3-r1.ebuild @@ -18,6 +18,6 @@ DESCRIPTION="Generates a HTML report of your SimpleCov ruby code coverage result HOMEPAGE="https://github.com/simplecov-ruby/simplecov-html" LICENSE="MIT" -KEYWORDS="~amd64 ~riscv" +KEYWORDS="~amd64 ~riscv ~x86" SLOT="$(ver_cut 1-2)" IUSE="doc" |