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 AA31E1382C5 for ; Sun, 11 Apr 2021 20:03:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8241E0893; Sun, 11 Apr 2021 20:03:28 +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 8D6FDE0893 for ; Sun, 11 Apr 2021 20:03:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 713D6340CE2 for ; Sun, 11 Apr 2021 20:03:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A35D72A for ; Sun, 11 Apr 2021 20:03:23 +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: <1618171365.ba577ccdb7f20e8614cd384d56b0839b6f05a26e.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-office/calligra/ X-VCS-Repository: proj/kde X-VCS-Files: app-office/calligra/calligra-9999.ebuild X-VCS-Directories: app-office/calligra/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ba577ccdb7f20e8614cd384d56b0839b6f05a26e X-VCS-Branch: master Date: Sun, 11 Apr 2021 20:03:23 +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: c1062643-86b1-4e77-9c11-cc018cb0c2b5 X-Archives-Hash: 12005023e7ce39a1e74159977be116da commit: ba577ccdb7f20e8614cd384d56b0839b6f05a26e Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Apr 11 19:40:20 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Apr 11 20:02:45 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ba577ccd app-office/calligra: Add missing RDEPEND Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> app-office/calligra/calligra-9999.ebuild | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/app-office/calligra/calligra-9999.ebuild b/app-office/calligra/calligra-9999.ebuild index 53958655aa..61cd7e88a5 100644 --- a/app-office/calligra/calligra-9999.ebuild +++ b/app-office/calligra/calligra-9999.ebuild @@ -22,8 +22,11 @@ CAL_FTS=( karbon sheets stage words ) LICENSE="GPL-2" SLOT="5" -IUSE="activities +charts +crypt +fontconfig gemini gsl +import-filter +lcms okular openexr - +pdf phonon spacenav +truetype X $(printf 'calligra_features_%s ' ${CAL_FTS[@]})" +IUSE="activities +charts +crypt +fontconfig gemini gsl +import-filter +lcms + okular openexr +pdf phonon spacenav +truetype X + $(printf 'calligra_features_%s ' ${CAL_FTS[@]})" + +RESTRICT+=" test" # TODO: Not packaged: Cauchy (https://bitbucket.org/cyrille/cauchy) # Required for the matlab/octave formula tool @@ -110,13 +113,12 @@ DEPEND="${COMMON_DEPEND} RDEPEND="${COMMON_DEPEND} calligra_features_karbon? ( media-gfx/pstoedit[plotutils] ) gemini? ( + >=dev-qt/qtquickcontrols-${QTMIN}:5 >=dev-qt/qtquickcontrols2-${QTMIN}:5 >=kde-frameworks/kirigami-${KFMIN}:5 ) " -RESTRICT+=" test" - PATCHES=( "${FILESDIR}"/${PN}-3.1.89-no-arch-detection.patch ) pkg_pretend() {