From 24ac0810568d39c0e30c073dbde9b28e534d0939 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Wed, 5 Dec 2018 19:59:50 +0100 Subject: x11-misc/qcomicbook: Add missing dev-qt/linguist-tools:5 DEPEND Reported-by: digitalteacup Closes: https://bugs.gentoo.org/658260 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner --- x11-misc/qcomicbook/qcomicbook-0.9.1.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'x11-misc/qcomicbook') diff --git a/x11-misc/qcomicbook/qcomicbook-0.9.1.ebuild b/x11-misc/qcomicbook/qcomicbook-0.9.1.ebuild index 5e6676e31c60..9613f04b0161 100644 --- a/x11-misc/qcomicbook/qcomicbook-0.9.1.ebuild +++ b/x11-misc/qcomicbook/qcomicbook-0.9.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,13 +16,15 @@ SLOT="0" KEYWORDS="amd64 ~ppc x86" IUSE="debug" -DEPEND="app-text/poppler[qt5] +RDEPEND="app-text/poppler[qt5] dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtprintsupport:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5" -RDEPEND="${DEPEND}" +DEPEND="${RDEPEND} + dev-qt/linguist-tools:5 +" DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO ) -- cgit v1.2.3-65-gdbad