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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 23FA315813A for ; Sun, 19 Jan 2025 22:58:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2367DE075F; Sun, 19 Jan 2025 22:58:31 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 E82C3E075F for ; Sun, 19 Jan 2025 22:58:30 +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 6E362341256 for ; Sun, 19 Jan 2025 22:58:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 02EC920D7 for ; Sun, 19 Jan 2025 22:58:28 +0000 (UTC) From: "Mike Pagano" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Pagano" Message-ID: <1737327478.fb888f701b76f2c3b16f3a37a2cb1cb483383c60.mpagano@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/nginx-unit/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/nginx-unit/nginx-unit-1.33.0.ebuild X-VCS-Directories: www-servers/nginx-unit/ X-VCS-Committer: mpagano X-VCS-Committer-Name: Mike Pagano X-VCS-Revision: fb888f701b76f2c3b16f3a37a2cb1cb483383c60 X-VCS-Branch: master Date: Sun, 19 Jan 2025 22:58:28 +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: f5a94715-de8c-4e23-8b4e-d95b57831848 X-Archives-Hash: 4c1c612a0598c237b6277a1dee88e19f commit: fb888f701b76f2c3b16f3a37a2cb1cb483383c60 Author: Mike Pagano gentoo org> AuthorDate: Sun Jan 19 22:57:58 2025 +0000 Commit: Mike Pagano gentoo org> CommitDate: Sun Jan 19 22:57:58 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb888f70 www-servers/nginx-unit: Add BDEPEND for which Closes: https://bugs.gentoo.org/943523 Signed-off-by: Mike Pagano gentoo.org> www-servers/nginx-unit/nginx-unit-1.33.0.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/www-servers/nginx-unit/nginx-unit-1.33.0.ebuild b/www-servers/nginx-unit/nginx-unit-1.33.0.ebuild index 3cf0a4849fe0..09aa0eb950e2 100644 --- a/www-servers/nginx-unit/nginx-unit-1.33.0.ebuild +++ b/www-servers/nginx-unit/nginx-unit-1.33.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -32,6 +32,9 @@ DEPEND="perl? ( dev-lang/perl:= ) ) ssl? ( dev-libs/openssl:0= ) virtual/libcrypt:0=" +BDEPEND=" + sys-apps/which +" RDEPEND="${DEPEND} acct-user/nginx-unit acct-group/nginx-unit"