summaryrefslogtreecommitdiff
path: root/dev-ruby/whole_history_rating
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-04-16 13:07:24 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-04-16 13:07:24 +0100
commit0c100b7dd2b30e75b799d806df4ef899fd98e1ea (patch)
tree464c922e949c7e4d5d891fb2cdda5daee5612537 /dev-ruby/whole_history_rating
parente68d405c5d712af4387159df07e226217bdda049 (diff)
gentoo resync : 16.04.2022
Diffstat (limited to 'dev-ruby/whole_history_rating')
-rw-r--r--dev-ruby/whole_history_rating/Manifest2
-rw-r--r--dev-ruby/whole_history_rating/whole_history_rating-0.1.2-r1.ebuild6
2 files changed, 5 insertions, 3 deletions
diff --git a/dev-ruby/whole_history_rating/Manifest b/dev-ruby/whole_history_rating/Manifest
index f9274a6ae37b..3d6bc71541ba 100644
--- a/dev-ruby/whole_history_rating/Manifest
+++ b/dev-ruby/whole_history_rating/Manifest
@@ -1,3 +1,3 @@
DIST whole_history_rating-0.1.2.gem 9728 BLAKE2B 506354634ab0390b7805e31ee1982309a903000b69a20992cfa53196da8e685b4ea1c89df7ed96ddd4fc5c8a8974d23dc48625d3e93ebbc09121b32e0ab7216e SHA512 4ee9a3340a5bbe1a0250b469c1210663ff226a1884d13729e169d2c04ef57c615bef117a641d6ac3b29b5d72147009149c291e1f7ad8c4c8028ad3e6fb44c56c
-EBUILD whole_history_rating-0.1.2-r1.ebuild 507 BLAKE2B ec1e84d80089fee7b4ce74cc0386fe705366b9e0bde5bf698a09511c3ee70fafdcaa35c1bac614d83cb0c6daed3633f3f9a468ea888dcdd03b7a574adea971b0 SHA512 b26a7c416b99851b6c69e6af72643b46b671763b93f26d8ed58da63bbbff1e8522f8978096ca820cafe0497d16da72f98c6184d63f993cf3f59c4ce0586ea244
+EBUILD whole_history_rating-0.1.2-r1.ebuild 543 BLAKE2B 8f74c1d01ab455443bad77724a2f830c1afbb034edb72eb56a213e99fc171eeb76aff03c38ce895d7701e1ed18f71c8abb5dbcb4132c3175dd6635656c6b8f4d SHA512 4310fa73c1fe6c88d76df308b6d56e7e04402afa7cffb83657ea42e026b23520122901b0acf7cad4c9db72341d6440056b00675ae0d82530079c7030ce4163ae
MISC metadata.xml 945 BLAKE2B 162e91169476974aa2830d04857b1ecda994edeed5b096576e602c72e389302219ef1d55f0c244611dc792dda9d8a5d619ffb9d376ab91d9e2915d2318e46170 SHA512 9c708ea136ab66e62ae4ba707615c1b30effdc846bcf1c383a5021b6ba3655e0d7f6c88dd8811b50c628edf6e5c9c21a63141b2667670837bc57fe45ac8ff4c6
diff --git a/dev-ruby/whole_history_rating/whole_history_rating-0.1.2-r1.ebuild b/dev-ruby/whole_history_rating/whole_history_rating-0.1.2-r1.ebuild
index 599a57c21a2a..d661760bac09 100644
--- a/dev-ruby/whole_history_rating/whole_history_rating-0.1.2-r1.ebuild
+++ b/dev-ruby/whole_history_rating/whole_history_rating-0.1.2-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
RUBY_FAKEGEM_TASK_TEST="test_units"
@@ -19,6 +19,8 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
+ruby_add_rdepend "dev-ruby/matrix"
+
ruby_add_bdepend "
test? (
dev-ruby/test-unit:2