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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 66AA2158042 for ; Sun, 10 Nov 2024 16:46:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69C3FE0922; Sun, 10 Nov 2024 16:46:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4E789E0922 for ; Sun, 10 Nov 2024 16:46:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 63435335D6A for ; Sun, 10 Nov 2024 16:46:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 006991D6E for ; Sun, 10 Nov 2024 16:46:30 +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: <1731254880.e7f6c845ec72f37fea5429fc7f978cbcde85b9c0.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: e7f6c845ec72f37fea5429fc7f978cbcde85b9c0 X-VCS-Branch: master Date: Sun, 10 Nov 2024 16:46:30 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b4bd78e2-87d8-45d5-91cc-77d174c39d04 X-Archives-Hash: 09d45eaaabc4159fdd3f6627d43345f7 commit: e7f6c845ec72f37fea5429fc7f978cbcde85b9c0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Nov 10 15:59:24 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Nov 10 16:08:00 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e7f6c845 kde-apps/okular: Raise minimum app-text/poppler version to 24.10 Upstream commit e165180bb0db38e780e7fcd425cff186f48abd12 Signed-off-by: Andreas Sturmlechner gentoo.org> 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 322379cec6..3b2294f0f1 100644 --- a/kde-apps/okular/okular-9999.ebuild +++ b/kde-apps/okular/okular-9999.ebuild @@ -50,7 +50,7 @@ DEPEND=" epub? ( app-text/ebook-tools ) markdown? ( >=app-text/discount-2.2.7-r1:= ) mobi? ( >=kde-apps/kdegraphics-mobipocket-${PVCUT}:6 ) - pdf? ( >=app-text/poppler-23.12.0[nss,qt6] ) + pdf? ( >=app-text/poppler-24.10.0[nss,qt6] ) phonon? ( >=media-libs/phonon-4.12.0[qt6(+)] ) postscript? ( app-text/libspectre ) share? ( >=kde-frameworks/purpose-${KFMIN}:6 )