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 5BD07138262 for ; Thu, 19 May 2016 15:45:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3BE8141E1; Thu, 19 May 2016 15:45:32 +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 ECDB5141E3 for ; Thu, 19 May 2016 15:45:31 +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 9FC66340D3A for ; Thu, 19 May 2016 15:45:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE5AB15DF for ; Thu, 19 May 2016 15:45:27 +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: <1463672710.8b20b921a20e0d87c7e4a731fecc4c0f9152910d.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/kde4-base.eclass X-VCS-Directories: eclass/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 8b20b921a20e0d87c7e4a731fecc4c0f9152910d X-VCS-Branch: master Date: Thu, 19 May 2016 15:45: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: fdb7d932-a64f-4789-88ce-ee3e79bad98b X-Archives-Hash: 6b281ccae5ffb65ae34751a9271ee853 commit: 8b20b921a20e0d87c7e4a731fecc4c0f9152910d Author: Andreas Sturmlechner gmail com> AuthorDate: Thu May 19 15:16:48 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Thu May 19 15:45:10 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8b20b921 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 50c5fda..c859c10 100644 --- a/eclass/kde4-base.eclass +++ b/eclass/kde4-base.eclass @@ -368,7 +368,7 @@ case ${KDE_HANDBOOK} in optional) case ${PN} in kcontrol | kdesu | knetattach) - _IUSE+=" handbook" + IUSE+=" handbook" ;; *) IUSE+=" +handbook"