diff options
author | Sam James <sam@gentoo.org> | 2024-06-25 04:50:23 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-25 04:50:23 +0100 |
commit | 6fcb27e27ead0e4cbc44c79e6b6035b0dd496782 (patch) | |
tree | fbdc28ccb7e7ec25e08d8dbb028b7562ccc092e7 /dev-ruby/simplecov-html | |
parent | sys-apps/pv: add 1.8.10 (diff) | |
download | gentoo-6fcb27e27ead0e4cbc44c79e6b6035b0dd496782.tar.gz gentoo-6fcb27e27ead0e4cbc44c79e6b6035b0dd496782.tar.bz2 gentoo-6fcb27e27ead0e4cbc44c79e6b6035b0dd496782.zip |
dev-ruby/simplecov-html: Stabilize 0.12.3-r1 x86, #934317
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 | 4 |
1 files changed, 2 insertions, 2 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 909e1f573bcd..6d137e697d89 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 @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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" |