summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/qcomicbook/qcomicbook-0.9.1.ebuild')
-rw-r--r--x11-misc/qcomicbook/qcomicbook-0.9.1.ebuild8
1 files changed, 5 insertions, 3 deletions
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 )