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 567F5158087 for ; Fri, 4 Feb 2022 11:49:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ADBA3E07A5; Fri, 4 Feb 2022 11:49: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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7B93DE07A5 for ; Fri, 4 Feb 2022 11:49:12 +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 7E3D134337E for ; Fri, 4 Feb 2022 11:49:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 15864D0 for ; Fri, 4 Feb 2022 11:49: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: <1643975315.85caace119b784ec5d322243c9320926806acadd.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/okular/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/okular/okular-21.08.3.ebuild kde-apps/okular/okular-21.12.2.ebuild X-VCS-Directories: kde-apps/okular/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 85caace119b784ec5d322243c9320926806acadd X-VCS-Branch: master Date: Fri, 4 Feb 2022 11:49: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: 8c45d9bc-7f14-45bd-a563-dcad86fd1a1b X-Archives-Hash: 8d398c7c1e778a15103dd788ea4649f6 commit: 85caace119b784ec5d322243c9320926806acadd Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Feb 4 11:48:15 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Feb 4 11:48:35 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85caace1 kde-apps/okular: DEPEND on >=app-text/discount-2.2.7-r1 Avoiding a revbump just to fix a pkgconfig issue. Closes: https://bugs.gentoo.org/832689 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/okular/okular-21.08.3.ebuild | 9 ++++++--- kde-apps/okular/okular-21.12.2.ebuild | 7 +++++-- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/kde-apps/okular/okular-21.08.3.ebuild b/kde-apps/okular/okular-21.08.3.ebuild index 85d5e52e333a..44920f1e7242 100644 --- a/kde-apps/okular/okular-21.08.3.ebuild +++ b/kde-apps/okular/okular-21.08.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -19,7 +19,7 @@ SLOT="5" KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86" IUSE="chm crypt djvu epub +image-backend markdown mobi +pdf +plucker +postscript qml share speech +tiff" -DEPEND=" +COMMON_DEPEND=" >=dev-qt/qtdbus-${QTMIN}:5 >=dev-qt/qtgui-${QTMIN}:5 >=dev-qt/qtprintsupport-${QTMIN}:5 @@ -64,7 +64,10 @@ DEPEND=" speech? ( >=dev-qt/qtspeech-${QTMIN}:5 ) tiff? ( media-libs/tiff:0 ) " -RDEPEND="${DEPEND} +DEPEND="${COMMON_DEPEND} + markdown? ( >=app-text/discount-2.2.7-r1 ) +" +RDEPEND="${COMMON_DEPEND} image-backend? ( >=kde-frameworks/kimageformats-${KFMIN}:5 ) qml? ( >=dev-qt/qtquickcontrols2-${QTMIN}:5 diff --git a/kde-apps/okular/okular-21.12.2.ebuild b/kde-apps/okular/okular-21.12.2.ebuild index 7ec95e950128..768274390def 100644 --- a/kde-apps/okular/okular-21.12.2.ebuild +++ b/kde-apps/okular/okular-21.12.2.ebuild @@ -19,7 +19,7 @@ SLOT="5" KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" IUSE="crypt djvu epub +image-backend markdown mobi +pdf +plucker +postscript qml share speech +tiff" -DEPEND=" +COMMON_DEPEND=" >=dev-qt/qtdbus-${QTMIN}:5 >=dev-qt/qtgui-${QTMIN}:5 >=dev-qt/qtprintsupport-${QTMIN}:5 @@ -59,7 +59,10 @@ DEPEND=" speech? ( >=dev-qt/qtspeech-${QTMIN}:5 ) tiff? ( media-libs/tiff:0 ) " -RDEPEND="${DEPEND} +DEPEND="${COMMON_DEPEND} + markdown? ( >=app-text/discount-2.2.7-r1 ) +" +RDEPEND="${COMMON_DEPEND} image-backend? ( >=kde-frameworks/kimageformats-${KFMIN}:5 ) qml? ( >=dev-qt/qtquickcontrols2-${QTMIN}:5