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 B0C9E13829C for ; Fri, 3 Jun 2016 12:30:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6505E254022; Fri, 3 Jun 2016 12:30:02 +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 F340C254022 for ; Fri, 3 Jun 2016 12:30:01 +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 D85C4340A9C for ; Fri, 3 Jun 2016 12:30:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E24C971 for ; Fri, 3 Jun 2016 12:29:52 +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: <1464956967.77c54d649dd5924d6e96187af6a3ff8cce959b56.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-video/kaffeine/ X-VCS-Repository: proj/kde X-VCS-Files: media-video/kaffeine/kaffeine-9999.ebuild X-VCS-Directories: media-video/kaffeine/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 77c54d649dd5924d6e96187af6a3ff8cce959b56 X-VCS-Branch: master Date: Fri, 3 Jun 2016 12:29:52 +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: f77c3221-498c-4a1d-95ca-550727a9f11f X-Archives-Hash: c06ad5a59fa72e715130e3095151f8d2 commit: 77c54d649dd5924d6e96187af6a3ff8cce959b56 Author: Johannes Huber gentoo org> AuthorDate: Fri Jun 3 12:29:27 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Fri Jun 3 12:29:27 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=77c54d64 media-video/kaffeine: DEPEND on virtual/pkgconfig Package-Manager: portage-2.3.0_rc1 media-video/kaffeine/kaffeine-9999.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/media-video/kaffeine/kaffeine-9999.ebuild b/media-video/kaffeine/kaffeine-9999.ebuild index 0736122..04f1a76 100644 --- a/media-video/kaffeine/kaffeine-9999.ebuild +++ b/media-video/kaffeine/kaffeine-9999.ebuild @@ -12,7 +12,7 @@ LICENSE="GPL-2 FDL-1.2" KEYWORDS="" IUSE="" -DEPEND=" +CDEPEND=" $(add_frameworks_dep kconfig) $(add_frameworks_dep kconfigwidgets) $(add_frameworks_dep kcoreaddons) @@ -33,7 +33,10 @@ DEPEND=" media-video/vlc[X] x11-libs/libXScrnSaver " -RDEPEND="${DEPEND} +DEPEND="${CDEPEND} + virtual/pkgconfig +" +RDEPEND="${CDEPEND} !media-video/kaffeine:4 "