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 6A8F3139695 for ; Wed, 5 Jul 2017 22:56:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 892D5E0BFA; Wed, 5 Jul 2017 22:56:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 66C91E0BFA for ; Wed, 5 Jul 2017 22:56:14 +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 C0CAB341845 for ; Wed, 5 Jul 2017 22:56:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 240BC7466 for ; Wed, 5 Jul 2017 22:56:11 +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: <1499294942.a646c02f09011655d49cea08eae4aadbe27c68e2.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-sound/elisa/ X-VCS-Repository: proj/kde X-VCS-Files: media-sound/elisa/elisa-9999.ebuild X-VCS-Directories: media-sound/elisa/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a646c02f09011655d49cea08eae4aadbe27c68e2 X-VCS-Branch: master Date: Wed, 5 Jul 2017 22:56:11 +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: 22675339-081d-4378-a830-0d23222da600 X-Archives-Hash: e5888801d711dd45d428fe256926de6e commit: a646c02f09011655d49cea08eae4aadbe27c68e2 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jul 5 22:49:02 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jul 5 22:49:02 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a646c02f media-sound/elisa: Add missing RDEPENDs Upstream commit e565837e7fc928e48d60924438a82552a7187e42 Reported-by: holgersson in #gentoo-kde Package-Manager: Portage-2.3.6, Repoman-2.3.1 media-sound/elisa/elisa-9999.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/media-sound/elisa/elisa-9999.ebuild b/media-sound/elisa/elisa-9999.ebuild index 4f8ad7cba8..b6c8400c62 100644 --- a/media-sound/elisa/elisa-9999.ebuild +++ b/media-sound/elisa/elisa-9999.ebuild @@ -16,7 +16,7 @@ IUSE="" # TODO: # - Bogus deps # - optional features -RDEPEND=" +COMMON_DEPEND=" $(add_frameworks_dep baloo) $(add_frameworks_dep kconfig) $(add_frameworks_dep kconfigwidgets) @@ -33,8 +33,12 @@ RDEPEND=" $(add_qt_dep qtsql) $(add_qt_dep qtwidgets) " -DEPEND="${RDEPEND} +DEPEND="${COMMON_DEPEND} sys-devel/gettext " +RDEPEND="${COMMON_DEPEND} + $(add_qt_dep qtgraphicaleffects) + $(add_qt_dep qtquickcontrols) +" RESTRICT+=" test"