sys-auth/sssd: make BDEPEND independent of DEPEND

The `BDEPEND` is a build-time requirement, so it should not be included
in the whole `DEPEND` list. If it does, an installation of
`sys-auth/sssd` causes other dependencies to be installed not only in
the `/build`, but also under the SDK. That's not what we want, so we
need to exclude `BDEPEND` from the list.
This commit is contained in:
Dongsu Park 2020-11-06 13:52:04 +01:00
parent 65cab2738c
commit 7dbd4ac634

View File

@ -78,7 +78,7 @@ RDEPEND="${DEPEND}
selinux? ( >=sec-policy/selinux-sssd-2.20120725-r9 )
"
# Flatcar: require only autoconf:2.69
BDEPEND="${DEPEND}
BDEPEND="
sys-devel/autoconf:2.69
doc? ( app-doc/doxygen )
test? (