diff options
author | Sam James <sam@gentoo.org> | 2024-06-25 04:50:24 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-25 04:50:24 +0100 |
commit | 3f9594ff70562587373971cb841d7baa8cdea6a9 (patch) | |
tree | 3a3ca39929bb911b0a1706de03dc39d720a70d36 /dev-ruby/simplecov_json_formatter | |
parent | dev-ruby/simplecov-html: Stabilize 0.12.3-r1 x86, #934317 (diff) | |
download | gentoo-3f9594ff70562587373971cb841d7baa8cdea6a9.tar.gz gentoo-3f9594ff70562587373971cb841d7baa8cdea6a9.tar.bz2 gentoo-3f9594ff70562587373971cb841d7baa8cdea6a9.zip |
dev-ruby/simplecov_json_formatter: Stabilize 0.1.4 x86, #934317
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/simplecov_json_formatter')
-rw-r--r-- | dev-ruby/simplecov_json_formatter/simplecov_json_formatter-0.1.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/simplecov_json_formatter/simplecov_json_formatter-0.1.4.ebuild b/dev-ruby/simplecov_json_formatter/simplecov_json_formatter-0.1.4.ebuild index 7ca5c11b4f4c..d2cac20f8e21 100644 --- a/dev-ruby/simplecov_json_formatter/simplecov_json_formatter-0.1.4.ebuild +++ b/dev-ruby/simplecov_json_formatter/simplecov_json_formatter-0.1.4.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 @@ -14,7 +14,7 @@ DESCRIPTION="JSON formatter for SimpleCov" HOMEPAGE="https://github.com/codeclimate-community/simplecov_json_formatter" LICENSE="MIT" -KEYWORDS="~amd64 ~arm64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm64 ~riscv x86" SLOT="$(ver_cut 1)" IUSE="doc" |