summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2019-10-17 15:39:07 +0200
committerAlexis Ballier <aballier@gentoo.org>2019-10-17 15:40:19 +0200
commit4c52ec2b9caf71306aaf379c0874991098af9174 (patch)
tree82cdf976cca27857c8280054502fe8dabe1bef10 /net-misc
parentapp-emulation/kompose: Version bump to 1.19.0 (diff)
downloadgentoo-4c52ec2b9caf71306aaf379c0874991098af9174.tar.gz
gentoo-4c52ec2b9caf71306aaf379c0874991098af9174.tar.bz2
gentoo-4c52ec2b9caf71306aaf379c0874991098af9174.zip
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 <aballier@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/openssh/openssh-8.1_p1-r1.ebuild7
1 files 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}"