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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D9A1D158020 for ; Fri, 16 Dec 2022 19:33:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E23FAE085B; Fri, 16 Dec 2022 19:33:13 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C6E0CE085B for ; Fri, 16 Dec 2022 19:33:13 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 745FA340F01 for ; Fri, 16 Dec 2022 19:33:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ABB4D7C6 for ; Fri, 16 Dec 2022 19:33:10 +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: <1671219025.ec3e954affc0904a9913f5d08142bb5035eec84c.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-22.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: ec3e954affc0904a9913f5d08142bb5035eec84c X-VCS-Branch: master Date: Fri, 16 Dec 2022 19:33:10 +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: 3f54c0cd-8060-4d8a-b5f9-db82ff17ed99 X-Archives-Hash: d8ffe7fd1421f7b65c7562e9f0d0ed79 commit: ec3e954affc0904a9913f5d08142bb5035eec84c Author: Sam James gentoo org> AuthorDate: Fri Dec 16 01:24:19 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Dec 16 19:30:25 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ec3e954a kde-apps/okular: add media-libs/libtiff subslot dep libtiff changed SONAME. Signed-off-by: Sam James gentoo.org> Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/okular/okular-22.12.49.9999.ebuild | 2 +- kde-apps/okular/okular-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-apps/okular/okular-22.12.49.9999.ebuild b/kde-apps/okular/okular-22.12.49.9999.ebuild index 496a5d7f03..83935d7a74 100644 --- a/kde-apps/okular/okular-22.12.49.9999.ebuild +++ b/kde-apps/okular/okular-22.12.49.9999.ebuild @@ -59,7 +59,7 @@ DEPEND=" postscript? ( app-text/libspectre ) share? ( >=kde-frameworks/purpose-${KFMIN}:5 ) speech? ( >=dev-qt/qtspeech-${QTMIN}:5 ) - tiff? ( media-libs/tiff:0 ) + tiff? ( media-libs/tiff:= ) " RDEPEND="${DEPEND} image-backend? ( >=kde-frameworks/kimageformats-${KFMIN}:5 ) diff --git a/kde-apps/okular/okular-9999.ebuild b/kde-apps/okular/okular-9999.ebuild index 496a5d7f03..83935d7a74 100644 --- a/kde-apps/okular/okular-9999.ebuild +++ b/kde-apps/okular/okular-9999.ebuild @@ -59,7 +59,7 @@ DEPEND=" postscript? ( app-text/libspectre ) share? ( >=kde-frameworks/purpose-${KFMIN}:5 ) speech? ( >=dev-qt/qtspeech-${QTMIN}:5 ) - tiff? ( media-libs/tiff:0 ) + tiff? ( media-libs/tiff:= ) " RDEPEND="${DEPEND} image-backend? ( >=kde-frameworks/kimageformats-${KFMIN}:5 )