Skip to content

Commit

Permalink
media-gfx/freecad: depend on vtk[-qt5] if USE=qt6
Browse files Browse the repository at this point in the history
This fixes the configure phase, however it still fails to compile for qt6
so the use.mask stays in place for now

Signed-off-by: Andrew Ammerlaan <[email protected]>
  • Loading branch information
Nowa-Ammerlaan committed Nov 20, 2023
1 parent 74ef589 commit 56e9e13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion media-gfx/freecad/freecad-0.21.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ RDEPEND="
)
fem? (
!qt6? ( sci-libs/vtk:=[qt5,rendering] )
qt6? ( sci-libs/vtk:=[qt6,rendering] )
qt6? ( sci-libs/vtk:=[-qt5,qt6,rendering] )
)
gui? (
>=media-libs/coin-4.0.0
Expand Down
2 changes: 1 addition & 1 deletion media-gfx/freecad/freecad-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ RDEPEND="
)
fem? (
!qt6? ( sci-libs/vtk:=[qt5,rendering] )
qt6? ( sci-libs/vtk:=[qt6,rendering] )
qt6? ( sci-libs/vtk:=[-qt5,qt6,rendering] )
)
gui? (
>=media-libs/coin-4.0.0
Expand Down

0 comments on commit 56e9e13

Please sign in to comment.