diff options
author | Sam James <sam@gentoo.org> | 2023-09-10 15:26:53 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-09-10 15:26:53 +0100 |
commit | 569026338413825cc7a8f87123d36c30eabf4821 (patch) | |
tree | c3447531f8a56d46fb44349d530d2b3db7d3d25b /dev-ruby/simplecov-html | |
parent | dev-ruby/simplecov: Keyword 0.22.0 arm64, #913930 (diff) | |
download | gentoo-569026338413825cc7a8f87123d36c30eabf4821.tar.gz gentoo-569026338413825cc7a8f87123d36c30eabf4821.tar.bz2 gentoo-569026338413825cc7a8f87123d36c30eabf4821.zip |
dev-ruby/simplecov-html: Keyword 0.12.3-r1 arm64, #913930
Signed-off-by: Sam James <sam@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 9fd69f2b7392..4fa6428ac43c 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 ~x86" +KEYWORDS="~amd64 ~arm64 ~riscv ~x86" SLOT="$(ver_cut 1-2)" IUSE="doc" |