Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 405445 - media-gfx/blender (2.57-r1 and 2.60a) depend on app-doc/doxygen[-nodot], which recent doxygen does not provide
Summary: media-gfx/blender (2.57-r1 and 2.60a) depend on app-doc/doxygen[-nodot], whic...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: Luca Barbato
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-23 15:58 UTC by Marien Zwart (RETIRED)
Modified: 2012-02-23 16:57 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marien Zwart (RETIRED) gentoo-dev 2012-02-23 15:58:00 UTC
Recent versions of blender depend on app-doc/doxygen[-nodot] (if USE=apidoc). 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 blender[apidoc] and >=doxygen-1.7.6.1 can be installed on the same system.
Comment 1 Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2012-02-23 16:57:29 UTC
Sorry for that, I was reckless

+  23 Feb 2012; Kacper Kowalik <xarthisius@gentoo.org> blender-2.57-r1.ebuild,
+  blender-2.60a.ebuild:
+  Fix dependency on app-doc/doxygen wrt converting useflags 'nodot' to 'dot'.
+  Fixes bug 405445 by Marien Zwart <marienz@gentoo.org>