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