diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 13:24:02 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:03:22 +0100 |
commit | f2f7a2834b94a5a9db5577875fbb479920132453 (patch) | |
tree | ce713b8d887c49f4246dfde1ddfe79d8b8cd73b3 /net-analyzer/openbsd-netcat | |
parent | media-video/xvattr: eutils->epatch (diff) | |
download | gentoo-f2f7a2834b94a5a9db5577875fbb479920132453.tar.gz gentoo-f2f7a2834b94a5a9db5577875fbb479920132453.tar.bz2 gentoo-f2f7a2834b94a5a9db5577875fbb479920132453.zip |
net-analyzer/openbsd-netcat: use BDEPEND for virtual/pkgconfig
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/openbsd-netcat')
-rw-r--r-- | net-analyzer/openbsd-netcat/openbsd-netcat-1.190.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/openbsd-netcat/openbsd-netcat-1.195.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/openbsd-netcat/openbsd-netcat-1.190.ebuild b/net-analyzer/openbsd-netcat/openbsd-netcat-1.190.ebuild index 7994e7f7ba34..1c797beed02f 100644 --- a/net-analyzer/openbsd-netcat/openbsd-netcat-1.190.ebuild +++ b/net-analyzer/openbsd-netcat/openbsd-netcat-1.190.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,7 +16,7 @@ IUSE="elibc_Darwin" KEYWORDS="amd64 arm64 ~ppc64 x86 ~amd64-linux ~x64-macos" -DEPEND="virtual/pkgconfig" +BDEPEND="virtual/pkgconfig" RDEPEND="!elibc_Darwin? ( dev-libs/libbsd ) !net-analyzer/netcat !net-analyzer/netcat6 diff --git a/net-analyzer/openbsd-netcat/openbsd-netcat-1.195.ebuild b/net-analyzer/openbsd-netcat/openbsd-netcat-1.195.ebuild index 9e669ea4b2af..4f502c997a10 100644 --- a/net-analyzer/openbsd-netcat/openbsd-netcat-1.195.ebuild +++ b/net-analyzer/openbsd-netcat/openbsd-netcat-1.195.ebuild @@ -16,7 +16,7 @@ IUSE="elibc_Darwin" KEYWORDS="amd64 arm64 ~ppc64 x86 ~amd64-linux ~x64-macos" -DEPEND="virtual/pkgconfig" +BDEPEND="virtual/pkgconfig" RDEPEND="!elibc_Darwin? ( dev-libs/libbsd ) !net-analyzer/netcat !net-analyzer/netcat6 |