commit: fb888f701b76f2c3b16f3a37a2cb1cb483383c60 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org> AuthorDate: Sun Jan 19 22:57:58 2025 +0000 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> 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 <mpagano <AT> 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"
