commit:     603e3a89aa3457ef9ac11f4b2c926a42561aff7c
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 25 19:40:50 2025 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Dec 25 19:42:25 2025 +0000
URL:        https://gitweb.gentoo.org/proj/ruby-scripts.git/commit/?id=603e3a89

Add ruby40

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 eselect-ruby/ruby.eselect | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/eselect-ruby/ruby.eselect b/eselect-ruby/ruby.eselect
index 66b5bc0..4166259 100644
--- a/eselect-ruby/ruby.eselect
+++ b/eselect-ruby/ruby.eselect
@@ -1,17 +1,17 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 # vim: set ft=sh:
 
 DESCRIPTION="Manage Ruby symlinks"
 MAINTAINER="[email protected]"
-VERSION="20241225"
+VERSION="20251225"
 
 bindir=/usr/bin
 libdir=/usr/lib
 man1dir=/usr/share/man/man1
 
 find_targets() {
-       for t in 
${EROOT}${bindir}/${1:-ruby}{18,19,20,21,22,23,24,25,26,27,30,31,32,33,34} ; do
+       for t in 
${EROOT}${bindir}/${1:-ruby}{18,19,20,21,22,23,24,25,26,27,30,31,32,33,34,40} ; 
do
                [[ -e $t ]] || continue
                echo ${t}
        done

Reply via email to