Skip to content

Commit

Permalink
net-misc/openssh: improve EAPI7 deps.
Browse files Browse the repository at this point in the history
pkgconfig and autoconf are certainly BDEPEND.

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Alexis Ballier <[email protected]>
  • Loading branch information
aballier committed Oct 17, 2019
1 parent 2b70d56 commit 4c52ec2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions net-misc/openssh/openssh-8.1_p1-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

Expand Down

0 comments on commit 4c52ec2

Please sign in to comment.