Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/okular/
Date: Fri, 25 Dec 2020 21:52:02
Message-Id: 1608918009.ee407e145f4a302d83950d813c3da8a5b6acbce8.asturm@gentoo
1 commit: ee407e145f4a302d83950d813c3da8a5b6acbce8
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 25 17:40:09 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 25 17:40:09 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ee407e14
7
8 kde-apps/okular: DEPEND on app-text/poppler[nss]
9
10 Upstream commit f7d6045b9274737fb4f1e87be165f4fc5a4e908d
11
12 Package-Manager: Portage-3.0.12, Repoman-3.0.2
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 kde-apps/okular/okular-9999.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/kde-apps/okular/okular-9999.ebuild b/kde-apps/okular/okular-9999.ebuild
19 index 4c1971f848..baae1a4857 100644
20 --- a/kde-apps/okular/okular-9999.ebuild
21 +++ b/kde-apps/okular/okular-9999.ebuild
22 @@ -55,7 +55,7 @@ DEPEND="
23 )
24 markdown? ( app-text/discount )
25 mobi? ( >=kde-apps/kdegraphics-mobipocket-${PVCUT}:5 )
26 - pdf? ( app-text/poppler[qt5] )
27 + pdf? ( app-text/poppler[nss,qt5] )
28 plucker? ( virtual/jpeg:0 )
29 postscript? ( app-text/libspectre )
30 share? ( >=kde-frameworks/purpose-${KFMIN}:5 )