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 37AFA15814C for ; Mon, 25 Sep 2023 10:00:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 518792BC03F; Mon, 25 Sep 2023 10:00:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 399DE2BC03F for ; Mon, 25 Sep 2023 10:00:19 +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 857E3335C87 for ; Mon, 25 Sep 2023 10:00:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B04DD1263 for ; Mon, 25 Sep 2023 10:00:15 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1695582446.d7d3a9fec1a6429ad06863f9baf676a6b939bba8.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master 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: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: d7d3a9fec1a6429ad06863f9baf676a6b939bba8 X-VCS-Branch: master Date: Mon, 25 Sep 2023 10:00:15 +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: 9af76b41-365b-44e1-8877-8d5c03e549f3 X-Archives-Hash: 393f7a5dae80cab1def818740b05696b commit: d7d3a9fec1a6429ad06863f9baf676a6b939bba8 Author: Leonardo Hernández Hernández proton me> AuthorDate: Sun Sep 24 19:04:28 2023 +0000 Commit: Florian Schmaus gentoo org> 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