Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
The ebuild tries to install the moldenogl binary even when USE="-opengl" is specified. For -opengl this results in the compile crashing when the following is called in src_install. use opengl && dobin moldenogl || \ die "failed to install moldenogl." Reproducible: Always Steps to Reproduce: 1.USE="-opengl" emerge =sci-chemistry/molden-4.6 2. 3. Possible solution: +if use opengl ; then use opengl && dobin moldenogl || \ die "failed to install moldenogl." +fi
Fixed in cvs, thanks Benj!