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 DBFEC13829C for ; Fri, 3 Jun 2016 09:03:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 998D0254022; Fri, 3 Jun 2016 09:03:25 +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 430D0254022 for ; Fri, 3 Jun 2016 09:03:25 +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 C01D1340BB4 for ; Fri, 3 Jun 2016 09:03:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68373971 for ; Fri, 3 Jun 2016 09:03:21 +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: <1464944579.fa2555d47d5dc14dc714970a8ee9d3a27c25945f.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-video/kmplayer/ X-VCS-Repository: proj/kde X-VCS-Files: media-video/kmplayer/kmplayer-9999.ebuild X-VCS-Directories: media-video/kmplayer/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: fa2555d47d5dc14dc714970a8ee9d3a27c25945f X-VCS-Branch: master Date: Fri, 3 Jun 2016 09:03:21 +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: 25518317-3ad3-4e3e-856f-f206b04d203a X-Archives-Hash: c5af1288e01135b74a6aaf4de847ed9e commit: fa2555d47d5dc14dc714970a8ee9d3a27c25945f Author: Johannes Huber gentoo org> AuthorDate: Fri Jun 3 09:02:59 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Fri Jun 3 09:02:59 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=fa2555d4 media-video/kmplayer: DEPEND on sys-devel/gettext Package-Manager: portage-2.3.0_rc1 media-video/kmplayer/kmplayer-9999.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/media-video/kmplayer/kmplayer-9999.ebuild b/media-video/kmplayer/kmplayer-9999.ebuild index 0f640bc..120644a 100644 --- a/media-video/kmplayer/kmplayer-9999.ebuild +++ b/media-video/kmplayer/kmplayer-9999.ebuild @@ -13,7 +13,7 @@ LICENSE="GPL-2 FDL-1.2 LGPL-2.1" KEYWORDS="" IUSE="cairo npp" -DEPEND=" +CDEPEND=" $(add_frameworks_dep kbookmarks) $(add_frameworks_dep kcompletion) $(add_frameworks_dep kconfig) @@ -44,7 +44,10 @@ DEPEND=" >=x11-libs/gtk+-2.10.14:2 ) " -RDEPEND="${DEPEND} +DEPEND="${CDEPEND} + sys-devel/gettext +" +RDEPEND="${CDEPEND} media-video/mplayer !media-video/kmplayer:4 "