From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9AC8D59CB2 for ; Wed, 13 Apr 2016 14:23:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2575921C045; Wed, 13 Apr 2016 14:23: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 B32F721C045 for ; Wed, 13 Apr 2016 14:23:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 56374340D04 for ; Wed, 13 Apr 2016 14:23:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E71020E for ; Wed, 13 Apr 2016 14:23:16 +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: <1460557386.0603dc5db3a5fd141bc6be8f81f7d98b58daae15.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-video/kamoso/ X-VCS-Repository: proj/kde X-VCS-Files: media-video/kamoso/kamoso-9999.ebuild X-VCS-Directories: media-video/kamoso/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 0603dc5db3a5fd141bc6be8f81f7d98b58daae15 X-VCS-Branch: master Date: Wed, 13 Apr 2016 14:23:16 +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: ec98e642-6fed-44e1-9278-8430de7ce437 X-Archives-Hash: b07b3416366cfbff906f34a97e075977 commit: 0603dc5db3a5fd141bc6be8f81f7d98b58daae15 Author: Johannes Huber gentoo org> AuthorDate: Wed Apr 13 14:23:06 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Wed Apr 13 14:23:06 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0603dc5d media-video/kamoso: Improve dependencies Package-Manager: portage-2.2.28 media-video/kamoso/kamoso-9999.ebuild | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/media-video/kamoso/kamoso-9999.ebuild b/media-video/kamoso/kamoso-9999.ebuild index 6266b4b..7827c7a 100644 --- a/media-video/kamoso/kamoso-9999.ebuild +++ b/media-video/kamoso/kamoso-9999.ebuild @@ -14,19 +14,21 @@ LICENSE="GPL-2+" KEYWORDS="" IUSE="" -DEPEND=" +CDEPEND=" $(add_frameworks_dep kconfig) $(add_frameworks_dep kcoreaddons) $(add_frameworks_dep kdeclarative) $(add_frameworks_dep ki18n) $(add_frameworks_dep kio) - dev-libs/purpose:5 $(add_qt_dep qtdeclarative) $(add_qt_dep qtgui) $(add_qt_dep qtwidgets) media-libs/qt-gstreamer[qt5] virtual/libudev:= " -RDEPEND="${DEPEND} - media-plugins/gst-plugins-meta[alsa,theora,vorbis,v4l] +DEPEND="${CDEPEND} + dev-libs/purpose:5 +" +RDEPEND="${CDEPEND} + media-plugins/gst-plugins-meta:1.0[alsa,theora,vorbis,v4l] "