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 C6DA7158041 for ; Mon, 11 Mar 2024 09:50:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E8D2E2A2A; Mon, 11 Mar 2024 09:50:49 +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 702B4E2A2A for ; Mon, 11 Mar 2024 09:50:49 +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 7B26633C1C1 for ; Mon, 11 Mar 2024 09:50:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C9B781515 for ; Mon, 11 Mar 2024 09:50:46 +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: <1710150622.a9fa91b81b0af382213caa1ab2926ee45cbd81ab.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/calligra/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/calligra/calligra-3.2.1-r8.ebuild app-office/calligra/calligra-3.2.1-r9.ebuild X-VCS-Directories: app-office/calligra/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a9fa91b81b0af382213caa1ab2926ee45cbd81ab X-VCS-Branch: master Date: Mon, 11 Mar 2024 09:50:46 +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: 34e2c7a6-6237-4ab0-b441-7ec19243a729 X-Archives-Hash: 90ca400fd0b7395dfdd26793def751f1 commit: a9fa91b81b0af382213caa1ab2926ee45cbd81ab Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Mar 4 20:54:18 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Mar 11 09:50:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9fa91b8 app-office/calligra: Add media-gfx/okularpart:5 alternative to okular:5 Signed-off-by: Andreas Sturmlechner gentoo.org> .../{calligra-3.2.1-r8.ebuild => calligra-3.2.1-r9.ebuild} | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/app-office/calligra/calligra-3.2.1-r8.ebuild b/app-office/calligra/calligra-3.2.1-r9.ebuild similarity index 97% rename from app-office/calligra/calligra-3.2.1-r8.ebuild rename to app-office/calligra/calligra-3.2.1-r9.ebuild index 32df8e62e124..fb8f5a53b31b 100644 --- a/app-office/calligra/calligra-3.2.1-r8.ebuild +++ b/app-office/calligra/calligra-3.2.1-r9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -74,7 +74,7 @@ COMMON_DEPEND=" virtual/libiconv activities? ( >=kde-plasma/plasma-activities-${KFMIN}:5 ) charts? ( dev-libs/kdiagram:5 ) - crypt? ( >=app-crypt/qca-2.3.0:2 ) + crypt? ( >=app-crypt/qca-2.3.0:2[qt5(+)] ) fontconfig? ( media-libs/fontconfig ) gemini? ( >=dev-qt/qtdeclarative-${QTMIN}:5[widgets] ) gsl? ( sci-libs/gsl:= ) @@ -88,7 +88,10 @@ COMMON_DEPEND=" media-libs/libvisio ) lcms? ( media-libs/lcms:2 ) - okular? ( kde-apps/okular:5 ) + okular? ( || ( + media-gfx/okularpart:5 + kde-apps/okular:5 + ) ) pdf? ( app-text/poppler:=[qt5] ) phonon? ( >=media-libs/phonon-4.11.0[qt5(+)] ) spacenav? ( dev-libs/libspnav )