Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 405449

Summary: app-text/libwps depends on app-doc/doxygen[-nodot], which recent doxygen does not provide
Product: Gentoo Linux Reporter: Marien Zwart (RETIRED) <marienz>
Component: [OLD] GNOMEAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED FIXED    
Severity: minor CC: kde, office
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 323647    

Description Marien Zwart (RETIRED) gentoo-dev 2012-02-23 16:01:26 UTC
libwps depends on app-doc/doxygen[-nodot] (if USE=doc). Recent versions of doxygen have a dot USE flag, not a nodot USE flag. Please change the dependency to something like "|| ( <app-doc/doxygen-1.7.6.1[-nodot] >=app-doc/doxygen-1.7.6.1[dot] )" so libwps[doc] and >=doxygen-1.7.6.1 can be installed on the same system.
Comment 1 Tomáš Chvátal (RETIRED) gentoo-dev 2012-02-23 16:24:34 UTC
Actually it is easier, it does not need the nodot check. So I removed it. :)