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 8DEA915814D for ; Sun, 24 Sep 2023 19:08:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE2D12BC04D; Sun, 24 Sep 2023 19:08:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id B2E852BC04D for ; Sun, 24 Sep 2023 19:08:05 +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 B90BA340732 for ; Sun, 24 Sep 2023 19:08:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D411125F for ; Sun, 24 Sep 2023 19:08:02 +0000 (UTC) From: "Leonardo Hernandez" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Leonardo Hernandez" Message-ID: <1695582446.d7d3a9fec1a6429ad06863f9baf676a6b939bba8.leohdz172@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-shells/zsh-autosuggestions/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-shells/zsh-autosuggestions/zsh-autosuggestions-0.7.0-r1.ebuild X-VCS-Directories: app-shells/zsh-autosuggestions/ X-VCS-Committer: leohdz172 X-VCS-Committer-Name: Leonardo Hernandez X-VCS-Revision: d7d3a9fec1a6429ad06863f9baf676a6b939bba8 X-VCS-Branch: dev Date: Sun, 24 Sep 2023 19:08:02 +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: e673eb18-75be-4458-b418-4d421069cb95 X-Archives-Hash: 4c3837938c19c7c8f88b7a6f0f225f79 commit: d7d3a9fec1a6429ad06863f9baf676a6b939bba8 Author: Leonardo Hernández Hernández proton me> AuthorDate: Sun Sep 24 19:04:28 2023 +0000 Commit: Leonardo Hernandez proton me> CommitDate: Sun Sep 24 19:07:26 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d7d3a9fe app-shells/zsh-autosuggestions: update USE_RUBY Signed-off-by: Leonardo Hernández Hernández proton.me> app-shells/zsh-autosuggestions/zsh-autosuggestions-0.7.0-r1.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.7.0-r1.ebuild b/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.7.0-r1.ebuild index 834a9c1b9b..99ee170438 100644 --- a/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.7.0-r1.ebuild +++ b/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.7.0-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby26 ruby27 ruby30" +USE_RUBY="ruby31 ruby32" RUBY_OPTIONAL="yes" inherit readme.gentoo-r1 ruby-ng @@ -50,6 +50,8 @@ src_prepare() { # FIXME: Disable failing tests rm "spec/options/buffer_max_size_spec.rb" \ || die "Could not remove tests" + rm "spec/integrations/auto_cd_spec.rb" \ + || die "Could not remove tests" if use test; then ruby-ng_src_prepare