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 3365E139694 for ; Thu, 6 Apr 2017 19:59:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72052E0BE0; Thu, 6 Apr 2017 19:59:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 4C996E0BE0 for ; Thu, 6 Apr 2017 19:59: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 1F97B33BF43 for ; Thu, 6 Apr 2017 19:59:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A3EC1B9B for ; Thu, 6 Apr 2017 19:59:19 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1491508546.47690cc49fa13d760b18dd2e83131f9aad91fc47.johu@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: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 47690cc49fa13d760b18dd2e83131f9aad91fc47 X-VCS-Branch: master Date: Thu, 6 Apr 2017 19:59: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-Archives-Salt: 95972b71-806e-4904-a884-116b94aeda4c X-Archives-Hash: 5fb59a5d056fda7421f5f0a5b0d0cf2a commit: 47690cc49fa13d760b18dd2e83131f9aad91fc47 Author: Johannes Huber gentoo org> AuthorDate: Thu Apr 6 19:55:46 2017 +0000 Commit: Johannes Huber gentoo org> CommitDate: Thu Apr 6 19:55:46 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=47690cc4 media-sound/elisa: DEPEND on dev-qt/qtmultimedia Package-Manager: Portage-2.3.5, Repoman-2.3.2 media-sound/elisa/elisa-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-sound/elisa/elisa-9999.ebuild b/media-sound/elisa/elisa-9999.ebuild index 46a178e80c..4e9bf9e747 100644 --- a/media-sound/elisa/elisa-9999.ebuild +++ b/media-sound/elisa/elisa-9999.ebuild @@ -29,6 +29,7 @@ RDEPEND=" $(add_qt_dep qtdbus) $(add_qt_dep qtdeclarative) $(add_qt_dep qtgui) + $(add_qt_dep qtmultimedia) $(add_qt_dep qtsql) $(add_qt_dep qtwidgets) "