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 CBEB1138D0B for ; Mon, 6 Jul 2015 15:47:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54EEFE0881; Mon, 6 Jul 2015 15:47:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 023C5E0881 for ; Mon, 6 Jul 2015 15:47:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A8F52340A99 for ; Mon, 6 Jul 2015 15:46:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9488E73F for ; Mon, 6 Jul 2015 15:46:57 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1436197604.4836c1895eeb71767090176618f49a282900c71a.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/kde5.eclass X-VCS-Directories: eclass/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 4836c1895eeb71767090176618f49a282900c71a X-VCS-Branch: master Date: Mon, 6 Jul 2015 15:46:57 +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: 1c7decb9-7e8c-49dd-a374-f7b5bc919e97 X-Archives-Hash: 47316899dec5fc5e9f09e806ee16dbdc commit: 4836c1895eeb71767090176618f49a282900c71a Author: Michael Palimaka gentoo org> AuthorDate: Mon Jul 6 15:46:44 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Mon Jul 6 15:46:44 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=4836c189 [eclass] Add missing USE dependency default wrt bug #554056. eclass/kde5.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass index bbcd156..9983db2 100644 --- a/eclass/kde5.eclass +++ b/eclass/kde5.eclass @@ -136,7 +136,7 @@ case ${KDE_AUTODEPS} in if [[ ${CATEGORY} = kde-plasma ]]; then RDEPEND+=" - !kde-apps/kde4-l10n[-minimal] + !kde-apps/kde4-l10n[-minimal(-)] !kde-base/kde-l10n:4[-minimal(-)] " fi