-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
gentuxx wrote:
> Calculating dependencies |
> emerge: there are no ebuilds to satisfy ">=dev-java/kaffe-1.4".
> (dependency required by "dev-java/gjdoc-0.7.7-r1" [ebuild])
java-check-environment is supposed to help you correct for this:
check_virtual_provides() {
local this_result=0
local provides=$(find /var/db/pkg -name PROVIDE | xargs egrep -l
'virtual/jdk|virtual/jre')
if [[ -n ${provides} ]]; then
qeerror "Found PROVIDE files from old-style virtuals. Please remove
them:"
qecho "# rm ${provides}"
this_result=1
fi
update_result ${this_result}
return ${this_result}
}
The above find command will tell you which PROVIDE files to remove.
Zac
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.4 (GNU/Linux)
iD8DBQFEx+Bs/ejvha5XGaMRAnKcAJ47j/4Txz714yLdnr6vblZYb5ZzUACfSF09
xbw3FeI8bSp6Xfm4f2ErX14=
=+CPz
-----END PGP SIGNATURE-----
--
[email protected] mailing list