diff options
author | Sam James <sam@gentoo.org> | 2024-06-25 04:51:24 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-25 04:51:24 +0100 |
commit | dba2c38b8a942c658cbbe1dad5dc15bbc0fa26d2 (patch) | |
tree | d001f20de7a5a6f1c2dd46f313bfefc4f296c31e /dev-ruby/simplecov-html/simplecov-html-0.12.3-r1.ebuild | |
parent | dev-ruby/facter: Stabilize 4.7.0 x86, #934317 (diff) | |
download | gentoo-dba2c38b8a942c658cbbe1dad5dc15bbc0fa26d2.tar.gz gentoo-dba2c38b8a942c658cbbe1dad5dc15bbc0fa26d2.tar.bz2 gentoo-dba2c38b8a942c658cbbe1dad5dc15bbc0fa26d2.zip |
dev-ruby/simplecov-html: Stabilize 0.12.3-r1 amd64, #934317
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/simplecov-html/simplecov-html-0.12.3-r1.ebuild')
-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 6d137e697d89..18ad6a46c666 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 ~arm64 ~riscv x86" +KEYWORDS="amd64 ~arm64 ~riscv x86" SLOT="$(ver_cut 1-2)" IUSE="doc" |