This is a friendly reminder.

I've found the tree again to have dependencies like:

dev-libs/openssl:=
virtual/jpeg:=

Neither of which are correct, since dev-libs/openssl has SLOT="0" and SLOT="0.9.8" and virtual/jpeg has SLOT="0" and SLOT="62".

Need to pull in the SLOT that installs headers:

dev-libs/openssl:0=
virtual/jpeg:0=

Same logic applies to any package with also "binary-only SLOTs" that install libfoobar.so.1 and nothing else.

Thanks,
Samuli

Reply via email to