diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-12-05 19:59:50 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-12-05 20:12:40 +0100 |
commit | 24ac0810568d39c0e30c073dbde9b28e534d0939 (patch) | |
tree | 2edc7048074ef9e5f333819cd0f71d09dfb5d330 /x11-misc/qcomicbook | |
parent | net-misc/lldpd: Version bump to 1.0.2 (diff) | |
download | gentoo-24ac0810568d39c0e30c073dbde9b28e534d0939.tar.gz gentoo-24ac0810568d39c0e30c073dbde9b28e534d0939.tar.bz2 gentoo-24ac0810568d39c0e30c073dbde9b28e534d0939.zip |
x11-misc/qcomicbook: Add missing dev-qt/linguist-tools:5 DEPEND
Reported-by: digitalteacup <digitalteacup@sogetthis.com>
Closes: https://bugs.gentoo.org/658260
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-misc/qcomicbook')
-rw-r--r-- | x11-misc/qcomicbook/qcomicbook-0.9.1.ebuild | 8 |
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 ) |