Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 529362 - x11-drivers/nvidia-drivers-346.16 change REQUIRED_USE X? ( || ( gtk2 gtk3 ) ) to tools? ( || ( gtk gtk3 ) )
Summary: x11-drivers/nvidia-drivers-346.16 change REQUIRED_USE X? ( || ( gtk2 gtk3 ) )...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Jeroen Roovers (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-15 16:47 UTC by bwcknr
Modified: 2014-11-15 17:45 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 bwcknr 2014-11-15 16:47:03 UTC
current ebuild requires to set either gtk2 or gtk3 if X use flag is enabled.

according metadata.xml and ebuild X determines wheather to install nvidia-driver libraries required to use the nvidia drivers and tools use flag selects to install nvidia related tools as nvidia-settings.

later in src_install the ebuild queries for tools and dependent on that installs libnvidia-gtk{2,3}.so according to use flags.

in my opinion the REQUIRED_USE should be changed to reflect this behaviour and furthermore the gtk2 use flag should be changed to the global gtk one.

Reproducible: Always
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2014-11-15 17:45:31 UTC
USE=gtk is supposed to be used to get the best available version, so that's not going to work here.


  15 Nov 2014; Jeroen Roovers <jer@gentoo.org> nvidia-drivers-346.16.ebuild:
  Change REQUIRED_USE X? ( || ( gtk2 gtk3 ) ) to tools? ( || ( gtk gtk3 ) )
  (bug #529362 by bwcknr).