summaryrefslogtreecommitdiff
path: root/app-i18n/tomoe
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-04-13 05:42:42 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-04-13 05:42:42 +0100
commit37cf2a8dbadd546a550aac7c8079c3f77427cb63 (patch)
tree01b4d88cf5ffbb0cc059bd4e1cbca9d8352ee900 /app-i18n/tomoe
parent7bb99171a372e6cff495daf7dbef2e03d216be29 (diff)
gentoo auto-resync : 13:04:2023 - 05:42:42
Diffstat (limited to 'app-i18n/tomoe')
-rw-r--r--app-i18n/tomoe/Manifest2
-rw-r--r--app-i18n/tomoe/tomoe-0.6.0-r7.ebuild (renamed from app-i18n/tomoe/tomoe-0.6.0-r6.ebuild)7
2 files changed, 5 insertions, 4 deletions
diff --git a/app-i18n/tomoe/Manifest b/app-i18n/tomoe/Manifest
index cdc48f1511d9..20c316e225b3 100644
--- a/app-i18n/tomoe/Manifest
+++ b/app-i18n/tomoe/Manifest
@@ -4,5 +4,5 @@ AUX tomoe-glib-2.32.patch 688 BLAKE2B 5aeb0fa73f54331e20d8a3cd360a4e7c06e770f988
AUX tomoe-glibc-2.32.patch 323 BLAKE2B 8d62be869d65fd66c632e9fed7eaa21cc64a6d9ebde742c00201c30bf0872213192e900d91ce04b30695b2743fc85247d2e8afe3227f8495474e20ff227a77d4 SHA512 a3d7fa84e661c44b264e93fdd7e47c238ae548c79a15a3582b38f287c523fe36229e95ecd8a01bb33ea2fb88e0a891e630094fc3bac238b4d5ede3a9249056d1
AUX tomoe-ruby19.patch 2646 BLAKE2B 7b2289af7e87946bb9c4cb197b493bc2b8625a3bc3f22ee42270a403bd36b1bee4efcbb46117f11d537e3c8a38dfbcfca6484c0a1db6ec2f0b7a5469dac35b47 SHA512 52f555412853c3485e8d3ab7b7739f030e2c3d2b5c4aac14ebb967c93427fe04cbcfec2f5997f09f0f7611dc268ee63437b256ef4cac1ea805f0ae84a522b836
DIST tomoe-0.6.0.tar.gz 4918949 BLAKE2B c9f4accc77fe7c6214c4d19dbbac7d0d39ed7947588ab1b8a1416f6cfeda33a6cfa84352f888d02848c8e2026bd5c36d2fe52d099bda6ca41a6d215733b11aa3 SHA512 eab618d7b28fc9613c175fab6f80fc7d6acc34af3a47f20c11b42a32acd87143ae10caca67fa1a5e2e75441d431799a5725a5d507604f8bd7447bbc1826f0bb8
-EBUILD tomoe-0.6.0-r6.ebuild 1800 BLAKE2B 22f56bc579e22cb58d84f2b4198b8ce2389219d65d7948ea4f12fa7e0425fc350d2eebfde8543bdd1fc5dd05005b2fcefbef53bce7033a8e426eb8b3c32fa913 SHA512 47c3fed37201cb8a09092a0f68374e9319e7526a7d2782087593757e3d2c034c6961f7b0e74375f64a7ec6098659c1b2ca709dcc0e2a7908b5dfa3c2d0652816
+EBUILD tomoe-0.6.0-r7.ebuild 1816 BLAKE2B 02707aeacb20f85edc5f5a64e7bfeef870b078c5e97c6e499f768f065a9f005c5ff89e0131759b8919ea06e96a2ffea5f800e37d882514a184ba120bd63d4370 SHA512 0b9bef3e3ff4e12d3b2dcbca8ab98f2998ac70a735754b30c9d16c495e39574930b90604d14607ed7389a5144605f5fcf8029c86ac8c2107ac1ae96adf8e6a72
MISC metadata.xml 473 BLAKE2B 9dfd183c4c69d8b239fee7053ad8c6bfdf55655b484a4f12a6bf726e14cfccd52172d696f3eab13f220f80f9e24e2eb0e4b68489466cd9d5829f3caaf7754d37 SHA512 1135d53668e9d5314940ac51a5c402bd545ac20c392025d47c971ae9fe39f40e77f8f9537e5eb48105c2506cd1b16aa4663343a2d9ca2f6a22e86ef3acbb47ba
diff --git a/app-i18n/tomoe/tomoe-0.6.0-r6.ebuild b/app-i18n/tomoe/tomoe-0.6.0-r7.ebuild
index adc6799eafdb..de9b2be61967 100644
--- a/app-i18n/tomoe/tomoe-0.6.0-r6.ebuild
+++ b/app-i18n/tomoe/tomoe-0.6.0-r7.ebuild
@@ -1,8 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="7"
-USE_RUBY="ruby30"
+EAPI=7
+
+USE_RUBY="ruby30 ruby31 ruby32"
inherit autotools ruby-utils
@@ -24,7 +25,7 @@ RDEPEND="dev-libs/glib:2
$(for ruby in ${USE_RUBY}; do
echo "ruby_targets_${ruby}? (
$(_ruby_implementation_depend "${ruby}")
- dev-ruby/ruby-glib2[ruby_targets_${ruby}]
+ dev-ruby/ruby-glib2[ruby_targets_${ruby}(-)]
)"
done)
)