Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 420467 - dev-libs/libnl-3.2.10 no longer needs to downgrade doxygen
Summary: dev-libs/libnl-3.2.10 no longer needs to downgrade doxygen
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-10 05:55 UTC by Torsten Kaiser
Modified: 2012-06-10 15:56 UTC (History)
0 users

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 Torsten Kaiser 2012-06-10 05:55:46 UTC
Because of bug 415707 a dependency on <app-doc/doxygen-1.8.0[latex] was added to libnl-3.2.9.

As Jeroen Roovers noted at the end of that bug: "The documentation generation system was revised in 3.2.10" the dependency on xmlstarlet was dropped from libnl-3.2.10, but the restriction on <doxygen-1.8.0 was kept.

This limit can also be removed, as the following works and generates the docs:
1. emerge -1 =doxgen-1.8.1
2. emerge -1 --nodeps =libnl-3.2.10

I would appreciate the revert to app-doc/doxygen[latex], as that would fix the following annoyance from emerge -auDNv world:

app-doc/doxygen:0

  (app-doc/doxygen-1.8.1::gentoo, ebuild scheduled for merge) conflicts with
    <app-doc/doxygen-1.8.0[latex] required by (dev-libs/libnl-3.2.10::gentoo, installed)

Thanks
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2012-06-10 15:54:57 UTC
Thanks for reporting.
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2012-06-10 15:56:31 UTC
Fixed in CVS.

--- ChangeLog   2012-06-06 23:03:57.000000000 +0200
+++ ChangeLog.new       2012-06-10 17:55:33.000000000 +0200
@@ -2,6 +2,9 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v 1.84 2012/06/06 21:03:57 jer Exp $
 
+  10 Jun 2012; Jeroen Roovers <jer@gentoo.org> libnl-3.2.10.ebuild:
+  Update app-doc/doxygen dependency by Torsten Kaiser (bug #420467).
+