diff options
author | Yongxiang Liang <tanekliang@gmail.com> | 2022-03-18 11:44:40 +0000 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-03-22 19:42:59 +0100 |
commit | 554c84d4f7ca4c45809684544851bd44f9a45641 (patch) | |
tree | 16a3499faa83a624453755f4b69ebc9b06708097 /dev-ruby/simplecov-html | |
parent | dev-ruby/simplecov: keyword 0.19.1 for ~riscv (diff) | |
download | gentoo-554c84d4f7ca4c45809684544851bd44f9a45641.tar.gz gentoo-554c84d4f7ca4c45809684544851bd44f9a45641.tar.bz2 gentoo-554c84d4f7ca4c45809684544851bd44f9a45641.zip |
dev-ruby/simplecov-html: keyword 0.12.3 for ~riscv
Signed-off-by: Yongxiang Liang <tanekliang@gmail.com>
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-ruby/simplecov-html')
-rw-r--r-- | dev-ruby/simplecov-html/simplecov-html-0.12.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/simplecov-html/simplecov-html-0.12.3.ebuild b/dev-ruby/simplecov-html/simplecov-html-0.12.3.ebuild index d705ee81a73f..bce2d4784082 100644 --- a/dev-ruby/simplecov-html/simplecov-html-0.12.3.ebuild +++ b/dev-ruby/simplecov-html/simplecov-html-0.12.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,6 +18,6 @@ DESCRIPTION="Generates a HTML report of your SimpleCov ruby code coverage result HOMEPAGE="https://github.com/colszowka/simplecov" LICENSE="MIT" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~riscv" SLOT="$(ver_cut 1-2)" IUSE="doc" |