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 F3C981581D3 for ; Wed, 22 May 2024 09:44:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B6C6E2A0A; Wed, 22 May 2024 09:44:10 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1B40BE2A0A for ; Wed, 22 May 2024 09:44:10 +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 200F833D3C2 for ; Wed, 22 May 2024 09:44:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7CC01AAF for ; Wed, 22 May 2024 09:44:07 +0000 (UTC) From: "Daichi Yamamoto" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Daichi Yamamoto" Message-ID: <1716371017.4996241f3c0d083bee4fc46ebf7f92f486887757.dev@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/rye/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-util/rye/rye-0.34.0.ebuild X-VCS-Directories: dev-util/rye/ X-VCS-Committer: dev X-VCS-Committer-Name: Daichi Yamamoto X-VCS-Revision: 4996241f3c0d083bee4fc46ebf7f92f486887757 X-VCS-Branch: dev Date: Wed, 22 May 2024 09:44:07 +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: 370c21be-c5a9-42ef-8d27-2487c208b972 X-Archives-Hash: 1ee7d06444f3d3846bfbeea27b9bef37 commit: 4996241f3c0d083bee4fc46ebf7f92f486887757 Author: Daichi Yamamoto dyama net> AuthorDate: Wed May 22 09:42:25 2024 +0000 Commit: Daichi Yamamoto dyama net> CommitDate: Wed May 22 09:43:37 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4996241f dev-util/rye: add missing dep Closes: https://bugs.gentoo.org/932448 Signed-off-by: Daichi Yamamoto dyama.net> dev-util/rye/rye-0.34.0.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-util/rye/rye-0.34.0.ebuild b/dev-util/rye/rye-0.34.0.ebuild index 860aa6174..bae8ec464 100644 --- a/dev-util/rye/rye-0.34.0.ebuild +++ b/dev-util/rye/rye-0.34.0.ebuild @@ -327,6 +327,11 @@ LICENSE+=" SLOT="0" KEYWORDS="~amd64" +DEPEND=" + sys-libs/zlib +" +RDEPEND="${DEPEND}" + QA_FLAGS_IGNORED=".*" src_test() {