From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 342F115ACFD for ; Sun, 9 Apr 2023 07:37:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F47CE0857; Sun, 9 Apr 2023 07:37:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 54A69E0857 for ; Sun, 9 Apr 2023 07:37:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 90D47341106 for ; Sun, 9 Apr 2023 07:37:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 135AB8EB for ; Sun, 9 Apr 2023 07:37:11 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1681025816.e3d6c267e5b360bcb6e965142fb870945db2ea14.graaff@gentoo> Subject: [gentoo-commits] proj/ruby-scripts:master commit in: eselect-ruby/ X-VCS-Repository: proj/ruby-scripts X-VCS-Files: eselect-ruby/ruby.eselect X-VCS-Directories: eselect-ruby/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: e3d6c267e5b360bcb6e965142fb870945db2ea14 X-VCS-Branch: master Date: Sun, 9 Apr 2023 07:37:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5500a064-9915-41b7-8e09-5d0e7e234eec X-Archives-Hash: 0090f899a69bbaa8057f8653b228d094 commit: e3d6c267e5b360bcb6e965142fb870945db2ea14 Author: Hans de Graaff degraaff org> AuthorDate: Sun Dec 25 13:20:17 2022 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Apr 9 07:36:56 2023 +0000 URL: https://gitweb.gentoo.org/proj/ruby-scripts.git/commit/?id=e3d6c267 Add support for ruby32 Signed-off-by: Hans de Graaff degraaff.org> eselect-ruby/ruby.eselect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eselect-ruby/ruby.eselect b/eselect-ruby/ruby.eselect index 5041627..35fc952 100644 --- a/eselect-ruby/ruby.eselect +++ b/eselect-ruby/ruby.eselect @@ -11,7 +11,7 @@ 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} ; do + for t in ${EROOT}${bindir}/${1:-ruby}{18,19,20,21,22,23,24,25,26,27,30,31,32} ; do [[ -e $t ]] || continue echo ${t} done