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 0A0081396D1 for ; Sat, 12 Aug 2017 13:02:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A04BE0EB4; Sat, 12 Aug 2017 13:02:08 +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 1A85CE0EB4 for ; Sat, 12 Aug 2017 13:02:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A523734196F for ; Sat, 12 Aug 2017 13:02:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 364887698 for ; Sat, 12 Aug 2017 13:02:05 +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: <1502542890.9a50b7950a08067cb883324bab338b75705ebf4d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/kde4-base.eclass X-VCS-Directories: eclass/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9a50b7950a08067cb883324bab338b75705ebf4d X-VCS-Branch: master Date: Sat, 12 Aug 2017 13:02:05 +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: cd34879e-102c-4e6a-8ecd-0671f68f8511 X-Archives-Hash: 9b3df26ef8a6b35c60d93b5429596dba commit: 9a50b7950a08067cb883324bab338b75705ebf4d Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jul 23 22:24:11 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Aug 12 13:01:30 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a50b795 kde4-base.eclass: Drop obsolete USE conflict mitigation eclass/kde4-base.eclass | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass index 6e64a9be146..f2eed7665d0 100644 --- a/eclass/kde4-base.eclass +++ b/eclass/kde4-base.eclass @@ -385,14 +385,7 @@ case ${KDE_HANDBOOK} in [[ ${PN} != kdelibs ]] && kderdepend+=" ${kdehandbookrdepend}" ;; optional) - case ${PN} in - kcontrol | kdesu | knetattach) - IUSE+=" handbook" - ;; - *) - IUSE+=" +handbook" - ;; - esac + IUSE+=" +handbook" kdedepend+=" handbook? ( ${kdehandbookdepend} )" [[ ${PN} != kdelibs ]] && kderdepend+=" handbook? ( ${kdehandbookrdepend} )" ;;