projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b70d56
)
net-misc/openssh: improve EAPI7 deps.
author
Alexis Ballier
<aballier@gentoo.org>
Thu, 17 Oct 2019 13:39:07 +0000
(15:39 +0200)
committer
Alexis Ballier
<aballier@gentoo.org>
Thu, 17 Oct 2019 13:40:19 +0000
(15:40 +0200)
pkgconfig and autoconf are certainly BDEPEND.
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
net-misc/openssh/openssh-8.1_p1-r1.ebuild
patch
|
blob
|
history
diff --git
a/net-misc/openssh/openssh-8.1_p1-r1.ebuild
b/net-misc/openssh/openssh-8.1_p1-r1.ebuild
index f91cb6093e5b4d2a7aa6f2ffc47bc51a8658c667..2469a92fb87005cc7d560910b8d19a3369e1c636 100644
(file)
--- 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}"