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 BB64D138262 for ; Thu, 19 May 2016 15:44:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23C3D21C03E; Thu, 19 May 2016 15:44:12 +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 51A7321C04D for ; Thu, 19 May 2016 15:44:11 +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 7DECE340D41 for ; Thu, 19 May 2016 15:44:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AC7BA97B for ; Thu, 19 May 2016 15:44:08 +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: <1463672633.2caa672924fdbeea24b918b5afa74b841d8d1113.johu@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: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 2caa672924fdbeea24b918b5afa74b841d8d1113 X-VCS-Branch: master Date: Thu, 19 May 2016 15:44:08 +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: c59f1ee4-a097-48f1-bc0a-8938d3f7829a X-Archives-Hash: cdd43957ddc11a61483c56c2dc330135 commit: 2caa672924fdbeea24b918b5afa74b841d8d1113 Author: Andreas Sturmlechner gmail com> AuthorDate: Thu May 19 15:13:51 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Thu May 19 15:43:53 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2caa6729 kde4-base.eclass: Fix typo Signed-off-by: Johannes Huber gentoo.org> eclass/kde4-base.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass index 2d761f8..c52f699 100644 --- a/eclass/kde4-base.eclass +++ b/eclass/kde4-base.eclass @@ -360,7 +360,7 @@ case ${KDE_HANDBOOK} in optional) case ${PN} in kcontrol | kdesu | knetattach) - _IUSE+=" handbook" + IUSE+=" handbook" ;; *) IUSE+=" +handbook"