summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Alfredsen <crabbedhaloablution@icloud.com>2020-12-15 09:38:28 +0100
committerSam James <sam@gentoo.org>2020-12-16 01:44:42 +0000
commitba80e9c528c217f9a14a329b7df38237a9e897a7 (patch)
tree3da9f305e4359b9a83b061a7a420627e93f7f444 /net-news
parentmedia-gfx/pstoedit: drop to ~hppa (diff)
downloadgentoo-ba80e9c528c217f9a14a329b7df38237a9e897a7.tar.gz
gentoo-ba80e9c528c217f9a14a329b7df38237a9e897a7.tar.bz2
gentoo-ba80e9c528c217f9a14a329b7df38237a9e897a7.zip
net-news/rssguard: fix qtdeclarative dep
Missing libQt5Qml.so from qtdeclarative package would cause error when compiling: Project ERROR: Unknown module(s) in QT: qml make: *** [Makefile:48: sub-src-librssguard-make_first-ordered] Error 3 Fix by adding dep on dev-qt/qtdeclarative:5 Closes: https://bugs.gentoo.org/760045 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Peter Alfredsen <crabbedhaloablution@icloud.com> Closes: https://github.com/gentoo/gentoo/pull/18662 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-news')
-rw-r--r--net-news/rssguard/rssguard-3.8.3.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/net-news/rssguard/rssguard-3.8.3.ebuild b/net-news/rssguard/rssguard-3.8.3.ebuild
index 974794479bfa..e6813d670969 100644
--- a/net-news/rssguard/rssguard-3.8.3.ebuild
+++ b/net-news/rssguard/rssguard-3.8.3.ebuild
@@ -23,6 +23,7 @@ DEPEND="
dev-qt/qtsql:5
dev-qt/qtwidgets:5
dev-qt/qtxml:5
+ dev-qt/qtdeclarative:5
webengine? ( dev-qt/qtwebengine:5[widgets] )
"
RDEPEND="${DEPEND}"