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 7269315813A for ; Sun, 19 Jan 2025 22:55:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8118E0769; Sun, 19 Jan 2025 22:55:35 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8FC40E0769 for ; Sun, 19 Jan 2025 22:55:35 +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 9BC6F33BF29 for ; Sun, 19 Jan 2025 22:55:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 25F2122FF for ; Sun, 19 Jan 2025 22:55:33 +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: <1737327325.da7e2b9395accb698f37e3b1b161160319eb3f15.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.34.0.ebuild X-VCS-Directories: www-servers/nginx-unit/ X-VCS-Committer: mpagano X-VCS-Committer-Name: Mike Pagano X-VCS-Revision: da7e2b9395accb698f37e3b1b161160319eb3f15 X-VCS-Branch: master Date: Sun, 19 Jan 2025 22:55:33 +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: 45e3a192-285b-4ad9-aa45-882eda28ee93 X-Archives-Hash: 6f25addd80233c5c4d4b5703daada188 commit: da7e2b9395accb698f37e3b1b161160319eb3f15 Author: Mike Pagano gentoo org> AuthorDate: Sun Jan 19 22:54:45 2025 +0000 Commit: Mike Pagano gentoo org> CommitDate: Sun Jan 19 22:55:25 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da7e2b93 www-servers/nginx-unit: Add BDEPEND for which Closes: https://bugs.gentoo.org/946713 Signed-off-by: Mike Pagano gentoo.org> www-servers/nginx-unit/nginx-unit-1.34.0.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/www-servers/nginx-unit/nginx-unit-1.34.0.ebuild b/www-servers/nginx-unit/nginx-unit-1.34.0.ebuild index c2653283b9e1..20f2c7f88c5b 100644 --- a/www-servers/nginx-unit/nginx-unit-1.34.0.ebuild +++ b/www-servers/nginx-unit/nginx-unit-1.34.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 @@ -33,6 +33,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"