Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 142009 - qingy does not depend on gpm with gpm USE flag
Summary: qingy does not depend on gpm with gpm USE flag
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Michele Noberasco (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-28 07:50 UTC by elprespufferfish
Modified: 2006-07-31 05: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 elprespufferfish 2006-07-28 07:50:25 UTC
qingy has a gpm use flag, but even with it enabled it does not depend on the gpm package.

# emerge qingy -vp

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] sys-apps/qingy-0.8.0  USE="gpm -crypto_libgcrypt -crypto_openssl -emacs -pam -static" 0 kB 

Total size of downloads: 0 kB


RDEPEND=">=dev-libs/DirectFB-0.9.18
        crypto_openssl?   ( >=dev-libs/openssl-0.9.7e )
        crypto_libgcrypt? ( >=dev-libs/libgcrypt-1.2.1 )
        emacs?            ( virtual/emacs )
        pam?              ( >=sys-libs/pam-0.75-r11 )
        >=sys-libs/ncurses-5.4-r6
        || ( (
                x11-libs/libX11
                x11-libs/libXScrnSaver )
        virtual/x11 )"

DEPEND="${RDEPEND}
        >=dev-util/pkgconfig-0.12.0"
Comment 1 Michele Noberasco (RETIRED) gentoo-dev 2006-07-31 02:04:26 UTC
Imho, this is correct.
The gpm USE flag is there so that qingy can stop it before entering DirectFB mode, and start it again when shutting it down. It does not use gpm in any way, so, if gpm is not even installed, the better...
Let me know what do you think about this...
Comment 2 elprespufferfish 2006-07-31 04:52:08 UTC
Ah, looks like I completely misinterpreted things.  Thanks, and sorry for the trouble.
Comment 3 Michele Noberasco (RETIRED) gentoo-dev 2006-07-31 05:28:16 UTC
Your doubt was completely lecit :-)
Thanks for your care...