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 BC326138350 for ; Mon, 9 Mar 2020 20:34:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07D7DE0975; Mon, 9 Mar 2020 20:34:24 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E6406E0975 for ; Mon, 9 Mar 2020 20:34:23 +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 C19F834F329 for ; Mon, 9 Mar 2020 20:34:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C55F102 for ; Mon, 9 Mar 2020 20:34:21 +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: <1583785894.d9b64cf4c2a168dfdb554662b2105750b92c3fe5.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: d9b64cf4c2a168dfdb554662b2105750b92c3fe5 X-VCS-Branch: master Date: Mon, 9 Mar 2020 20:34:21 +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: 7b1b386e-4e1b-4d9e-a3c8-0099540061b4 X-Archives-Hash: 12aa97a27e29b078ed44734ff65bb7c4 commit: d9b64cf4c2a168dfdb554662b2105750b92c3fe5 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Mar 9 20:31:34 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Mar 9 20:31:34 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d9b64cf4 app-office/calligra: Add new RDEPEND for USE gemini Upstream commit d6cdb21118b234d91a641edd20be905b6fce1412 Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> app-office/calligra/calligra-9999.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app-office/calligra/calligra-9999.ebuild b/app-office/calligra/calligra-9999.ebuild index 6b9e866a40..1761cd8c2a 100644 --- a/app-office/calligra/calligra-9999.ebuild +++ b/app-office/calligra/calligra-9999.ebuild @@ -113,6 +113,10 @@ DEPEND="${COMMON_DEPEND} " RDEPEND="${COMMON_DEPEND} calligra_features_karbon? ( media-gfx/pstoedit[plotutils] ) + gemini? ( + >=dev-qt/qtquickcontrols2-${QTMIN}:5 + >=kde-frameworks/kirigami-${KFMIN}:5 + ) " RESTRICT+=" test"