Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 177657 - incorrect openct and smartcard USE flag usage in app-crypt/gnupg & dev-libs/opensc
Summary: incorrect openct and smartcard USE flag usage in app-crypt/gnupg & dev-libs/o...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Crypto team [DISABLED]
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 134491
  Show dependency tree
 
Reported: 2007-05-08 15:42 UTC by Doug Goldstein (RETIRED)
Modified: 2007-05-08 18:28 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 Doug Goldstein (RETIRED) gentoo-dev 2007-05-08 15:42:35 UTC
Basically gnupg and opensc have openct USE flags. However, openct is used to enable smartcard support. However, there's a global use flag already called smartcard. Other apps out there use the smartcard USE flag to trigger openct's use.

gnupg and opensc really should switch to that USE flag..

[-    ] openct (app-crypt/gnupg):
build using dev-libs/openct compatibility

[-    ] openct (dev-libs/opensc):
build using dev-libs/openct compatibility
Comment 1 Alon Bar-Lev (RETIRED) gentoo-dev 2007-05-08 18:28:27 UTC
You got it worng.

smartcard USE flag suggest using smartcard.
openct and pcsc-lite USE flags suggest middleware to use.

Since opensc and gnupg communicate with smartcard directly, we need to know which middleware to merge.

So the current state is OK.