coreos-base/hard-host-depends: bring back dependency on dev-libs/nspr

Now that `dev-libs/nss` is removed from the depencencies list of
hard-host-depends, SDK does not include `dev-libs/nspr` any more.
As a result, `dev-lang/spidermonkey` fails to build, because it requires
`dev-libs/nspr` in the SDK. It is not sufficient to have nspr under
`/build/amd64-usr`.

Add `dev-libs/nspr` back to the dependencies of `hard-host-depends`,
to make it included in the SDK.
This commit is contained in:
Dongsu Park 2021-01-26 10:52:33 +01:00
parent e3511d1c79
commit 9e0d1246a7
2 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ RDEPEND="${RDEPEND}
dev-libs/libgcrypt dev-libs/libgcrypt
dev-libs/libxslt dev-libs/libxslt
dev-libs/libyaml dev-libs/libyaml
dev-libs/nspr
dev-libs/protobuf dev-libs/protobuf
dev-python/ctypesgen dev-python/ctypesgen
dev-python/mako dev-python/mako