Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde-sunset:master commit in: kde-frameworks/kfilemetadata/, kde-misc/tellico/, kde-apps/okular/
Date: Tue, 25 Aug 2020 14:51:20
Message-Id: 1598366703.3064a6530bcb4d280bc1e4cceef5842ee89f0dc5.asturm@gentoo
1 commit: 3064a6530bcb4d280bc1e4cceef5842ee89f0dc5
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 24 17:40:08 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 25 14:45:03 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=3064a653
7
8 */*: Fix MissingUseDepDefault for app-text/poppler[qt4]
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 kde-apps/okular/okular-16.08.3.ebuild | 2 +-
13 kde-apps/okular/okular-4.14.3.ebuild | 2 +-
14 kde-frameworks/kfilemetadata/kfilemetadata-4.14.3.ebuild | 2 +-
15 kde-misc/tellico/tellico-2.3.11.ebuild | 2 +-
16 4 files changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/kde-apps/okular/okular-16.08.3.ebuild b/kde-apps/okular/okular-16.08.3.ebuild
19 index fabcda52..62e2ab38 100644
20 --- a/kde-apps/okular/okular-16.08.3.ebuild
21 +++ b/kde-apps/okular/okular-16.08.3.ebuild
22 @@ -30,7 +30,7 @@ DEPEND="
23 virtual/jpeg:0
24 )
25 mobi? ( $(add_kdeapps_dep kdegraphics-mobipocket) )
26 - pdf? ( >=app-text/poppler-0.20[qt4,-exceptions(-)] )
27 + pdf? ( >=app-text/poppler-0.20[qt4(-),-exceptions(-)] )
28 postscript? ( app-text/libspectre )
29 tiff? ( media-libs/tiff:0 )
30 "
31
32 diff --git a/kde-apps/okular/okular-4.14.3.ebuild b/kde-apps/okular/okular-4.14.3.ebuild
33 index c4887434..21111bdd 100644
34 --- a/kde-apps/okular/okular-4.14.3.ebuild
35 +++ b/kde-apps/okular/okular-4.14.3.ebuild
36 @@ -30,7 +30,7 @@ DEPEND="
37 virtual/jpeg:0
38 )
39 mobi? ( $(add_kdeapps_dep kdegraphics-mobipocket) )
40 - pdf? ( >=app-text/poppler-0.20[qt4,-exceptions(-)] )
41 + pdf? ( >=app-text/poppler-0.20[qt4(-),-exceptions(-)] )
42 postscript? ( app-text/libspectre )
43 tiff? ( media-libs/tiff:0 )
44 "
45
46 diff --git a/kde-frameworks/kfilemetadata/kfilemetadata-4.14.3.ebuild b/kde-frameworks/kfilemetadata/kfilemetadata-4.14.3.ebuild
47 index 4f73085b..0a259e6d 100644
48 --- a/kde-frameworks/kfilemetadata/kfilemetadata-4.14.3.ebuild
49 +++ b/kde-frameworks/kfilemetadata/kfilemetadata-4.14.3.ebuild
50 @@ -15,7 +15,7 @@ DEPEND="
51 exif? ( media-gfx/exiv2:= )
52 ffmpeg? ( virtual/ffmpeg )
53 mobi? ( $(add_kdeapps_dep kdegraphics-mobipocket) )
54 - pdf? ( app-text/poppler[qt4] )
55 + pdf? ( app-text/poppler[qt4(-)] )
56 taglib? ( media-libs/taglib )
57 "
58 RDEPEND="${DEPEND}"
59
60 diff --git a/kde-misc/tellico/tellico-2.3.11.ebuild b/kde-misc/tellico/tellico-2.3.11.ebuild
61 index fd2dd8a2..0283713b 100644
62 --- a/kde-misc/tellico/tellico-2.3.11.ebuild
63 +++ b/kde-misc/tellico/tellico-2.3.11.ebuild
64 @@ -24,7 +24,7 @@ RDEPEND="
65 media-libs/qimageblitz
66 addressbook? ( $(add_kdeapps_dep kdepimlibs) )
67 cddb? ( $(add_kdeapps_dep libkcddb) )
68 - pdf? ( app-text/poppler[qt4] )
69 + pdf? ( app-text/poppler[qt4(-)] )
70 scanner? ( $(add_kdeapps_dep libksane) )
71 taglib? ( >=media-libs/taglib-1.5 )
72 v4l? ( >=media-libs/libv4l-0.8.3 )