From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 41FEE1581EE for ; Thu, 10 Apr 2025 13:50:31 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 59BF333BEA5 for ; Thu, 10 Apr 2025 13:50:05 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 5106E1102B2; Thu, 10 Apr 2025 13:50:04 +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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 46BF21102B2 for ; Thu, 10 Apr 2025 13:50:04 +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 ED262335CB4 for ; Thu, 10 Apr 2025 13:50:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A505159F for ; Thu, 10 Apr 2025 13:50:01 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1744292978.97e40d0b24db021fcb7bcf9efb8de5eec8e1b822.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/bugbite-cli/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/bugbite-cli/bugbite-cli-0.0.14.ebuild X-VCS-Directories: dev-util/bugbite-cli/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 97e40d0b24db021fcb7bcf9efb8de5eec8e1b822 X-VCS-Branch: master Date: Thu, 10 Apr 2025 13:50:01 +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: 5777a2c6-fc57-48af-943e-786d4a4734a1 X-Archives-Hash: 5cd7dffe811d87de5504e94719efd75f commit: 97e40d0b24db021fcb7bcf9efb8de5eec8e1b822 Author: Agostino Sarubbo gentoo org> AuthorDate: Thu Apr 10 13:49:38 2025 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Thu Apr 10 13:49:38 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97e40d0b dev-util/bugbite-cli: openssl is an RDEPEND when USE='+openssl,-static' Signed-off-by: Agostino Sarubbo gentoo.org> dev-util/bugbite-cli/bugbite-cli-0.0.14.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dev-util/bugbite-cli/bugbite-cli-0.0.14.ebuild b/dev-util/bugbite-cli/bugbite-cli-0.0.14.ebuild index d9df308167de..5878ef3a43fa 100644 --- a/dev-util/bugbite-cli/bugbite-cli-0.0.14.ebuild +++ b/dev-util/bugbite-cli/bugbite-cli-0.0.14.ebuild @@ -24,6 +24,12 @@ BDEPEND=" test? ( dev-util/cargo-nextest ) " +RDEPEND=" + openssl? ( + !static? ( dev-libs/openssl:= ) + ) +" + QA_FLAGS_IGNORED="usr/bin/bite" pkg_setup() {