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 420D015800A for ; Thu, 24 Aug 2023 22:42:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 562CD2BC02C; Thu, 24 Aug 2023 22:42:00 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 41D032BC02C for ; Thu, 24 Aug 2023 22:42:00 +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 77CA4340C7B for ; Thu, 24 Aug 2023 22:41:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 12AD31085 for ; Thu, 24 Aug 2023 22:41:57 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1692867165.e980c66cd4ad36f0db8762648022d28cfab61fc8.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-ruby/prawn-icon/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-ruby/prawn-icon/prawn-icon-3.1.0.ebuild X-VCS-Directories: dev-ruby/prawn-icon/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: e980c66cd4ad36f0db8762648022d28cfab61fc8 X-VCS-Branch: master Date: Thu, 24 Aug 2023 22:41:57 +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: 7ad63dc2-6393-411c-9edb-9a0410549756 X-Archives-Hash: aaf2abce0ca3a2eecb5122e81ce4ec66 commit: e980c66cd4ad36f0db8762648022d28cfab61fc8 Author: Huang Rui gmail com> AuthorDate: Thu Aug 24 08:52:45 2023 +0000 Commit: David Roman gmail com> CommitDate: Thu Aug 24 08:52:45 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e980c66c dev-ruby/prawn-icon: enable ruby31, RESTRICT="test" https://bugs.gentoo.org/901295 Signed-off-by: Huang Rui gmail.com> dev-ruby/prawn-icon/prawn-icon-3.1.0.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-ruby/prawn-icon/prawn-icon-3.1.0.ebuild b/dev-ruby/prawn-icon/prawn-icon-3.1.0.ebuild index 599cf8945c..7052fe4ff2 100644 --- a/dev-ruby/prawn-icon/prawn-icon-3.1.0.ebuild +++ b/dev-ruby/prawn-icon/prawn-icon-3.1.0.ebuild @@ -18,7 +18,8 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" IUSE="" -# Tests blocks many keywords and new dependencies, skipping for now -RESTRICT=test +# prawn breaks tests for some reasons, needs to be investigated; code +# still works though. +RESTRICT="test" ruby_add_rdepend ">=dev-ruby/prawn-1.1.0"