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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A190913933E for ; Sun, 11 Jul 2021 22:28:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B413FE0CDA; Sun, 11 Jul 2021 22:28:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9BFCEE0CDA for ; Sun, 11 Jul 2021 22:28:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A4911342BF2 for ; Sun, 11 Jul 2021 22:28:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 398867CA for ; Sun, 11 Jul 2021 22:28:53 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1626041447.1c7e56d1399538661750399a0c70068612861641.Alessandro-Barbieri@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.6.4.ebuild X-VCS-Directories: app-shells/zsh-autosuggestions/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 1c7e56d1399538661750399a0c70068612861641 X-VCS-Branch: dev Date: Sun, 11 Jul 2021 22:28:53 +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: f0aa2502-8c03-454e-a71e-f34a65fc2ced X-Archives-Hash: 52562b20bb1d204f4881932b2e4eb3f6 commit: 1c7e56d1399538661750399a0c70068612861641 Author: Alessandro Barbieri gmail com> AuthorDate: Sun Jul 11 22:10:47 2021 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Sun Jul 11 22:10:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1c7e56d1 app-shells/zsh-autosuggestions: disable ruby25 Signed-off-by: Alessandro Barbieri gmail.com> app-shells/zsh-autosuggestions/zsh-autosuggestions-0.6.4.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.6.4.ebuild b/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.6.4.ebuild index dabb23945..8cf887769 100644 --- a/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.6.4.ebuild +++ b/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.6.4.ebuild @@ -3,8 +3,8 @@ EAPI=7 -USE_RUBY="ruby25 ruby26 ruby27 ruby30" RUBY_FAKEGEM_RECIPE_TEST="rspec3" +USE_RUBY="ruby26 ruby27 ruby30" inherit ruby-fakegem @@ -16,7 +16,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" IUSE="test" -RESTRICT="!test? ( test )" + RDEPEND=">=app-shells/zsh-4.3.11" BDEPEND=" test? ( @@ -28,7 +28,8 @@ BDEPEND=" dev-ruby/rspec-wait ) " -DEPEND="" + +RESTRICT="!test? ( test )" src_install() { insinto "/usr/share/zsh/site-functions/"