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 EC67513829C for ; Fri, 3 Jun 2016 20:56:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 866C9141E3; Fri, 3 Jun 2016 20:56:38 +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 ECB66254022 for ; Fri, 3 Jun 2016 20:56:37 +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 08336340D4F for ; Fri, 3 Jun 2016 20:56:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9287F984 for ; Fri, 3 Jun 2016 20:56:34 +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: <1464987040.e91b0e05ed3e3606723c905d3e4173a09fd62503.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kldap/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kldap/kldap-9999.ebuild X-VCS-Directories: kde-apps/kldap/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: e91b0e05ed3e3606723c905d3e4173a09fd62503 X-VCS-Branch: master Date: Fri, 3 Jun 2016 20:56:34 +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: 603ff1c6-d53e-4b24-8366-24d3b7765772 X-Archives-Hash: 72d3b133ddfc9b5d803e55f629fe5fc9 commit: e91b0e05ed3e3606723c905d3e4173a09fd62503 Author: Johannes Huber gentoo org> AuthorDate: Fri Jun 3 20:50:40 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Fri Jun 3 20:50:40 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e91b0e05 kde-apps/kldap: Fix src prepare Package-Manager: portage-2.3.0_rc1 kde-apps/kldap/kldap-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-apps/kldap/kldap-9999.ebuild b/kde-apps/kldap/kldap-9999.ebuild index 37f154f..0fc09a2 100644 --- a/kde-apps/kldap/kldap-9999.ebuild +++ b/kde-apps/kldap/kldap-9999.ebuild @@ -34,7 +34,7 @@ src_prepare() { kde5_src_prepare if ! use_if_iuse handbook ; then - sed -e "/add_subdirectory(docs)/I s/^/#DONOTCOMPILE /" \ + sed -e "/add_subdirectory(doc)/I s/^/#DONOTCOMPILE /" \ -i kioslave/CMakeLists.txt || die "failed to comment add_subdirectory(docs)" fi }