From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 273DC138332 for ; Thu, 22 Feb 2018 13:17:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A374E0876; Thu, 22 Feb 2018 13:17:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 01771E0876 for ; Thu, 22 Feb 2018 13:17:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 16D62335C4D for ; Thu, 22 Feb 2018 13:17:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95BD1233 for ; Thu, 22 Feb 2018 13:17:21 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1519304472.bb5fb9f17d02789c920d3bb8d45949facf47483d.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/okular/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/okular/okular-17.12.49.9999.ebuild kde-apps/okular/okular-9999.ebuild X-VCS-Directories: kde-apps/okular/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: bb5fb9f17d02789c920d3bb8d45949facf47483d X-VCS-Branch: master Date: Thu, 22 Feb 2018 13:17:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a4f8d5d1-b277-45e2-9c44-24baf4f8b9cb X-Archives-Hash: fd31329b9a7aa871a04992d77f48d6e7 commit: bb5fb9f17d02789c920d3bb8d45949facf47483d Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Feb 22 13:01:12 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Feb 22 13:01:12 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=bb5fb9f1 kde-apps/okular: Relax poppler/qca qt5-usedeps Package-Manager: Portage-2.3.24, Repoman-2.3.6 kde-apps/okular/okular-17.12.49.9999.ebuild | 4 ++-- kde-apps/okular/okular-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/kde-apps/okular/okular-17.12.49.9999.ebuild b/kde-apps/okular/okular-17.12.49.9999.ebuild index 9f9adeb460..4674c4ec89 100644 --- a/kde-apps/okular/okular-17.12.49.9999.ebuild +++ b/kde-apps/okular/okular-17.12.49.9999.ebuild @@ -39,7 +39,7 @@ DEPEND=" $(add_frameworks_dep khtml) dev-libs/chmlib ) - crypt? ( app-crypt/qca:2[qt5] ) + crypt? ( app-crypt/qca:2[qt5(+)] ) djvu? ( app-text/djvu ) epub? ( app-text/ebook-tools ) image-backend? ( @@ -48,7 +48,7 @@ DEPEND=" ) markdown? ( app-text/discount ) mobi? ( $(add_kdeapps_dep kdegraphics-mobipocket) ) - pdf? ( app-text/poppler[qt5,-exceptions(-)] ) + pdf? ( app-text/poppler[qt5(+)] ) plucker? ( virtual/jpeg:0 ) postscript? ( app-text/libspectre ) share? ( $(add_frameworks_dep purpose) ) diff --git a/kde-apps/okular/okular-9999.ebuild b/kde-apps/okular/okular-9999.ebuild index 9f9adeb460..4674c4ec89 100644 --- a/kde-apps/okular/okular-9999.ebuild +++ b/kde-apps/okular/okular-9999.ebuild @@ -39,7 +39,7 @@ DEPEND=" $(add_frameworks_dep khtml) dev-libs/chmlib ) - crypt? ( app-crypt/qca:2[qt5] ) + crypt? ( app-crypt/qca:2[qt5(+)] ) djvu? ( app-text/djvu ) epub? ( app-text/ebook-tools ) image-backend? ( @@ -48,7 +48,7 @@ DEPEND=" ) markdown? ( app-text/discount ) mobi? ( $(add_kdeapps_dep kdegraphics-mobipocket) ) - pdf? ( app-text/poppler[qt5,-exceptions(-)] ) + pdf? ( app-text/poppler[qt5(+)] ) plucker? ( virtual/jpeg:0 ) postscript? ( app-text/libspectre ) share? ( $(add_frameworks_dep purpose) )