Summary: | sci-libs/vtk - Enable installation alongside >=x11-drivers/nvidia-settings-361.28 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Samuel Loewen <samuellwn> |
Component: | New packages | Assignee: | Gentoo Science Related Packages <sci> |
Status: | RESOLVED DUPLICATE | ||
Severity: | enhancement | CC: | java |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
Updated ebuild installable alongside recent nvidia-drivers versions
Updated ebuild installable alongside recent nvidia-drivers versions The changes I made |
Created attachment 434226 [details]
Updated ebuild installable alongside recent nvidia-drivers versions
Created attachment 434228 [details, diff]
The changes I made
The contents of the patch are small enough to put here.
--- vtk-6.1.0-r2.ebuild 2016-05-13 16:40:42.200872805 -0700
+++ vtk-6.1.0-r3.ebuild 2016-05-13 12:49:07.636023004 -0700
@@ -99,7 +99,7 @@
tbb? ( dev-cpp/tbb )
tcl? ( dev-lang/tcl:0= )
tk? ( dev-lang/tk:0= )
- video_cards_nvidia? ( media-video/nvidia-settings )
+ video_cards_nvidia? ( || ( x11-drivers/nvidia-drivers[tools(-)] media-video/nvidia-settings ) )
web? (
${WEBAPP_DEPEND}
python? (
*** This bug has been marked as a duplicate of bug 563750 *** |
Created attachment 434224 [details] Updated ebuild installable alongside recent nvidia-drivers versions Updates the ebuilds to allow installing sci-libs/vtk alongside recent versions of nvidia-drivers. I did not test sci-libs/vtk-6.0.0-r1.ebuild on my system, but I can if requested. I also included a patch which shows the changes I made.