Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
View Bug Activity | Format For Printing | XML | Clone This Bug
dev-cpp/gnome-vfsmm-2.22.0 depends on doxygen even when there is no doc use flag specified. Reproducible: Always
Created an attachment (id=145998) [edit] ebuild with dep on doxygen only with doc use flag dev-cpp/gnome-vfsmm-2.22.0 with dep on doxygen only with doc use flag.
Please use unified diffs instead of attaching the whole ebuild. Also, messing with configure directly is plain wrong.
This is a common problem with doxygen. I've handled this in the past by writing a script that mungs Makefile.am before packaging for distribution, eg. if HAVE_DOXYGEN man_MANS = <man pages...> <man pages...>: $(DOXYGEN) endif My suggestion is file a bug on upstream and just modify the ebuild to not install the documentation.
Removing "docs" from SUBDIRS in Makefile.in is more than enough to fix the issue (pretty much like the examples/ directory) Fixed in portage. Thanks :)