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 621FB1396DB for ; Sun, 12 Nov 2017 15:23:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AAFC4E101E; Sun, 12 Nov 2017 15:23:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 83076E101D for ; Sun, 12 Nov 2017 15:23:31 +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 A1C4133BE18 for ; Sun, 12 Nov 2017 15:23:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E97F29A82 for ; Sun, 12 Nov 2017 15:23:27 +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: <1510500179.5806434c2e17384f8ebbe23789ead4516b3e3ec7.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/juk/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/juk/juk-9999.ebuild X-VCS-Directories: kde-apps/juk/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5806434c2e17384f8ebbe23789ead4516b3e3ec7 X-VCS-Branch: master Date: Sun, 12 Nov 2017 15:23:27 +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: 94e151d2-6186-4feb-99df-5b9c6c39204e X-Archives-Hash: d300feb0c599da6a264a46f07159ade3 commit: 5806434c2e17384f8ebbe23789ead4516b3e3ec7 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Oct 1 22:50:04 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Nov 12 15:22:59 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=5806434c kde-apps/juk: Add kde4-l10n blocker Package-Manager: Portage-2.3.10, Repoman-2.3.3 kde-apps/juk/juk-9999.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/kde-apps/juk/juk-9999.ebuild b/kde-apps/juk/juk-9999.ebuild index 32be71a3e7..c276187ef1 100644 --- a/kde-apps/juk/juk-9999.ebuild +++ b/kde-apps/juk/juk-9999.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://www.kde.org/applications/multimedia/juk/" KEYWORDS="" IUSE="" -RDEPEND=" +DEPEND=" $(add_frameworks_dep kcompletion) $(add_frameworks_dep kconfig) $(add_frameworks_dep kconfigwidgets) @@ -36,4 +36,6 @@ RDEPEND=" media-libs/phonon[qt5(+)] >=media-libs/taglib-1.6 " -DEPEND="${RDEPEND}" +RDEPEND="${DEPEND} + !kde-apps/kde4-l10n +"