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

Bug 405457

Summary: sys-cluster/torque (several versions) depend on app-doc/doxygen[-nodot], which recent doxygen does not provide
Product: Gentoo Linux Reporter: Marien Zwart (RETIRED) <marienz>
Component: [OLD] UnspecifiedAssignee: Justin Bronder (RETIRED) <jsbronder>
Status: RESOLVED FIXED    
Severity: normal CC: cluster
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:17:25 UTC
torque depends on app-doc/doxygen[-nodot] (if USE="doc drmaa"). 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 torque[doc,drmaa] and >=doxygen-1.7.6.1 can
be installed on the same system.
Comment 1 Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2012-02-23 17:11:57 UTC
+  23 Feb 2012; Kacper Kowalik <xarthisius@gentoo.org> torque-2.3.13.ebuild,
+  torque-2.4.14.ebuild, torque-2.4.16.ebuild:
+  Fix dependency on app-doc/doxygen wrt converting useflag 'nodot' to 'dot'.
+  Fixes bug 405457 by Marien Zwart <marienz@gentoo.org>