commit: 1771bddebca40dc8e9207fb46d7ebe05bc3bc286 Author: Andrey Grozin <grozin <AT> gentoo <DOT> org> AuthorDate: Thu Mar 25 15:42:05 2021 +0000 Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org> CommitDate: Thu Mar 25 15:42:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1771bdde
sci-geosciences/gpxlab: DEPEND on qtprintsupport Closes: https://bugs.gentoo.org/778077 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org> sci-geosciences/gpxlab/gpxlab-0.7.0.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sci-geosciences/gpxlab/gpxlab-0.7.0.ebuild b/sci-geosciences/gpxlab/gpxlab-0.7.0.ebuild index 7484b771727..6089b757380 100644 --- a/sci-geosciences/gpxlab/gpxlab-0.7.0.ebuild +++ b/sci-geosciences/gpxlab/gpxlab-0.7.0.ebuild @@ -16,10 +16,11 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" IUSE="" -RDEPEND="dev-qt/qtwidgets:5 +RDEPEND="dev-qt/qtcore:5 + dev-qt/qtwidgets:5 dev-qt/qtgui:5 - dev-qt/qtnetwork:5 - dev-qt/qtcore:5" + dev-qt/qtprintsupport:5 + dev-qt/qtnetwork:5" DEPEND="${RDEPEND}" BDEPEND="dev-qt/linguist-tools:5"
