diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-06-26 00:12:24 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-06-26 00:12:24 +0100 |
commit | 9f6a82a85d400d6ae7de04c43cee88dbc6bc4da0 (patch) | |
tree | 2d53ee03e360a9c66a5d8dd8986eee286514336b /dev-ruby/simplecov-html | |
parent | 996a2bda06cb164877d5d952774a6db1b271c2f3 (diff) |
gentoo auto-resync : 26:06:2024 - 00:12:24
Diffstat (limited to 'dev-ruby/simplecov-html')
-rw-r--r-- | dev-ruby/simplecov-html/Manifest | 2 | ||||
-rw-r--r-- | dev-ruby/simplecov-html/simplecov-html-0.12.3-r1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/simplecov-html/Manifest b/dev-ruby/simplecov-html/Manifest index aa561a4b020c..a6299bc12482 100644 --- a/dev-ruby/simplecov-html/Manifest +++ b/dev-ruby/simplecov-html/Manifest @@ -1,3 +1,3 @@ DIST simplecov-html-0.12.3.gem 336896 BLAKE2B 94cfbae7085163ba714b2bdf14b7c5eb1a4bc5fcf39d7e99689d74bb1e693d5b534ca067ba5609f6cfecdba64667dc514b4f5dede020aea176ae2328d1806ea0 SHA512 7fd6dad02b16f512d7fb859f62e5e8bd0a277af103c7829143795ccae60a9a057c323728ac36a1c42dbd143a2f0d175648f6e223e6e7e3e6394a52491d3733af -EBUILD simplecov-html-0.12.3-r1.ebuild 557 BLAKE2B bb38fbb1400458ed5b2c5e66d8b4ed827add15c12f4aa6ca1a0c089e3352fff93158df23bf7a91bc4e7d167d37086d767005156d5012d824d1c4dfe7068008a8 SHA512 43580f5521cdce97fa1672e711654bac205cf9544c0542380f3854596cd3bcd9e15bc5693e47f4ef15f54cba3bcc4b880bc0ab78f6fc023adc7068ae3e7c8b08 +EBUILD simplecov-html-0.12.3-r1.ebuild 555 BLAKE2B ef613bccfddd9048da00b3d69623ec50f754dc82f49020401c4957017701fda459e4f658605ef9649574f3fb1d33a802a024f9cb8ac6ae92473d3ac46a31e4fd SHA512 e03b60af9321d7aa60a56935e131dbc5240432981a4a4a0cc2971882f820ee12f3366e35e2ab9c120e9bd2564f642995f8ba2b3f94389a7cc7df0015caeae806 MISC metadata.xml 409 BLAKE2B 65819dbc7c2f3a15b73e8a1e4117069d6ac4d3527c3cfecec29706f17268bab4baa99d5a9de6da5bd0e978c6ec928c4910af838aae3da105353618a140b135a0 SHA512 885470909b49833bc4cf0e6c87c58a1eb7cdb84278a7451e5f92608271b9feeb9c56fe66d1aacdaaf23ffb7433ad16d86384976283e9c23c1582ad4d3c970c60 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..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 @@ -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" |