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 6C12C1580B1 for ; Tue, 31 Aug 2021 15:42:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8712E086D; Tue, 31 Aug 2021 15:42:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 9C7F1E086E for ; Tue, 31 Aug 2021 15:42:22 +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 566CB340E29 for ; Tue, 31 Aug 2021 15:42:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DCE5596 for ; Tue, 31 Aug 2021 15:42:19 +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: <1630424505.9d4f4a10903209a201cab3211467c6786b90785f.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/plasma/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/plasma/plasma-5.85.0-r1.ebuild X-VCS-Directories: kde-frameworks/plasma/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9d4f4a10903209a201cab3211467c6786b90785f X-VCS-Branch: master Date: Tue, 31 Aug 2021 15:42:19 +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: 28724719-f120-4c0d-a6ef-c4b4ddbfc892 X-Archives-Hash: 0036dd1fea66d30a5598d97b5791339a commit: 9d4f4a10903209a201cab3211467c6786b90785f Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Aug 31 10:32:57 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Aug 31 15:41:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d4f4a10 kde-frameworks/plasma: Add IUSE="man" for kde-frameworks/kdoctools Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/plasma/plasma-5.85.0-r1.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/kde-frameworks/plasma/plasma-5.85.0-r1.ebuild b/kde-frameworks/plasma/plasma-5.85.0-r1.ebuild index 1e392e19061..b311e0a8b0f 100644 --- a/kde-frameworks/plasma/plasma-5.85.0-r1.ebuild +++ b/kde-frameworks/plasma/plasma-5.85.0-r1.ebuild @@ -13,13 +13,10 @@ DESCRIPTION="Plasma framework" LICENSE="LGPL-2+" KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" -IUSE="gles2-only wayland X" +IUSE="gles2-only man wayland X" RESTRICT+=" test" -BDEPEND=" - >=kde-frameworks/kdoctools-${PVCUT}:5 -" RDEPEND=" >=dev-qt/qtdbus-${QTMIN}:5 >=dev-qt/qtdeclarative-${QTMIN}:5 @@ -60,6 +57,7 @@ RDEPEND=" DEPEND="${RDEPEND} X? ( x11-base/xorg-proto ) " +BDEPEND="man? ( >=kde-frameworks/kdoctools-${PVCUT}:5 )" PATCHES=( "${FILESDIR}"/${P}-fix-plasma-scaling-w-int-scale-factors.patch @@ -70,6 +68,7 @@ PATCHES=( src_configure() { local mycmakeargs=( $(cmake_use_find_package !gles2-only OpenGL) + $(cmake_use_find_package man KF5DocTools) $(cmake_use_find_package wayland EGL) $(cmake_use_find_package wayland KF5Wayland) $(cmake_use_find_package X X11)