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 818211382C5 for ; Mon, 19 Mar 2018 17:15:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B4BCE08EB; Mon, 19 Mar 2018 17:15:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 70B0EE08EB for ; Mon, 19 Mar 2018 17:15:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 49D9333BDD0 for ; Mon, 19 Mar 2018 17:15:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BFFF4261 for ; Mon, 19 Mar 2018 17:15:03 +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: <1521479339.8c26b0f9d5c4ce9a3a077baa8457c020f381f2c5.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-9999.ebuild X-VCS-Directories: kde-apps/okular/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8c26b0f9d5c4ce9a3a077baa8457c020f381f2c5 X-VCS-Branch: master Date: Mon, 19 Mar 2018 17:15:03 +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: bd021170-2646-41e1-915f-b152bb0f8388 X-Archives-Hash: f37a646720bb241a01aa4a8dd0c71661 commit: 8c26b0f9d5c4ce9a3a077baa8457c020f381f2c5 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Mar 19 17:08:59 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Mar 19 17:08:59 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8c26b0f9 kde-apps/okular: Revert bogus poppler-qt5-relaxation Package-Manager: Portage-2.3.24, Repoman-2.3.6 kde-apps/okular/okular-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-apps/okular/okular-9999.ebuild b/kde-apps/okular/okular-9999.ebuild index 4674c4ec89..1eba56641a 100644 --- a/kde-apps/okular/okular-9999.ebuild +++ b/kde-apps/okular/okular-9999.ebuild @@ -48,7 +48,7 @@ DEPEND=" ) markdown? ( app-text/discount ) mobi? ( $(add_kdeapps_dep kdegraphics-mobipocket) ) - pdf? ( app-text/poppler[qt5(+)] ) + pdf? ( app-text/poppler[qt5] ) plucker? ( virtual/jpeg:0 ) postscript? ( app-text/libspectre ) share? ( $(add_frameworks_dep purpose) )