From 4c52ec2b9caf71306aaf379c0874991098af9174 Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Thu, 17 Oct 2019 15:39:07 +0200 Subject: [PATCH] net-misc/openssh: improve EAPI7 deps. pkgconfig and autoconf are certainly BDEPEND. Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Alexis Ballier --- net-misc/openssh/openssh-8.1_p1-r1.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/net-misc/openssh/openssh-8.1_p1-r1.ebuild b/net-misc/openssh/openssh-8.1_p1-r1.ebuild index f91cb6093e5b..2469a92fb870 100644 --- a/net-misc/openssh/openssh-8.1_p1-r1.ebuild +++ b/net-misc/openssh/openssh-8.1_p1-r1.ebuild @@ -72,13 +72,14 @@ RDEPEND=" kerberos? ( virtual/krb5 )" DEPEND="${RDEPEND} static? ( ${LIB_DEPEND} ) - virtual/pkgconfig - virtual/os-headers - sys-devel/autoconf" + virtual/os-headers" RDEPEND="${RDEPEND} pam? ( >=sys-auth/pambase-20081028 ) userland_GNU? ( virtual/shadow ) X? ( x11-apps/xauth )" +BDEPEND=" + virtual/pkgconfig + sys-devel/autoconf" S="${WORKDIR}/${PARCH}" -- 2.26.2