summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Hernández Hernández <leohdz172@proton.me>2024-01-21 11:06:21 -0600
committerJoonas Niilola <juippis@gentoo.org>2024-02-09 16:08:37 +0200
commitc1c7a3392c2cc57a41992cca7d11193922ada3ba (patch)
tree208d225bf4d240254ad24e93c9f77b45dd97ae09 /net-irc/weechat
parentdev-python/pyroute2: add 0.7.11 (diff)
downloadgentoo-c1c7a3392c2cc57a41992cca7d11193922ada3ba.tar.gz
gentoo-c1c7a3392c2cc57a41992cca7d11193922ada3ba.tar.bz2
gentoo-c1c7a3392c2cc57a41992cca7d11193922ada3ba.zip
net-irc/weechat: add ruby 3.3 compat in live
Signed-off-by: Leonardo Hernández Hernández <leohdz172@proton.me> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-irc/weechat')
-rw-r--r--net-irc/weechat/weechat-9999.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-irc/weechat/weechat-9999.ebuild b/net-irc/weechat/weechat-9999.ebuild
index 4e2ec42c58f6..0a07f1ce102d 100644
--- a/net-irc/weechat/weechat-9999.ebuild
+++ b/net-irc/weechat/weechat-9999.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
@@ -58,6 +58,7 @@ RDEPEND="
python? ( ${PYTHON_DEPS} )
ruby? (
|| (
+ dev-lang/ruby:3.3
dev-lang/ruby:3.2
dev-lang/ruby:3.1
)