Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 407721 - net-print/gutenprint: readline dependency not correctly handled in RDEPEND
Summary: net-print/gutenprint: readline dependency not correctly handled in RDEPEND
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Printing (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Printing Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-10 21:36 UTC by Hans
Modified: 2012-05-18 20: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 Hans 2012-03-10 21:36:00 UTC
All net-print/gutenprint ebuilds currently show roughly the following:

"readline" in IUSE and

RDEPEND="app-text/ghostscript-gpl
        dev-lang/perl
        sys-libs/readline
[...]
              $(use_with readline) \
[...]

The line in RDEPEND should read

         readline? ( sys-libs/readline )

instead.

Thanks for your work.
Comment 1 Andreas K. Hüttel archtester gentoo-dev 2012-05-18 20:56:20 UTC
Sounds reasonable, thanks. Applied.