emergeging alsa-libs crashes when not emerged doxygen before Reproducible: Always Steps to Reproduce: 1.emerge --unmerge doxygen 2.USE="doc" emerge alsa-libs Actual Results: emerge exits with an error, not installed the alsa-libs Expected Results: emerge recognizes the dependency and emerges the doxygen before emerging the alsa-libs
Make sure you're not using an overlay, because all alsa-lib ebuilds already depend on doxygen when doc useflag is enabled. alsa-lib-1.0.13.ebuild: doc? ( >=app-doc/doxygen-1.2.6 )" alsa-lib-1.0.14_rc1.ebuild: doc? ( >=app-doc/doxygen-1.2.6 )" alsa-lib-1.0.14_rc1-r1.ebuild: doc? ( >=app-doc/doxygen-1.2.6 )" alsa-lib-1.0.14_rc2.ebuild: doc? ( >=app-doc/doxygen-1.2.6 )" alsa-lib-1.0.14_rc2-r1.ebuild: doc? ( >=app-doc/doxygen-1.2.6 )"