Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 405453 - sci-libs/votca-tools depends on app-doc/doxygen[-nodot], which recent doxygen does not provide
Summary: sci-libs/votca-tools depends on app-doc/doxygen[-nodot], which recent doxygen...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: Christoph Junghans (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 323647
  Show dependency tree
 
Reported: 2012-02-23 16:11 UTC by Marien Zwart (RETIRED)
Modified: 2012-02-23 17:03 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 16:11:29 UTC
votca-tools 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 votca-tools[doc] 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:03:36 UTC
+  23 Feb 2012; Kacper Kowalik <xarthisius@gentoo.org> votca-tools-1.2.2.ebuild:
+  Fix dependency on app-doc/doxygen wrt converting useflags 'nodot' to 'dot'.
+  Fixes bug 405453 by Marien Zwart <marienz@gentoo.org>