commit:     707cdde947b016eb344c978970181273aee10cdd
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 25 10:57:02 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jul 25 10:57:02 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=707cdde9

app-text/poppler: Add missing IUSE="qt5 test" test dep

Closes: https://bugs.gentoo.org/910644
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-text/poppler/poppler-23.07.0.ebuild | 5 ++++-
 app-text/poppler/poppler-9999.ebuild    | 5 ++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/app-text/poppler/poppler-23.07.0.ebuild 
b/app-text/poppler/poppler-23.07.0.ebuild
index 961fa2f86c19..0a2411442ffc 100644
--- a/app-text/poppler/poppler-23.07.0.ebuild
+++ b/app-text/poppler/poppler-23.07.0.ebuild
@@ -56,7 +56,10 @@ RDEPEND="${COMMON_DEPEND}
 "
 DEPEND="${COMMON_DEPEND}
        boost? ( >=dev-libs/boost-1.71 )
-       test? ( qt5? ( dev-qt/qttest:5 ) )
+       test? ( qt5? (
+               dev-qt/qttest:5
+               dev-qt/qtwidgets:5
+       ) )
 "
 BDEPEND="
        >=dev-util/glib-utils-2.64

diff --git a/app-text/poppler/poppler-9999.ebuild 
b/app-text/poppler/poppler-9999.ebuild
index 961fa2f86c19..0a2411442ffc 100644
--- a/app-text/poppler/poppler-9999.ebuild
+++ b/app-text/poppler/poppler-9999.ebuild
@@ -56,7 +56,10 @@ RDEPEND="${COMMON_DEPEND}
 "
 DEPEND="${COMMON_DEPEND}
        boost? ( >=dev-libs/boost-1.71 )
-       test? ( qt5? ( dev-qt/qttest:5 ) )
+       test? ( qt5? (
+               dev-qt/qttest:5
+               dev-qt/qtwidgets:5
+       ) )
 "
 BDEPEND="
        >=dev-util/glib-utils-2.64

Reply via email to