Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: app-text/kbibtex/
Date: Thu, 22 Feb 2018 13:17:25
Message-Id: 1519303983.7cd64340704f9e9c5ff4997217212ae9a0937074.asturm@gentoo
1 commit: 7cd64340704f9e9c5ff4997217212ae9a0937074
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 22 12:53:03 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 22 12:53:03 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7cd64340
7
8 app-text/kbibtex: Relax poppler/qca qt5-usedeps
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 app-text/kbibtex/kbibtex-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-text/kbibtex/kbibtex-9999.ebuild b/app-text/kbibtex/kbibtex-9999.ebuild
16 index 2ab291f16f..aa4fca6820 100644
17 --- a/app-text/kbibtex/kbibtex-9999.ebuild
18 +++ b/app-text/kbibtex/kbibtex-9999.ebuild
19 @@ -42,13 +42,13 @@ DEPEND="
20 $(add_qt_dep qtwidgets)
21 $(add_qt_dep qtxml)
22 $(add_qt_dep qtxmlpatterns)
23 - app-text/poppler[qt5]
24 + app-text/poppler[qt5(+)]
25 dev-libs/icu:=
26 virtual/tex-base
27 webengine? ( $(add_qt_dep qtwebengine 'widgets') )
28 webkit? ( $(add_qt_dep qtwebkit) )
29 zotero? (
30 - app-crypt/qca[qt5]
31 + app-crypt/qca[qt5(+)]
32 dev-libs/qoauth:5
33 )
34 "