Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 207327 - net-im/pidgin shouldn't RDEPEND on app-doc/doxygen
Summary: net-im/pidgin shouldn't RDEPEND on app-doc/doxygen
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Gentoo Net-im project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-24 23:42 UTC by Georgi Georgiev
Modified: 2008-02-16 19:33 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 Georgi Georgiev 2008-01-24 23:42:37 UTC
net-im/pidgin lists app-doc/doxygen in both RDEPEND and PDEPEND. That dependency, however, should not be a run-time dependency.

doxygen is only needed for "make docs", which is only relevant when building the package (i.e. DEPEND).

Propose to remove doxygen from RDEPEND.

Look! A Patch :) (looks cooler than a unified diff)

44d43
<       doc? ( app-doc/doxygen )
53a53
>       doc? ( app-doc/doxygen )
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2008-01-25 08:11:25 UTC
(In reply to comment #0)
> Look! A Patch :) (looks cooler than a unified diff)

No, it doesn't. It's totally unreadable, please use unified diffs in future.
Comment 2 Olivier Crete (RETIRED) gentoo-dev 2008-02-16 19:33:11 UTC
thanks, fixing