On 2018/04/26 10:22, Landry Breuil wrote: > A bit unrelated, but port-lib-depends-check complains about deps in > ktexteditor: > > LIB_DEPENDS x11/qt5/qtscript not needed for devel/kf5/ktexteditor ? > LIB_DEPENDS x11/qt5/qtxmlpatterns not needed for devel/kf5/ktexteditor ?
This is because there is no WANTLIB to match the LIB_DEPENDS, so the LIB_DEPENDS is removed from the package. Either needs WANTLIB adding, or changing to RUN_DEPENDS.