Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 453198 - net-misc/networkmanager-pptp - USE=gtk should be USE=gnome
Summary: net-misc/networkmanager-pptp - USE=gtk should be USE=gnome
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal minor
Assignee: Nirbheek Chauhan (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-20 17:50 UTC by poletti.marco
Modified: 2013-01-24 09:08 UTC (History)
3 users (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 poletti.marco 2013-01-20 17:50:58 UTC
Emerging networkmanager-pptp with USE=gtk currently pulls in gnome-keyring.
I think this should be triggered by USE=gnome instead.
In fact, the gtk useflag is mapped to a "--with-gnome" configure flag.


Reproducible: Always
Comment 1 Alexandre Rostovtsev (RETIRED) gentoo-dev 2013-01-24 04:24:44 UTC
The "--without-gnome" configure flag removes the configuration gui. If we mapped USE=-gnome to "--without-gnome", it would make it impossible for users of non-gnome gtk-based desktops (e.g. xfce) who usually don't have USE=gnome in make.conf to configure their vpn.

See bug #427406
Comment 2 poletti.marco 2013-01-24 09:08:05 UTC
Ok, I see.
It's not a big deal anyway.