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 AA919158062 for ; Fri, 31 Mar 2023 01:03:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AEE54E08A4; Fri, 31 Mar 2023 01:03:51 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 96D30E08A4 for ; Fri, 31 Mar 2023 01:03:51 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 78FCF340EC9 for ; Fri, 31 Mar 2023 01:03:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D9A4C9FE for ; Fri, 31 Mar 2023 01:03:48 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1680223900.3e773745ed83a59cbec0deb94fb27744c7d27710.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ddmemoize/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/ddmemoize/ddmemoize-1.0.0-r1.ebuild X-VCS-Directories: dev-ruby/ddmemoize/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3e773745ed83a59cbec0deb94fb27744c7d27710 X-VCS-Branch: master Date: Fri, 31 Mar 2023 01:03:48 +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: 21ff899b-6245-47db-8a55-54b55205ce7f X-Archives-Hash: df630c803f7d5b617007815173da6b30 commit: 3e773745ed83a59cbec0deb94fb27744c7d27710 Author: Sam James gentoo org> AuthorDate: Thu Mar 30 23:17:11 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Mar 31 00:51:40 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e773745 dev-ruby/ddmemoize: add warning re >=ruby31 on tests Upstream looks inactive and >=ruby31 leads to suspicious non-fatal warnings in tests. Signed-off-by: Sam James gentoo.org> dev-ruby/ddmemoize/ddmemoize-1.0.0-r1.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-ruby/ddmemoize/ddmemoize-1.0.0-r1.ebuild b/dev-ruby/ddmemoize/ddmemoize-1.0.0-r1.ebuild index dda4c1794412..11179ff935d3 100644 --- a/dev-ruby/ddmemoize/ddmemoize-1.0.0-r1.ebuild +++ b/dev-ruby/ddmemoize/ddmemoize-1.0.0-r1.ebuild @@ -1,9 +1,11 @@ -# 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" +# Beware: suspicious non-fatal warnings appear in tests with >=ruby31 +# Needs more investigation +USE_RUBY="ruby27 ruby30" RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md"