Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 175089 - Wrong USE flags dependancy in pinentry ebuild
Summary: Wrong USE flags dependancy in pinentry ebuild
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High major
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-18 12:54 UTC by Jules Colding
Modified: 2007-04-18 14:00 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 Jules Colding 2007-04-18 12:54:51 UTC
Hi,

The pinentry ebuild says (in part):

	$(use_enable gtk pinentry-gtk2) \

IMHO it should say:

	$(use_enable gtk2 pinentry-gtk2) \
Comment 1 Christian Faulhammer (RETIRED) gentoo-dev 2007-04-18 12:58:12 UTC
No, gtk2 is not valid anymore.
Comment 2 Jules Colding 2007-04-18 13:26:50 UTC
OK, but shouldn't it be deleted from this page then?

http://www.gentoo.org/dyn/use-index.xml
Comment 3 Christian Faulhammer (RETIRED) gentoo-dev 2007-04-18 14:00:06 UTC
(In reply to comment #2)
> OK, but shouldn't it be deleted from this page then?
> 
> http://www.gentoo.org/dyn/use-index.xml

 Not deleted, but maybe marked "deprecated".  Will look into that.