Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 421185 - gutenprint-5.2.8.ebuild has an incorrect gtk dependency
Summary: gutenprint-5.2.8.ebuild has an incorrect gtk dependency
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-15 02:06 UTC by James Lockie
Modified: 2012-06-15 03:38 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 James Lockie 2012-06-15 02:06:18 UTC
!!! The ebuild selected to satisfy "gutenprint" has unmet requirements.
- net-print/gutenprint-5.2.8::gentoo USE="cups gimp nls readline -foomaticdb -gtk -ppds -static-libs"

  The following REQUIRED_USE flag constraints are unsatisfied:
    gimp? ( gtk )

I masked 5.2.8 and used gutenprint-5.2.7-r1
I have gimp, just no gtk.

Reproducible: Always

Steps to Reproduce:
emerge gutenprint
Actual Results:  
fails with a gtk requirement

Expected Results:  
emerges without gtk
Comment 1 Ben de Groot (RETIRED) gentoo-dev 2012-06-15 03:38:34 UTC
The message portage gives you means that in order to enable the gimp useflag for gutenprint, you must also enable the gtk useflag for this package. If you don't want to enable the gtk useflag for gutenprint, then you must also disable the gimp useflag for this package.