commit: 0669a82f350289c841a71e78e623357153a9dd1f Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de> AuthorDate: Tue Aug 9 16:00:28 2022 +0000 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de> CommitDate: Tue Aug 9 16:10:50 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0669a82f
app-editors/neovim-qt: fix test deps test doesn't use bundled DeJaVu Mono Upstream-Bug: https://github.com/equalsraf/neovim-qt/issues/1005 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de> app-editors/neovim-qt/neovim-qt-0.2.17.ebuild | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/app-editors/neovim-qt/neovim-qt-0.2.17.ebuild b/app-editors/neovim-qt/neovim-qt-0.2.17.ebuild index 204a6bb3c..238a8e04f 100644 --- a/app-editors/neovim-qt/neovim-qt-0.2.17.ebuild +++ b/app-editors/neovim-qt/neovim-qt-0.2.17.ebuild @@ -15,15 +15,21 @@ KEYWORDS="~amd64 ~x86" IUSE="test" COMMON_DEPEND=" - dev-libs/msgpack + dev-libs/msgpack:= dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtsvg:5 - dev-qt/qtwidgets:5" + dev-qt/qtwidgets:5 +" +# NOTE: remove dejavu once <https://github.com/equalsraf/neovim-qt/issues/1005> +# is resolved DEPEND=" ${COMMON_DEPEND} - test? ( dev-qt/qttest:5 ) + test? ( + dev-qt/qttest:5 + media-fonts/dejavu[X] + ) " RDEPEND=" ${COMMON_DEPEND}
