net-analyzer/openbsd-netcat: add missing DEPEND

Bug: https://bugs.gentoo.org/972437
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2026-04-09 03:16:30 +01:00
parent a89b2c8e4a
commit 30e26127fb
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -22,6 +22,7 @@ RDEPEND="
!net-analyzer/netcat
!elibc_Darwin? ( dev-libs/libbsd )
"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"
src_prepare() {

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -22,6 +22,7 @@ RDEPEND="
!net-analyzer/netcat
!elibc_Darwin? ( dev-libs/libbsd )
"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"
src_prepare() {

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2025 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -22,6 +22,7 @@ RDEPEND="
!net-analyzer/netcat
!elibc_Darwin? ( dev-libs/libbsd )
"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"
src_prepare() {