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 E9FAB139694 for ; Thu, 13 Jul 2017 17:48:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4553DE0D31; Thu, 13 Jul 2017 17:48:34 +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 22BF7E0D31 for ; Thu, 13 Jul 2017 17:48:34 +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 95AE8341A41 for ; Thu, 13 Jul 2017 17:48:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B6FA748F for ; Thu, 13 Jul 2017 17:48:31 +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: <1499968098.8e8cbe390626d85ce6f4b47683138983b7f5f26b.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/okular/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/okular/okular-17.04.3.ebuild kde-apps/okular/okular-17.04.49.9999.ebuild X-VCS-Directories: kde-apps/okular/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8e8cbe390626d85ce6f4b47683138983b7f5f26b X-VCS-Branch: master Date: Thu, 13 Jul 2017 17:48:31 +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-Archives-Salt: ff053632-a503-4ade-ba0b-ab70b2e51d59 X-Archives-Hash: 496a17c51c398de80c6ab9ea11b0ff31 commit: 8e8cbe390626d85ce6f4b47683138983b7f5f26b Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jul 13 17:48:18 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jul 13 17:48:18 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8e8cbe39 kde-apps/okular: Add missing RDEPEND Package-Manager: Portage-2.3.6, Repoman-2.3.1 kde-apps/okular/okular-17.04.3.ebuild | 5 ++++- kde-apps/okular/okular-17.04.49.9999.ebuild | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/kde-apps/okular/okular-17.04.3.ebuild b/kde-apps/okular/okular-17.04.3.ebuild index c9f7f35e22..5dad52c5ae 100644 --- a/kde-apps/okular/okular-17.04.3.ebuild +++ b/kde-apps/okular/okular-17.04.3.ebuild @@ -55,7 +55,10 @@ DEPEND=" " RDEPEND="${DEPEND} image-backend? ( $(add_frameworks_dep kimageformats) ) - mobile? ( dev-libs/kirigami:1 ) + mobile? ( + $(add_qt_dep qtquickcontrols) + dev-libs/kirigami:1 + ) " # bug 603116 diff --git a/kde-apps/okular/okular-17.04.49.9999.ebuild b/kde-apps/okular/okular-17.04.49.9999.ebuild index d17193bc39..a77e9201b3 100644 --- a/kde-apps/okular/okular-17.04.49.9999.ebuild +++ b/kde-apps/okular/okular-17.04.49.9999.ebuild @@ -55,7 +55,10 @@ DEPEND=" " RDEPEND="${DEPEND} image-backend? ( $(add_frameworks_dep kimageformats) ) - mobile? ( dev-libs/kirigami:1 ) + mobile? ( + $(add_qt_dep qtquickcontrols) + dev-libs/kirigami:1 + ) " # bug 603116